Html Css Color HEX #085987 Dark Cerulean

📋 copy color: '#085987'

red 8 ◦ green 89 ◦ blue 135

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

Shades of Dark Cerulean #085987

Tints of Dark Cerulean #085987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 58.19%

R = 3.45%
G = 38.36%
B = 58.19%

CMYK

 C value IS 0.94

 M value IS 0.34

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#085987 (or 0x085987) is known color: Dark Cerulean. HEX triplet: 08, 59 and 87. RGB value is (8,89,135). Sum of RGB (Red+Green+Blue) = 8+89+135=232 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.45% from 232); Green value is 89 (35.16% from 255 or 38.36% from 232); Blue value is 135 (53.12% from 255 or 58.19% from 232); Max value from RGB is 135 - color contains mainly: blue. Hex color #085987 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085987 is #F7A678. Grayscale: #454545. Windows color (decimal): -16230009 or 8870152. OLE color: 8870152.

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

Color convert

RGB 8 89 135 -
CMYK 0.94 0.34 0 0.47
HSL 201.73º 0.89% 0.28% -
HSV(B) 201.73º 0.94% 0.53% -
XYZ 8.05 8.95 24.22 -
YUV 70.03 164.66 83.76 -
System Red Green Blue C M Y K H S L
Decimal 8 89 135 0.94 0.34 0 0.47 201.73 0.89 0.28
Hex 8 59 87 5E 22 0 2F CA 59 1C
Octal 10 131 207 136 42 0 57 312 131 34
Binary 1000 1011001 10000111 1011110 100010 0 101111 11001010 1011001 11100

Color Harmonies of #085987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085987

Black with #085987

Text Example


Text Example

White with #085987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085987; }

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

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

background-color css

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

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

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

border-color css

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

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

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