Shades of Cobalt #085799
Tints of Cobalt #085799
RGB
CMYK
RGB Variations
Color information
#085799 (or 0x085799) is known color: Cobalt. HEX triplet: 08, 57 and 99. RGB value is (8,87,153). Sum of RGB (Red+Green+Blue) = 8+87+153=248 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.23% from 248); Green value is 87 (34.38% from 255 or 35.08% from 248); Blue value is 153 (60.16% from 255 or 61.69% from 248); Max value from RGB is 153 - color contains mainly: blue. Hex color #085799 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085799 is #F7A866. Grayscale: #464646. Windows color (decimal): -16230503 or 10049288. OLE color: 10049288.
HSL color Cylindrical-coordinate representation of color #085799: hue angle of 207.31º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #085799 is Cyan = 0.95, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 8 | 87 | 153 | - |
| CMYK | 0.95 | 0.43 | 0 | 0.4 |
| HSL | 207.31º | 0.9% | 0.32% | - |
| HSV(B) | 207.31º | 0.95% | 0.6% | - |
| XYZ | 9.26 | 9.17 | 31.42 | - |
| YUV | 70.9 | 174.33 | 83.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 87 | 153 | 0.95 | 0.43 | 0 | 0.4 | 207.31 | 0.9 | 0.32 |
| Hex | 8 | 57 | 99 | 5F | 2B | 0 | 28 | CF | 5A | 20 |
| Octal | 10 | 127 | 231 | 137 | 53 | 0 | 50 | 317 | 132 | 40 |
| Binary | 1000 | 1010111 | 10011001 | 1011111 | 101011 | 0 | 101000 | 11001111 | 1011010 | 100000 |
Color Harmonies of #085799
Complementary color
Monochromatic Colors of #085799
Black with #085799
Text Example
Text Example
White with #085799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085799; }
p { color: rgb(8,87,153); }
H1.HeaderClassName
{
color: #085799;
}
.AnyTagClassName
{
color: #085799;
}
</style>
background-color css
<style>
a { background-color: #085799; }
a { background-color: rgb(8,87,153); }
div.DivClassName
{
background-color: #085799;
}
.BgClassName
{
background-color: #085799;
}
</style>
border-color css
<style>
span { border-color: #085799; }
span { border-color: rgb(8,87,153); }
td.TdClassName
{
border-color: #085799;
}
.TagClassName
{
border-color: #085799;
}
</style>