Color Hex Logo

#01406b Color Hex

#01406B
(1,64,107)
0 Favorites   0 Comments

Color spaces of #01406b

RGB 164107
HSL0.570.980.21
HSV204°99°42°
CMYK 0.990.400.00   0.58
XYZ4.49984.734814.5867
Yxy4.73480.18890.1988
Hunter Lab21.7596-1.1662-24.5138
CIE-Lab25.9654-0.0065-29.9819

#01406b color RGB value is (1,64,107).

#01406b hex color red value is 1, green value is 64 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #01406b hue: 0.57 , saturation: 0.98 and the lightness value of 01406b is 0.21.

The process color (four color CMYK) of #01406b color hex is 0.99, 0.40, 0.00, 0.58. Web safe color of #01406b is #003366. Color #01406b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01000000 01101011
Octal 1 100 153
Decimal 1 64 107
Hex 1 40 6B

RGB Percentages of Color #01406b

%0.58
%37.21
%62.21

CMYK Percentages of Color #01406b

%99
%40
%0
%58

Triadic Colors of #01406b

#01406b #6b0140 #406b01

Analogous Colors of #01406b

#01406b #010b6b #016b61

Monochromatic Colors of #01406b

#01406b

Complementary Color

#01406b #6b2c01

#01406b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01406b Color Preview on White Background

Lorem ipsum dolor sit amet.

#01406b Color CSS Codes

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

#01406b Text Font Color

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

This sample text font color is #01406b
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.


#01406b Background Color

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

This div background color is #01406b


#01406b Border Color

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

This div border color is #01406b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01406b


Comments

No comments written yet.

Please login to write comment.