Shades of Cobalt #085499
Tints of Cobalt #085499
RGB
CMYK
RGB Variations
Color information
#085499 (or 0x085499) is known color: Cobalt. HEX triplet: 08, 54 and 99. RGB value is (8,84,153). Sum of RGB (Red+Green+Blue) = 8+84+153=245 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.27% from 245); Green value is 84 (33.20% from 255 or 34.29% from 245); Blue value is 153 (60.16% from 255 or 62.45% from 245); Max value from RGB is 153 - color contains mainly: blue. Hex color #085499 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085499 is #F7AB66. Grayscale: #444444. Windows color (decimal): -16231271 or 10048520. OLE color: 10048520.
HSL color Cylindrical-coordinate representation of color #085499: hue angle of 208.55º 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 #085499 is Cyan = 0.95, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 8 | 84 | 153 | - |
| CMYK | 0.95 | 0.45 | 0 | 0.4 |
| HSL | 208.55º | 0.9% | 0.32% | - |
| HSV(B) | 208.55º | 0.95% | 0.6% | - |
| XYZ | 9.02 | 8.69 | 31.34 | - |
| YUV | 69.14 | 175.32 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 84 | 153 | 0.95 | 0.45 | 0 | 0.4 | 208.55 | 0.9 | 0.32 |
| Hex | 8 | 54 | 99 | 5F | 2D | 0 | 28 | D1 | 5A | 20 |
| Octal | 10 | 124 | 231 | 137 | 55 | 0 | 50 | 321 | 132 | 40 |
| Binary | 1000 | 1010100 | 10011001 | 1011111 | 101101 | 0 | 101000 | 11010001 | 1011010 | 100000 |
Color Harmonies of #085499
Complementary color
Monochromatic Colors of #085499
Black with #085499
Text Example
Text Example
White with #085499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085499; }
p { color: rgb(8,84,153); }
H1.HeaderClassName
{
color: #085499;
}
.AnyTagClassName
{
color: #085499;
}
</style>
background-color css
<style>
a { background-color: #085499; }
a { background-color: rgb(8,84,153); }
div.DivClassName
{
background-color: #085499;
}
.BgClassName
{
background-color: #085499;
}
</style>
border-color css
<style>
span { border-color: #085499; }
span { border-color: rgb(8,84,153); }
td.TdClassName
{
border-color: #085499;
}
.TagClassName
{
border-color: #085499;
}
</style>