Shades of Dark Cerulean #085992
Tints of Dark Cerulean #085992
RGB
CMYK
RGB Variations
Color information
#085992 (or 0x085992) is known color: Dark Cerulean. HEX triplet: 08, 59 and 92. RGB value is (8,89,146). Sum of RGB (Red+Green+Blue) = 8+89+146=243 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.29% from 243); Green value is 89 (35.16% from 255 or 36.63% from 243); Blue value is 146 (57.42% from 255 or 60.08% from 243); Max value from RGB is 146 - color contains mainly: blue. Hex color #085992 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085992 is #F7A66D. Grayscale: #464646. Windows color (decimal): -16229998 or 9591048. OLE color: 9591048.
HSL color Cylindrical-coordinate representation of color #085992: hue angle of 204.78º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #085992 is Cyan = 0.95, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 8 | 89 | 146 | - |
| CMYK | 0.95 | 0.39 | 0 | 0.43 |
| HSL | 204.78º | 0.9% | 0.3% | - |
| HSV(B) | 204.78º | 0.95% | 0.57% | - |
| XYZ | 8.86 | 9.27 | 28.52 | - |
| YUV | 71.28 | 170.16 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 89 | 146 | 0.95 | 0.39 | 0 | 0.43 | 204.78 | 0.9 | 0.3 |
| Hex | 8 | 59 | 92 | 5F | 27 | 0 | 2B | CD | 5A | 1E |
| Octal | 10 | 131 | 222 | 137 | 47 | 0 | 53 | 315 | 132 | 36 |
| Binary | 1000 | 1011001 | 10010010 | 1011111 | 100111 | 0 | 101011 | 11001101 | 1011010 | 11110 |
Color Harmonies of #085992
Complementary color
Monochromatic Colors of #085992
Black with #085992
Text Example
Text Example
White with #085992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085992; }
p { color: rgb(8,89,146); }
H1.HeaderClassName
{
color: #085992;
}
.AnyTagClassName
{
color: #085992;
}
</style>
background-color css
<style>
a { background-color: #085992; }
a { background-color: rgb(8,89,146); }
div.DivClassName
{
background-color: #085992;
}
.BgClassName
{
background-color: #085992;
}
</style>
border-color css
<style>
span { border-color: #085992; }
span { border-color: rgb(8,89,146); }
td.TdClassName
{
border-color: #085992;
}
.TagClassName
{
border-color: #085992;
}
</style>