Shades of Dark Cerulean #085891
Tints of Dark Cerulean #085891
RGB
CMYK
RGB Variations
Color information
#085891 (or 0x085891) is known color: Dark Cerulean. HEX triplet: 08, 58 and 91. RGB value is (8,88,145). Sum of RGB (Red+Green+Blue) = 8+88+145=241 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.32% from 241); Green value is 88 (34.77% from 255 or 36.51% from 241); Blue value is 145 (57.03% from 255 or 60.17% from 241); Max value from RGB is 145 - color contains mainly: blue. Hex color #085891 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085891 is #F7A76E. Grayscale: #464646. Windows color (decimal): -16230255 or 9525256. OLE color: 9525256.
HSL color Cylindrical-coordinate representation of color #085891: hue angle of 204.96º 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 #085891 is Cyan = 0.94, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 8 | 88 | 145 | - |
| CMYK | 0.94 | 0.39 | 0 | 0.43 |
| HSL | 204.96º | 0.9% | 0.3% | - |
| HSV(B) | 204.96º | 0.94% | 0.57% | - |
| XYZ | 8.7 | 9.08 | 28.08 | - |
| YUV | 70.58 | 170 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 88 | 145 | 0.94 | 0.39 | 0 | 0.43 | 204.96 | 0.9 | 0.3 |
| Hex | 8 | 58 | 91 | 5E | 27 | 0 | 2B | CD | 5A | 1E |
| Octal | 10 | 130 | 221 | 136 | 47 | 0 | 53 | 315 | 132 | 36 |
| Binary | 1000 | 1011000 | 10010001 | 1011110 | 100111 | 0 | 101011 | 11001101 | 1011010 | 11110 |
Color Harmonies of #085891
Complementary color
Monochromatic Colors of #085891
Black with #085891
Text Example
Text Example
White with #085891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085891; }
p { color: rgb(8,88,145); }
H1.HeaderClassName
{
color: #085891;
}
.AnyTagClassName
{
color: #085891;
}
</style>
background-color css
<style>
a { background-color: #085891; }
a { background-color: rgb(8,88,145); }
div.DivClassName
{
background-color: #085891;
}
.BgClassName
{
background-color: #085891;
}
</style>
border-color css
<style>
span { border-color: #085891; }
span { border-color: rgb(8,88,145); }
td.TdClassName
{
border-color: #085891;
}
.TagClassName
{
border-color: #085891;
}
</style>