Shades of Dark Cerulean #085170
Tints of Dark Cerulean #085170
RGB
CMYK
RGB Variations
Color information
#085170 (or 0x085170) is known color: Dark Cerulean. HEX triplet: 08, 51 and 70. RGB value is (8,81,112). Sum of RGB (Red+Green+Blue) = 8+81+112=201 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.98% from 201); Green value is 81 (32.03% from 255 or 40.30% from 201); Blue value is 112 (44.14% from 255 or 55.72% from 201); Max value from RGB is 112 - color contains mainly: blue. Hex color #085170 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085170 is #F7AE8F. Grayscale: #3E3E3E. Windows color (decimal): -16232080 or 7360776. OLE color: 7360776.
HSL color Cylindrical-coordinate representation of color #085170: hue angle of 197.88º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #085170 is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 81 | 112 | - |
| CMYK | 0.93 | 0.28 | 0 | 0.56 |
| HSL | 197.88º | 0.87% | 0.24% | - |
| HSV(B) | 197.88º | 0.93% | 0.44% | - |
| XYZ | 5.97 | 7.11 | 16.39 | - |
| YUV | 62.71 | 155.82 | 88.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 81 | 112 | 0.93 | 0.28 | 0 | 0.56 | 197.88 | 0.87 | 0.24 |
| Hex | 8 | 51 | 70 | 5D | 1C | 0 | 38 | C6 | 57 | 18 |
| Octal | 10 | 121 | 160 | 135 | 34 | 0 | 70 | 306 | 127 | 30 |
| Binary | 1000 | 1010001 | 1110000 | 1011101 | 11100 | 0 | 111000 | 11000110 | 1010111 | 11000 |
Color Harmonies of #085170
Complementary color
Monochromatic Colors of #085170
Black with #085170
Text Example
Text Example
White with #085170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085170; }
p { color: rgb(8,81,112); }
H1.HeaderClassName
{
color: #085170;
}
.AnyTagClassName
{
color: #085170;
}
</style>
background-color css
<style>
a { background-color: #085170; }
a { background-color: rgb(8,81,112); }
div.DivClassName
{
background-color: #085170;
}
.BgClassName
{
background-color: #085170;
}
</style>
border-color css
<style>
span { border-color: #085170; }
span { border-color: rgb(8,81,112); }
td.TdClassName
{
border-color: #085170;
}
.TagClassName
{
border-color: #085170;
}
</style>