Shades of Dark Cerulean #085292
Tints of Dark Cerulean #085292
RGB
CMYK
RGB Variations
Color information
#085292 (or 0x085292) is known color: Dark Cerulean. HEX triplet: 08, 52 and 92. RGB value is (8,82,146). Sum of RGB (Red+Green+Blue) = 8+82+146=236 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.39% from 236); Green value is 82 (32.42% from 255 or 34.75% from 236); Blue value is 146 (57.42% from 255 or 61.86% from 236); Max value from RGB is 146 - color contains mainly: blue. Hex color #085292 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085292 is #F7AD6D. Grayscale: #424242. Windows color (decimal): -16231790 or 9589256. OLE color: 9589256.
HSL color Cylindrical-coordinate representation of color #085292: hue angle of 207.83º 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 #085292 is Cyan = 0.95, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 8 | 82 | 146 | - |
| CMYK | 0.95 | 0.44 | 0 | 0.43 |
| HSL | 207.83º | 0.9% | 0.3% | - |
| HSV(B) | 207.83º | 0.95% | 0.57% | - |
| XYZ | 8.31 | 8.16 | 28.33 | - |
| YUV | 67.17 | 172.48 | 85.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 82 | 146 | 0.95 | 0.44 | 0 | 0.43 | 207.83 | 0.9 | 0.3 |
| Hex | 8 | 52 | 92 | 5F | 2C | 0 | 2B | D0 | 5A | 1E |
| Octal | 10 | 122 | 222 | 137 | 54 | 0 | 53 | 320 | 132 | 36 |
| Binary | 1000 | 1010010 | 10010010 | 1011111 | 101100 | 0 | 101011 | 11010000 | 1011010 | 11110 |
Color Harmonies of #085292
Complementary color
Monochromatic Colors of #085292
Black with #085292
Text Example
Text Example
White with #085292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085292; }
p { color: rgb(8,82,146); }
H1.HeaderClassName
{
color: #085292;
}
.AnyTagClassName
{
color: #085292;
}
</style>
background-color css
<style>
a { background-color: #085292; }
a { background-color: rgb(8,82,146); }
div.DivClassName
{
background-color: #085292;
}
.BgClassName
{
background-color: #085292;
}
</style>
border-color css
<style>
span { border-color: #085292; }
span { border-color: rgb(8,82,146); }
td.TdClassName
{
border-color: #085292;
}
.TagClassName
{
border-color: #085292;
}
</style>