Shades of Dark Cerulean #085991
Tints of Dark Cerulean #085991
RGB
CMYK
RGB Variations
Color information
#085991 (or 0x085991) is known color: Dark Cerulean. HEX triplet: 08, 59 and 91. RGB value is (8,89,145). Sum of RGB (Red+Green+Blue) = 8+89+145=242 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.31% from 242); Green value is 89 (35.16% from 255 or 36.78% from 242); Blue value is 145 (57.03% from 255 or 59.92% from 242); Max value from RGB is 145 - color contains mainly: blue. Hex color #085991 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085991 is #F7A66E. Grayscale: #464646. Windows color (decimal): -16229999 or 9525512. OLE color: 9525512.
HSL color Cylindrical-coordinate representation of color #085991: hue angle of 204.53º 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 #085991 is Cyan = 0.94, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 8 | 89 | 145 | - |
| CMYK | 0.94 | 0.39 | 0 | 0.43 |
| HSL | 204.53º | 0.9% | 0.3% | - |
| HSV(B) | 204.53º | 0.94% | 0.57% | - |
| XYZ | 8.78 | 9.24 | 28.11 | - |
| YUV | 71.17 | 169.66 | 82.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 89 | 145 | 0.94 | 0.39 | 0 | 0.43 | 204.53 | 0.9 | 0.3 |
| Hex | 8 | 59 | 91 | 5E | 27 | 0 | 2B | CD | 5A | 1E |
| Octal | 10 | 131 | 221 | 136 | 47 | 0 | 53 | 315 | 132 | 36 |
| Binary | 1000 | 1011001 | 10010001 | 1011110 | 100111 | 0 | 101011 | 11001101 | 1011010 | 11110 |
Color Harmonies of #085991
Complementary color
Monochromatic Colors of #085991
Black with #085991
Text Example
Text Example
White with #085991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085991; }
p { color: rgb(8,89,145); }
H1.HeaderClassName
{
color: #085991;
}
.AnyTagClassName
{
color: #085991;
}
</style>
background-color css
<style>
a { background-color: #085991; }
a { background-color: rgb(8,89,145); }
div.DivClassName
{
background-color: #085991;
}
.BgClassName
{
background-color: #085991;
}
</style>
border-color css
<style>
span { border-color: #085991; }
span { border-color: rgb(8,89,145); }
td.TdClassName
{
border-color: #085991;
}
.TagClassName
{
border-color: #085991;
}
</style>