Color Hex Logo

#00406b Color Hex

#00406B
(0,64,107)
0 Favorites   0 Comments

Color spaces of #00406b

RGB 064107
HSL0.571.000.21
HSV204°100°42°
CMYK 1.000.400.00   0.58
XYZ4.48724.728314.5861
Yxy4.72830.18850.1987
Hunter Lab21.7447-1.2181-24.5499
CIE-Lab25.9462-0.0927-30.0136

#00406b color RGB value is (0,64,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01000000 01101011
Octal 0 100 153
Decimal 0 64 107
Hex 0 40 6B

RGB Percentages of Color #00406b

%0.00
%37.43
%62.57

CMYK Percentages of Color #00406b

%100
%40
%0
%58

Triadic Colors of #00406b

#00406b #6b0040 #406b00

Analogous Colors of #00406b

#00406b #000a6b #006b61

Monochromatic Colors of #00406b

#00406b

Complementary Color

#00406b #6b2b00

#00406b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00406b Color Preview on White Background

Lorem ipsum dolor sit amet.

#00406b Color CSS Codes

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

#00406b Text Font Color

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

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


#00406b Background Color

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

This div background color is #00406b


#00406b Border Color

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

This div border color is #00406b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,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 #00406b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00406b


Comments

No comments written yet.

Please login to write comment.