Html Css Color HEX #005589 Dark Cerulean

📋 copy color: '#005589'

red 0 ◦ green 85 ◦ blue 137

#005589
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #005589

Tints of Dark Cerulean #005589

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 85 (33.59% from 255) = 38.29%

 BLUE value IS 137 (53.91% from 255) = 61.71%

R = 0%
G = 38.29%
B = 61.71%

CMYK

 C value IS 1

 M value IS 0.38

 Y value IS 0

 K value IS 0.46

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#005589 (or 0x005589) is known color: Dark Cerulean. HEX triplet: 00, 55 and 89. RGB value is (0,85,137). Sum of RGB (Red+Green+Blue) = 0+85+137=222 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 222); Green value is 85 (33.59% from 255 or 38.29% from 222); Blue value is 137 (53.91% from 255 or 61.71% from 222); Max value from RGB is 137 - color contains mainly: blue. Hex color #005589 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005589 is #FFAA76. Grayscale: #414141. Windows color (decimal): -16755319 or 9000192. OLE color: 9000192.

HSL color Cylindrical-coordinate representation of color #005589: hue angle of 202.77º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005589 is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 0 85 137 -
CMYK 1 0.38 0 0.46
HSL 202.77º 1% 0.27% -
HSV(B) 202.77º 1% 0.54% -
XYZ 7.76 8.3 24.86 -
YUV 65.51 168.34 81.27 -
System Red Green Blue C M Y K H S L
Decimal 0 85 137 1 0.38 0 0.46 202.77 1 0.27
Hex 0 55 89 64 26 0 2E CB 64 1B
Octal 0 125 211 144 46 0 56 313 144 33
Binary 0 1010101 10001001 1100100 100110 0 101110 11001011 1100100 11011

Color Harmonies of #005589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005589

Black with #005589

Text Example


Text Example

White with #005589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005589; }

 p { color: rgb(0,85,137); }

 H1.HeaderClassName
 {
   color: #005589;
 }
 .AnyTagClassName
 {
   color: #005589;
 }
</style>

background-color css

<style>
 a { background-color: #005589; }

 a { background-color: rgb(0,85,137); }

 div.DivClassName
 {
   background-color: #005589;
 }
 .BgClassName
 {
   background-color: #005589;
 }
</style>

border-color css

<style>
 span { border-color: #005589; }

 span { border-color: rgb(0,85,137); }

 td.TdClassName
 {
   border-color: #005589;
 }
 .TagClassName
 {
   border-color: #005589;
 }
</style>