Color Hex Logo

#005973 Color Hex

#005973
(0,89,115)
0 Favorites   0 Comments

Color spaces of #005973

RGB 089115
HSL0.541.000.23
HSV194°100°45°
CMYK 1.000.230.00   0.55
XYZ6.66698.382617.4863
Yxy8.38260.20490.2576
Hunter Lab28.9527-9.5643-15.5419
CIE-Lab34.7673-12.6200-21.1818

#005973 color RGB value is (0,89,115).

#005973 hex color red value is 0, green value is 89 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #005973 hue: 0.54 , saturation: 1.00 and the lightness value of 005973 is 0.23.

The process color (four color CMYK) of #005973 color hex is 1.00, 0.23, 0.00, 0.55. Web safe color of #005973 is #006666. Color #005973 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01011001 01110011
Octal 0 131 163
Decimal 0 89 115
Hex 0 59 73

RGB Percentages of Color #005973

%0.00
%43.63
%56.37

CMYK Percentages of Color #005973

%100
%23
%0
%55

Triadic Colors of #005973

#005973 #730059 #597300

Analogous Colors of #005973

#005973 #002073 #007354

Monochromatic Colors of #005973

#005973

Complementary Color

#005973 #731a00

#005973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#005973 Color CSS Codes

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

#005973 Text Font Color

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

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


#005973 Background Color

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

This div background color is #005973


#005973 Border Color

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

This div border color is #005973


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005973


Comments

No comments written yet.

Please login to write comment.