Shades of Dark Cerulean #085786
Tints of Dark Cerulean #085786
RGB
CMYK
RGB Variations
Color information
#085786 (or 0x085786) is known color: Dark Cerulean. HEX triplet: 08, 57 and 86. RGB value is (8,87,134). Sum of RGB (Red+Green+Blue) = 8+87+134=229 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.49% from 229); Green value is 87 (34.38% from 255 or 37.99% from 229); Blue value is 134 (52.73% from 255 or 58.52% from 229); Max value from RGB is 134 - color contains mainly: blue. Hex color #085786 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085786 is #F7A879. Grayscale: #444444. Windows color (decimal): -16230522 or 8804104. OLE color: 8804104.
HSL color Cylindrical-coordinate representation of color #085786: hue angle of 202.38º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #085786 is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 87 | 134 | - |
| CMYK | 0.94 | 0.35 | 0 | 0.47 |
| HSL | 202.38º | 0.89% | 0.28% | - |
| HSV(B) | 202.38º | 0.94% | 0.53% | - |
| XYZ | 7.81 | 8.59 | 23.8 | - |
| YUV | 68.74 | 164.83 | 84.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 87 | 134 | 0.94 | 0.35 | 0 | 0.47 | 202.38 | 0.89 | 0.28 |
| Hex | 8 | 57 | 86 | 5E | 23 | 0 | 2F | CA | 59 | 1C |
| Octal | 10 | 127 | 206 | 136 | 43 | 0 | 57 | 312 | 131 | 34 |
| Binary | 1000 | 1010111 | 10000110 | 1011110 | 100011 | 0 | 101111 | 11001010 | 1011001 | 11100 |
Color Harmonies of #085786
Complementary color
Monochromatic Colors of #085786
Black with #085786
Text Example
Text Example
White with #085786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085786; }
p { color: rgb(8,87,134); }
H1.HeaderClassName
{
color: #085786;
}
.AnyTagClassName
{
color: #085786;
}
</style>
background-color css
<style>
a { background-color: #085786; }
a { background-color: rgb(8,87,134); }
div.DivClassName
{
background-color: #085786;
}
.BgClassName
{
background-color: #085786;
}
</style>
border-color css
<style>
span { border-color: #085786; }
span { border-color: rgb(8,87,134); }
td.TdClassName
{
border-color: #085786;
}
.TagClassName
{
border-color: #085786;
}
</style>