Html Css Color HEX #085989 Dark Cerulean

📋 copy color: '#085989'

red 8 ◦ green 89 ◦ blue 137

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

Shades of Dark Cerulean #085989

Tints of Dark Cerulean #085989

RGB

 RED value IS 8 (3.52% from 255) = 3.42%

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

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

R = 3.42%
G = 38.03%
B = 58.55%

CMYK

 C value IS 0.94

 M value IS 0.35

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#085989 (or 0x085989) is known color: Dark Cerulean. HEX triplet: 08, 59 and 89. RGB value is (8,89,137). Sum of RGB (Red+Green+Blue) = 8+89+137=234 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.42% from 234); Green value is 89 (35.16% from 255 or 38.03% from 234); Blue value is 137 (53.91% from 255 or 58.55% from 234); Max value from RGB is 137 - color contains mainly: blue. Hex color #085989 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085989 is #F7A676. Grayscale: #454545. Windows color (decimal): -16230007 or 9001224. OLE color: 9001224.

HSL color Cylindrical-coordinate representation of color #085989: hue angle of 202.33º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #085989 is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 8 89 137 -
CMYK 0.94 0.35 0 0.46
HSL 202.33º 0.89% 0.28% -
HSV(B) 202.33º 0.94% 0.54% -
XYZ 8.19 9 24.97 -
YUV 70.25 165.66 83.6 -
System Red Green Blue C M Y K H S L
Decimal 8 89 137 0.94 0.35 0 0.46 202.33 0.89 0.28
Hex 8 59 89 5E 23 0 2E CA 59 1C
Octal 10 131 211 136 43 0 56 312 131 34
Binary 1000 1011001 10001001 1011110 100011 0 101110 11001010 1011001 11100

Color Harmonies of #085989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085989

Black with #085989

Text Example


Text Example

White with #085989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085989; }

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

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

background-color css

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

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

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

border-color css

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

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

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