Shades of Cobalt #084DA2
Tints of Cobalt #084DA2
RGB
CMYK
RGB Variations
Color information
#084DA2 (or 0x084DA2) is known color: Cobalt. HEX triplet: 08, 4D and A2. RGB value is (8,77,162). Sum of RGB (Red+Green+Blue) = 8+77+162=247 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.24% from 247); Green value is 77 (30.47% from 255 or 31.17% from 247); Blue value is 162 (63.67% from 255 or 65.59% from 247); Max value from RGB is 162 - color contains mainly: blue. Hex color #084DA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #084DA2 is #F7B25D. Grayscale: #414141. Windows color (decimal): -16233054 or 10636552. OLE color: 10636552.
HSL color Cylindrical-coordinate representation of color #084DA2: hue angle of 213.12º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #084DA2 is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 8 | 77 | 162 | - |
| CMYK | 0.95 | 0.52 | 0 | 0.36 |
| HSL | 213.12º | 0.91% | 0.33% | - |
| HSV(B) | 213.12º | 0.95% | 0.64% | - |
| XYZ | 9.28 | 7.97 | 35.23 | - |
| YUV | 66.06 | 182.14 | 86.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 77 | 162 | 0.95 | 0.52 | 0 | 0.36 | 213.12 | 0.91 | 0.33 |
| Hex | 8 | 4D | A2 | 5F | 34 | 0 | 24 | D5 | 5B | 21 |
| Octal | 10 | 115 | 242 | 137 | 64 | 0 | 44 | 325 | 133 | 41 |
| Binary | 1000 | 1001101 | 10100010 | 1011111 | 110100 | 0 | 100100 | 11010101 | 1011011 | 100001 |
Color Harmonies of #084DA2
Complementary color
Monochromatic Colors of #084DA2
Black with #084DA2
Text Example
Text Example
White with #084DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084DA2; }
p { color: rgb(8,77,162); }
H1.HeaderClassName
{
color: #084DA2;
}
.AnyTagClassName
{
color: #084DA2;
}
</style>
background-color css
<style>
a { background-color: #084DA2; }
a { background-color: rgb(8,77,162); }
div.DivClassName
{
background-color: #084DA2;
}
.BgClassName
{
background-color: #084DA2;
}
</style>
border-color css
<style>
span { border-color: #084DA2; }
span { border-color: rgb(8,77,162); }
td.TdClassName
{
border-color: #084DA2;
}
.TagClassName
{
border-color: #084DA2;
}
</style>