Html Css Color HEX #085996 Dark Cerulean

📋 copy color: '#085996'

red 8 ◦ green 89 ◦ blue 150

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

Shades of Dark Cerulean #085996

Tints of Dark Cerulean #085996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 60.73%

R = 3.24%
G = 36.03%
B = 60.73%

CMYK

 C value IS 0.95

 M value IS 0.41

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#085996 (or 0x085996) is known color: Dark Cerulean. HEX triplet: 08, 59 and 96. RGB value is (8,89,150). Sum of RGB (Red+Green+Blue) = 8+89+150=247 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.24% from 247); Green value is 89 (35.16% from 255 or 36.03% from 247); Blue value is 150 (58.98% from 255 or 60.73% from 247); Max value from RGB is 150 - color contains mainly: blue. Hex color #085996 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085996 is #F7A669. Grayscale: #474747. Windows color (decimal): -16229994 or 9853192. OLE color: 9853192.

HSL color Cylindrical-coordinate representation of color #085996: hue angle of 205.77º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #085996 is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 8 89 150 -
CMYK 0.95 0.41 0 0.41
HSL 205.77º 0.9% 0.31% -
HSV(B) 205.77º 0.95% 0.59% -
XYZ 9.18 9.4 30.18 -
YUV 71.74 172.16 82.54 -
System Red Green Blue C M Y K H S L
Decimal 8 89 150 0.95 0.41 0 0.41 205.77 0.9 0.31
Hex 8 59 96 5F 29 0 29 CE 5A 1F
Octal 10 131 226 137 51 0 51 316 132 37
Binary 1000 1011001 10010110 1011111 101001 0 101001 11001110 1011010 11111

Color Harmonies of #085996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085996

Black with #085996

Text Example


Text Example

White with #085996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085996; }

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

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

background-color css

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

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

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

border-color css

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

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

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