Color Hex Logo

#005988 Color Hex

#005988
(0,89,136)
0 Favorites   0 Comments

Color spaces of #005988

RGB 089136
HSL0.561.000.27
HSV201°100°53°
CMYK 1.000.350.00   0.47
XYZ8.01638.922324.5922
Yxy8.92230.19300.2148
Hunter Lab29.8702-4.3687-27.9044
CIE-Lab35.8343-4.1522-32.4292

#005988 color RGB value is (0,89,136).

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

The process color (four color CMYK) of #005988 color hex is 1.00, 0.35, 0.00, 0.47. Web safe color of #005988 is #006699. Color #005988 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01011001 10001000
Octal 0 131 210
Decimal 0 89 136
Hex 0 59 88

RGB Percentages of Color #005988

%0.00
%39.56
%60.44

CMYK Percentages of Color #005988

%100
%35
%0
%47

Triadic Colors of #005988

#005988 #880059 #598800

Analogous Colors of #005988

#005988 #001588 #008873

Monochromatic Colors of #005988

#005988

Complementary Color

#005988 #882f00

#005988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#005988 Color CSS Codes

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

#005988 Text Font Color

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

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


#005988 Background Color

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

This div background color is #005988


#005988 Border Color

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

This div border color is #005988


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005988


Comments

No comments written yet.

Please login to write comment.