Shades of Cobalt #084AA2
Tints of Cobalt #084AA2
RGB
CMYK
RGB Variations
Color information
#084AA2 (or 0x084AA2) is known color: Cobalt. HEX triplet: 08, 4A and A2. RGB value is (8,74,162). Sum of RGB (Red+Green+Blue) = 8+74+162=244 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.28% from 244); Green value is 74 (29.30% from 255 or 30.33% from 244); Blue value is 162 (63.67% from 255 or 66.39% from 244); Max value from RGB is 162 - color contains mainly: blue. Hex color #084AA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084AA2 is #F7B55D. Grayscale: #3F3F3F. Windows color (decimal): -16233822 or 10635784. OLE color: 10635784.
HSL color Cylindrical-coordinate representation of color #084AA2: hue angle of 214.29º 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 #084AA2 is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 8 | 74 | 162 | - |
| CMYK | 0.95 | 0.54 | 0 | 0.36 |
| HSL | 214.29º | 0.91% | 0.33% | - |
| HSV(B) | 214.29º | 0.95% | 0.64% | - |
| XYZ | 9.07 | 7.56 | 35.16 | - |
| YUV | 64.3 | 183.13 | 87.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 74 | 162 | 0.95 | 0.54 | 0 | 0.36 | 214.29 | 0.91 | 0.33 |
| Hex | 8 | 4A | A2 | 5F | 36 | 0 | 24 | D6 | 5B | 21 |
| Octal | 10 | 112 | 242 | 137 | 66 | 0 | 44 | 326 | 133 | 41 |
| Binary | 1000 | 1001010 | 10100010 | 1011111 | 110110 | 0 | 100100 | 11010110 | 1011011 | 100001 |
Color Harmonies of #084AA2
Complementary color
Monochromatic Colors of #084AA2
Black with #084AA2
Text Example
Text Example
White with #084AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084AA2; }
p { color: rgb(8,74,162); }
H1.HeaderClassName
{
color: #084AA2;
}
.AnyTagClassName
{
color: #084AA2;
}
</style>
background-color css
<style>
a { background-color: #084AA2; }
a { background-color: rgb(8,74,162); }
div.DivClassName
{
background-color: #084AA2;
}
.BgClassName
{
background-color: #084AA2;
}
</style>
border-color css
<style>
span { border-color: #084AA2; }
span { border-color: rgb(8,74,162); }
td.TdClassName
{
border-color: #084AA2;
}
.TagClassName
{
border-color: #084AA2;
}
</style>