Shades of Cobalt #084999
Tints of Cobalt #084999
RGB
CMYK
RGB Variations
Color information
#084999 (or 0x084999) is known color: Cobalt. HEX triplet: 08, 49 and 99. RGB value is (8,73,153). Sum of RGB (Red+Green+Blue) = 8+73+153=234 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.42% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 153 (60.16% from 255 or 65.38% from 234); Max value from RGB is 153 - color contains mainly: blue. Hex color #084999 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084999 is #F7B666. Grayscale: #3E3E3E. Windows color (decimal): -16234087 or 10045704. OLE color: 10045704.
HSL color Cylindrical-coordinate representation of color #084999: hue angle of 213.1º 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 #084999 is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 8 | 73 | 153 | - |
| CMYK | 0.95 | 0.52 | 0 | 0.4 |
| HSL | 213.1º | 0.9% | 0.32% | - |
| HSV(B) | 213.1º | 0.95% | 0.6% | - |
| XYZ | 8.23 | 7.12 | 31.08 | - |
| YUV | 62.69 | 178.97 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 73 | 153 | 0.95 | 0.52 | 0 | 0.4 | 213.1 | 0.9 | 0.32 |
| Hex | 8 | 49 | 99 | 5F | 34 | 0 | 28 | D5 | 5A | 20 |
| Octal | 10 | 111 | 231 | 137 | 64 | 0 | 50 | 325 | 132 | 40 |
| Binary | 1000 | 1001001 | 10011001 | 1011111 | 110100 | 0 | 101000 | 11010101 | 1011010 | 100000 |
Color Harmonies of #084999
Complementary color
Monochromatic Colors of #084999
Black with #084999
Text Example
Text Example
White with #084999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084999; }
p { color: rgb(8,73,153); }
H1.HeaderClassName
{
color: #084999;
}
.AnyTagClassName
{
color: #084999;
}
</style>
background-color css
<style>
a { background-color: #084999; }
a { background-color: rgb(8,73,153); }
div.DivClassName
{
background-color: #084999;
}
.BgClassName
{
background-color: #084999;
}
</style>
border-color css
<style>
span { border-color: #084999; }
span { border-color: rgb(8,73,153); }
td.TdClassName
{
border-color: #084999;
}
.TagClassName
{
border-color: #084999;
}
</style>