Shades of Dark Cerulean #085687
Tints of Dark Cerulean #085687
RGB
CMYK
RGB Variations
Color information
#085687 (or 0x085687) is known color: Dark Cerulean. HEX triplet: 08, 56 and 87. RGB value is (8,86,135). Sum of RGB (Red+Green+Blue) = 8+86+135=229 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.49% from 229); Green value is 86 (33.98% from 255 or 37.55% from 229); Blue value is 135 (53.12% from 255 or 58.95% from 229); Max value from RGB is 135 - color contains mainly: blue. Hex color #085687 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085687 is #F7A978. Grayscale: #434343. Windows color (decimal): -16230777 or 8869384. OLE color: 8869384.
HSL color Cylindrical-coordinate representation of color #085687: hue angle of 203.15º 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 #085687 is Cyan = 0.94, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 86 | 135 | - |
| CMYK | 0.94 | 0.36 | 0 | 0.47 |
| HSL | 203.15º | 0.89% | 0.28% | - |
| HSV(B) | 203.15º | 0.94% | 0.53% | - |
| XYZ | 7.8 | 8.46 | 24.14 | - |
| YUV | 68.26 | 165.66 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 86 | 135 | 0.94 | 0.36 | 0 | 0.47 | 203.15 | 0.89 | 0.28 |
| Hex | 8 | 56 | 87 | 5E | 24 | 0 | 2F | CB | 59 | 1C |
| Octal | 10 | 126 | 207 | 136 | 44 | 0 | 57 | 313 | 131 | 34 |
| Binary | 1000 | 1010110 | 10000111 | 1011110 | 100100 | 0 | 101111 | 11001011 | 1011001 | 11100 |
Color Harmonies of #085687
Complementary color
Monochromatic Colors of #085687
Black with #085687
Text Example
Text Example
White with #085687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085687; }
p { color: rgb(8,86,135); }
H1.HeaderClassName
{
color: #085687;
}
.AnyTagClassName
{
color: #085687;
}
</style>
background-color css
<style>
a { background-color: #085687; }
a { background-color: rgb(8,86,135); }
div.DivClassName
{
background-color: #085687;
}
.BgClassName
{
background-color: #085687;
}
</style>
border-color css
<style>
span { border-color: #085687; }
span { border-color: rgb(8,86,135); }
td.TdClassName
{
border-color: #085687;
}
.TagClassName
{
border-color: #085687;
}
</style>