Html Css Color HEX #085589 Dark Cerulean

📋 copy color: '#085589'

red 8 ◦ green 85 ◦ blue 137

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

Shades of Dark Cerulean #085589

Tints of Dark Cerulean #085589

RGB

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

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

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

R = 3.48%
G = 36.96%
B = 59.57%

CMYK

 C value IS 0.94

 M value IS 0.38

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#085589 (or 0x085589) is known color: Dark Cerulean. HEX triplet: 08, 55 and 89. RGB value is (8,85,137). Sum of RGB (Red+Green+Blue) = 8+85+137=230 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.48% from 230); Green value is 85 (33.59% from 255 or 36.96% from 230); Blue value is 137 (53.91% from 255 or 59.57% from 230); Max value from RGB is 137 - color contains mainly: blue. Hex color #085589 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085589 is #F7AA76. Grayscale: #434343. Windows color (decimal): -16231031 or 9000200. OLE color: 9000200.

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

Color convert

RGB 8 85 137 -
CMYK 0.94 0.38 0 0.46
HSL 204.19º 0.89% 0.28% -
HSV(B) 204.19º 0.94% 0.54% -
XYZ 7.86 8.35 24.87 -
YUV 67.91 166.99 85.27 -
System Red Green Blue C M Y K H S L
Decimal 8 85 137 0.94 0.38 0 0.46 204.19 0.89 0.28
Hex 8 55 89 5E 26 0 2E CC 59 1C
Octal 10 125 211 136 46 0 56 314 131 34
Binary 1000 1010101 10001001 1011110 100110 0 101110 11001100 1011001 11100

Color Harmonies of #085589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085589

Black with #085589

Text Example


Text Example

White with #085589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085589; }

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

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

background-color css

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

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

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

border-color css

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

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

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