Hex #001226 Color

#001226
equivalent to

RGB

(0, 18, 38)

Details of #001226

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
0
0.5662
0.59
1.00
5.1718
0.5726
212°
7.5667
18
0.5726
1.00
0.53
0.8997
0.1854
100°
0.1140
38
1.9144
0.07
0.00   0.85
-15.5029
0.1875
15°
-9.6984

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
0
0
0
0
Green
10010
22
18
12
Blue
100110
46
38
26

RGB in % of #001226

%0.00
%32.14
%67.86

CMYK in % of #001226

%100
%53
%0
%85

Triads of color #001226

#001226 #122600 #260026

Similar Colors to #001226

#001226 #002526 #010026

Preview Color #001226 on black ground

#001226 is very interesting for text.

Preview Color #001226 on white ground

#001226 is very interesting for text.

CSS Codes #001226 color

.mybgcolor {background-color:#001226; }
.myforecolor {color:#001226; }
.mybordercolor {border:3px solid #001226; }

Text Font Color #001226

<p style="color:#001226">Text here</p>

This sample text font color is #001226
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #001226

<div style="background-color:#001226">
Div content here</div>

This div background color is #001226


Border Color #001226

<div style="border:3px solid #001226">
Div here</div>

The color of this border is #001226


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #001226; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #001226;
-webkit-box-shadow: 1px 1px 3px 2px #001226;
box-shadow:         1px 1px 3px 2px #001226; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #001226">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #001226;
  -webkit-box-shadow: 1px 1px 3px 2px #001226;
  box-shadow:         1px 1px 3px 2px #001226;">
Div content here</div>

The shadow of div box using color #001226