Color Hex Logo

#005899 Color Hex

#005899
(0,88,153)
0 Favorites   0 Comments

Color spaces of #005899

RGB 088153
HSL0.571.000.30
HSV205°100°60°
CMYK 1.000.420.00   0.40
XYZ9.23959.279431.4411
Yxy9.27940.18490.1857
Hunter Lab30.46210.8324-39.8720
CIE-Lab36.51683.5352-41.6471

#005899 color RGB value is (0,88,153).

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

The process color (four color CMYK) of #005899 color hex is 1.00, 0.42, 0.00, 0.40. Web safe color of #005899 is #006699. Color #005899 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01011000 10011001
Octal 0 130 231
Decimal 0 88 153
Hex 0 58 99

RGB Percentages of Color #005899

%0.00
%36.51
%63.49

CMYK Percentages of Color #005899

%100
%42
%0
%40

Triadic Colors of #005899

#005899 #990058 #589900

Analogous Colors of #005899

#005899 #000b99 #00998e

Monochromatic Colors of #005899

#005899

Complementary Color

#005899 #994100

#005899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#005899 Color CSS Codes

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

#005899 Text Font Color

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

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


#005899 Background Color

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

This div background color is #005899


#005899 Border Color

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

This div border color is #005899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005899

#005899 Color Palettes


Comments

No comments written yet.

Please login to write comment.