Color Hex Logo

#00589c Color Hex

#00589C
(0,88,156)
0 Favorites   0 Comments

Color spaces of #00589c

RGB 088156
HSL0.571.000.31
HSV206°100°61°
CMYK 1.000.440.00   0.39
XYZ9.49059.379732.7628
Yxy9.37970.18380.1817
Hunter Lab30.62631.7177-41.9877
CIE-Lab36.70534.7858-43.1490

#00589c color RGB value is (0,88,156).

#00589c hex color red value is 0, green value is 88 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #00589c hue: 0.57 , saturation: 1.00 and the lightness value of 00589c is 0.31.

The process color (four color CMYK) of #00589c color hex is 1.00, 0.44, 0.00, 0.39. Web safe color of #00589c is #006699. Color #00589c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01011000 10011100
Octal 0 130 234
Decimal 0 88 156
Hex 0 58 9C

RGB Percentages of Color #00589c

%0.00
%36.07
%63.93

CMYK Percentages of Color #00589c

%100
%44
%0
%39

Triadic Colors of #00589c

#00589c #9c0058 #589c00

Analogous Colors of #00589c

#00589c #000a9c #009c92

Monochromatic Colors of #00589c

#00589c

Complementary Color

#00589c #9c4400

#00589c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00589c Color Preview on White Background

Lorem ipsum dolor sit amet.

#00589c Color CSS Codes

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

#00589c Text Font Color

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

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


#00589c Background Color

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

This div background color is #00589c


#00589c Border Color

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

This div border color is #00589c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,88,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00589c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00589c;
  -webkit-box-shadow: 1px 1px 3px 2px #00589c;
  box-shadow:         1px 1px 3px 2px #00589c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00589c


Comments

No comments written yet.

Please login to write comment.