Color Hex Logo

#00405e Color Hex

#00405E
(0,64,94)
0 Favorites   0 Comments

Color spaces of #00405e

RGB 06494
HSL0.551.000.18
HSV199°100°37°
CMYK 1.000.320.00   0.63
XYZ3.85384.474911.2503
Yxy4.47490.19680.2286
Hunter Lab21.1540-4.5005-16.7244
CIE-Lab25.1831-5.7409-22.8440

#00405e color RGB value is (0,64,94).

#00405e hex color red value is 0, green value is 64 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #00405e hue: 0.55 , saturation: 1.00 and the lightness value of 00405e is 0.18.

The process color (four color CMYK) of #00405e color hex is 1.00, 0.32, 0.00, 0.63. Web safe color of #00405e is #003366. Color #00405e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01000000 01011110
Octal 0 100 136
Decimal 0 64 94
Hex 0 40 5E

RGB Percentages of Color #00405e

%0.00
%40.51
%59.49

CMYK Percentages of Color #00405e

%100
%32
%0
%63

Triadic Colors of #00405e

#00405e #5e0040 #405e00

Analogous Colors of #00405e

#00405e #00115e #005e4d

Monochromatic Colors of #00405e

#00405e

Complementary Color

#00405e #5e1e00

#00405e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00405e Color Preview on White Background

Lorem ipsum dolor sit amet.

#00405e Color CSS Codes

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

#00405e Text Font Color

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

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


#00405e Background Color

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

This div background color is #00405e


#00405e Border Color

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

This div border color is #00405e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00405e


Comments

No comments written yet.

Please login to write comment.