Shades of Cobalt #084799
Tints of Cobalt #084799
RGB
CMYK
RGB Variations
Color information
#084799 (or 0x084799) is known color: Cobalt. HEX triplet: 08, 47 and 99. RGB value is (8,71,153). Sum of RGB (Red+Green+Blue) = 8+71+153=232 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.45% from 232); Green value is 71 (28.12% from 255 or 30.60% from 232); Blue value is 153 (60.16% from 255 or 65.95% from 232); Max value from RGB is 153 - color contains mainly: blue. Hex color #084799 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084799 is #F7B866. Grayscale: #3D3D3D. Windows color (decimal): -16234599 or 10045192. OLE color: 10045192.
HSL color Cylindrical-coordinate representation of color #084799: hue angle of 213.93º 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 #084799 is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 8 | 71 | 153 | - |
| CMYK | 0.95 | 0.54 | 0 | 0.4 |
| HSL | 213.93º | 0.9% | 0.32% | - |
| HSV(B) | 213.93º | 0.95% | 0.6% | - |
| XYZ | 8.1 | 6.86 | 31.03 | - |
| YUV | 61.51 | 179.63 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 71 | 153 | 0.95 | 0.54 | 0 | 0.4 | 213.93 | 0.9 | 0.32 |
| Hex | 8 | 47 | 99 | 5F | 36 | 0 | 28 | D6 | 5A | 20 |
| Octal | 10 | 107 | 231 | 137 | 66 | 0 | 50 | 326 | 132 | 40 |
| Binary | 1000 | 1000111 | 10011001 | 1011111 | 110110 | 0 | 101000 | 11010110 | 1011010 | 100000 |
Color Harmonies of #084799
Complementary color
Monochromatic Colors of #084799
Black with #084799
Text Example
Text Example
White with #084799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084799; }
p { color: rgb(8,71,153); }
H1.HeaderClassName
{
color: #084799;
}
.AnyTagClassName
{
color: #084799;
}
</style>
background-color css
<style>
a { background-color: #084799; }
a { background-color: rgb(8,71,153); }
div.DivClassName
{
background-color: #084799;
}
.BgClassName
{
background-color: #084799;
}
</style>
border-color css
<style>
span { border-color: #084799; }
span { border-color: rgb(8,71,153); }
td.TdClassName
{
border-color: #084799;
}
.TagClassName
{
border-color: #084799;
}
</style>