Html Css Color HEX #005989 Dark Cerulean

📋 copy color: '#005989'

red 0 ◦ green 89 ◦ blue 137

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

Shades of Dark Cerulean #005989

Tints of Dark Cerulean #005989

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.38%

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

R = 0%
G = 39.38%
B = 60.62%

CMYK

 C value IS 1

 M value IS 0.35

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#005989 (or 0x005989) is known color: Dark Cerulean. HEX triplet: 00, 59 and 89. RGB value is (0,89,137). Sum of RGB (Red+Green+Blue) = 0+89+137=226 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 226); Green value is 89 (35.16% from 255 or 39.38% from 226); Blue value is 137 (53.91% from 255 or 60.62% from 226); Max value from RGB is 137 - color contains mainly: blue. Hex color #005989 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005989 is #FFA676. Grayscale: #434343. Windows color (decimal): -16754295 or 9001216. OLE color: 9001216.

HSL color Cylindrical-coordinate representation of color #005989: hue angle of 201.02º 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 #005989 is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 0 89 137 -
CMYK 1 0.35 0 0.46
HSL 201.02º 1% 0.27% -
HSV(B) 201.02º 1% 0.54% -
XYZ 8.09 8.95 24.97 -
YUV 67.86 167.01 79.6 -
System Red Green Blue C M Y K H S L
Decimal 0 89 137 1 0.35 0 0.46 201.02 1 0.27
Hex 0 59 89 64 23 0 2E C9 64 1B
Octal 0 131 211 144 43 0 56 311 144 33
Binary 0 1011001 10001001 1100100 100011 0 101110 11001001 1100100 11011

Color Harmonies of #005989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005989

Black with #005989

Text Example


Text Example

White with #005989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005989; }

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

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

background-color css

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

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

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

border-color css

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

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

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