Shades of Dark Cerulean #085E91
Tints of Dark Cerulean #085E91
RGB
CMYK
RGB Variations
Color information
#085E91 (or 0x085E91) is known color: Dark Cerulean. HEX triplet: 08, 5E and 91. RGB value is (8,94,145). Sum of RGB (Red+Green+Blue) = 8+94+145=247 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.24% from 247); Green value is 94 (37.11% from 255 or 38.06% from 247); Blue value is 145 (57.03% from 255 or 58.70% from 247); Max value from RGB is 145 - color contains mainly: blue. Hex color #085E91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085E91 is #F7A16E. Grayscale: #494949. Windows color (decimal): -16228719 or 9526792. OLE color: 9526792.
HSL color Cylindrical-coordinate representation of color #085E91: hue angle of 202.34º 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 #085E91 is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 8 | 94 | 145 | - |
| CMYK | 0.94 | 0.35 | 0 | 0.43 |
| HSL | 202.34º | 0.9% | 0.3% | - |
| HSV(B) | 202.34º | 0.94% | 0.57% | - |
| XYZ | 9.21 | 10.1 | 28.25 | - |
| YUV | 74.1 | 168.01 | 80.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 94 | 145 | 0.94 | 0.35 | 0 | 0.43 | 202.34 | 0.9 | 0.3 |
| Hex | 8 | 5E | 91 | 5E | 23 | 0 | 2B | CA | 5A | 1E |
| Octal | 10 | 136 | 221 | 136 | 43 | 0 | 53 | 312 | 132 | 36 |
| Binary | 1000 | 1011110 | 10010001 | 1011110 | 100011 | 0 | 101011 | 11001010 | 1011010 | 11110 |
Color Harmonies of #085E91
Complementary color
Monochromatic Colors of #085E91
Black with #085E91
Text Example
Text Example
White with #085E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085E91; }
p { color: rgb(8,94,145); }
H1.HeaderClassName
{
color: #085E91;
}
.AnyTagClassName
{
color: #085E91;
}
</style>
background-color css
<style>
a { background-color: #085E91; }
a { background-color: rgb(8,94,145); }
div.DivClassName
{
background-color: #085E91;
}
.BgClassName
{
background-color: #085E91;
}
</style>
border-color css
<style>
span { border-color: #085E91; }
span { border-color: rgb(8,94,145); }
td.TdClassName
{
border-color: #085E91;
}
.TagClassName
{
border-color: #085E91;
}
</style>