Html Css Color HEX #085691 Dark Cerulean

📋 copy color: '#085691'

red 8 ◦ green 86 ◦ blue 145

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

Shades of Dark Cerulean #085691

Tints of Dark Cerulean #085691

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.98%

 BLUE value IS 145 (57.03% from 255) = 60.67%

R = 3.35%
G = 35.98%
B = 60.67%

CMYK

 C value IS 0.94

 M value IS 0.41

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#085691 (or 0x085691) is known color: Dark Cerulean. HEX triplet: 08, 56 and 91. RGB value is (8,86,145). Sum of RGB (Red+Green+Blue) = 8+86+145=239 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.35% from 239); Green value is 86 (33.98% from 255 or 35.98% from 239); Blue value is 145 (57.03% from 255 or 60.67% from 239); Max value from RGB is 145 - color contains mainly: blue. Hex color #085691 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085691 is #F7A96E. Grayscale: #454545. Windows color (decimal): -16230767 or 9524744. OLE color: 9524744.

HSL color Cylindrical-coordinate representation of color #085691: hue angle of 205.84º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #085691 is Cyan = 0.94, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 8 86 145 -
CMYK 0.94 0.41 0 0.43
HSL 205.84º 0.9% 0.3% -
HSV(B) 205.84º 0.94% 0.57% -
XYZ 8.54 8.75 28.03 -
YUV 69.4 170.66 84.2 -
System Red Green Blue C M Y K H S L
Decimal 8 86 145 0.94 0.41 0 0.43 205.84 0.9 0.3
Hex 8 56 91 5E 29 0 2B CE 5A 1E
Octal 10 126 221 136 51 0 53 316 132 36
Binary 1000 1010110 10010001 1011110 101001 0 101011 11001110 1011010 11110

Color Harmonies of #085691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085691

Black with #085691

Text Example


Text Example

White with #085691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085691; }

 p { color: rgb(8,86,145); }

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

background-color css

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

 a { background-color: rgb(8,86,145); }

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

border-color css

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

 span { border-color: rgb(8,86,145); }

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