Shades of Cobalt #085997
Tints of Cobalt #085997
RGB
CMYK
RGB Variations
Color information
#085997 (or 0x085997) is known color: Cobalt. HEX triplet: 08, 59 and 97. RGB value is (8,89,151). Sum of RGB (Red+Green+Blue) = 8+89+151=248 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.23% from 248); Green value is 89 (35.16% from 255 or 35.89% from 248); Blue value is 151 (59.38% from 255 or 60.89% from 248); Max value from RGB is 151 - color contains mainly: blue. Hex color #085997 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085997 is #F7A668. Grayscale: #474747. Windows color (decimal): -16229993 or 9918728. OLE color: 9918728.
HSL color Cylindrical-coordinate representation of color #085997: hue angle of 206.01º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #085997 is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 8 | 89 | 151 | - |
| CMYK | 0.95 | 0.41 | 0 | 0.41 |
| HSL | 206.01º | 0.9% | 0.31% | - |
| HSV(B) | 206.01º | 0.95% | 0.59% | - |
| XYZ | 9.26 | 9.43 | 30.61 | - |
| YUV | 71.85 | 172.66 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 89 | 151 | 0.95 | 0.41 | 0 | 0.41 | 206.01 | 0.9 | 0.31 |
| Hex | 8 | 59 | 97 | 5F | 29 | 0 | 29 | CE | 5A | 1F |
| Octal | 10 | 131 | 227 | 137 | 51 | 0 | 51 | 316 | 132 | 37 |
| Binary | 1000 | 1011001 | 10010111 | 1011111 | 101001 | 0 | 101001 | 11001110 | 1011010 | 11111 |
Color Harmonies of #085997
Complementary color
Monochromatic Colors of #085997
Black with #085997
Text Example
Text Example
White with #085997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085997; }
p { color: rgb(8,89,151); }
H1.HeaderClassName
{
color: #085997;
}
.AnyTagClassName
{
color: #085997;
}
</style>
background-color css
<style>
a { background-color: #085997; }
a { background-color: rgb(8,89,151); }
div.DivClassName
{
background-color: #085997;
}
.BgClassName
{
background-color: #085997;
}
</style>
border-color css
<style>
span { border-color: #085997; }
span { border-color: rgb(8,89,151); }
td.TdClassName
{
border-color: #085997;
}
.TagClassName
{
border-color: #085997;
}
</style>