Color Hex Logo

#00445e Color Hex

#00445E
(0,68,94)
0 Favorites   0 Comments

Color spaces of #00445e

RGB 06894
HSL0.551.000.18
HSV197°100°37°
CMYK 1.000.280.00   0.63
XYZ4.08754.942411.3282
Yxy4.94240.20080.2428
Hunter Lab22.2315-6.0860-14.6495
CIE-Lab26.5700-8.3148-20.6689

#00445e color RGB value is (0,68,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01000100 01011110
Octal 0 104 136
Decimal 0 68 94
Hex 0 44 5E

RGB Percentages of Color #00445e

%0.00
%41.98
%58.02

CMYK Percentages of Color #00445e

%100
%28
%0
%63

Triadic Colors of #00445e

#00445e #5e0044 #445e00

Analogous Colors of #00445e

#00445e #00155e #005e49

Monochromatic Colors of #00445e

#00445e

Complementary Color

#00445e #5e1a00

#00445e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00445e Color Preview on White Background

Lorem ipsum dolor sit amet.

#00445e Color CSS Codes

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

#00445e Text Font Color

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

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


#00445e Background Color

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

This div background color is #00445e


#00445e Border Color

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

This div border color is #00445e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00445e

#00445e Color Palettes


Comments

No comments written yet.

Please login to write comment.