Shades of Cobalt #084CA2
Tints of Cobalt #084CA2
RGB
CMYK
RGB Variations
Color information
#084CA2 (or 0x084CA2) is known color: Cobalt. HEX triplet: 08, 4C and A2. RGB value is (8,76,162). Sum of RGB (Red+Green+Blue) = 8+76+162=246 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.25% from 246); Green value is 76 (30.08% from 255 or 30.89% from 246); Blue value is 162 (63.67% from 255 or 65.85% from 246); Max value from RGB is 162 - color contains mainly: blue. Hex color #084CA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084CA2 is #F7B35D. Grayscale: #414141. Windows color (decimal): -16233310 or 10636296. OLE color: 10636296.
HSL color Cylindrical-coordinate representation of color #084CA2: hue angle of 213.51º 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 #084CA2 is Cyan = 0.95, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 8 | 76 | 162 | - |
| CMYK | 0.95 | 0.53 | 0 | 0.36 |
| HSL | 213.51º | 0.91% | 0.33% | - |
| HSV(B) | 213.51º | 0.95% | 0.64% | - |
| XYZ | 9.21 | 7.83 | 35.21 | - |
| YUV | 65.47 | 182.47 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 76 | 162 | 0.95 | 0.53 | 0 | 0.36 | 213.51 | 0.91 | 0.33 |
| Hex | 8 | 4C | A2 | 5F | 35 | 0 | 24 | D6 | 5B | 21 |
| Octal | 10 | 114 | 242 | 137 | 65 | 0 | 44 | 326 | 133 | 41 |
| Binary | 1000 | 1001100 | 10100010 | 1011111 | 110101 | 0 | 100100 | 11010110 | 1011011 | 100001 |
Color Harmonies of #084CA2
Complementary color
Monochromatic Colors of #084CA2
Black with #084CA2
Text Example
Text Example
White with #084CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084CA2; }
p { color: rgb(8,76,162); }
H1.HeaderClassName
{
color: #084CA2;
}
.AnyTagClassName
{
color: #084CA2;
}
</style>
background-color css
<style>
a { background-color: #084CA2; }
a { background-color: rgb(8,76,162); }
div.DivClassName
{
background-color: #084CA2;
}
.BgClassName
{
background-color: #084CA2;
}
</style>
border-color css
<style>
span { border-color: #084CA2; }
span { border-color: rgb(8,76,162); }
td.TdClassName
{
border-color: #084CA2;
}
.TagClassName
{
border-color: #084CA2;
}
</style>