Shades of Cobalt #084FA2
Tints of Cobalt #084FA2
RGB
CMYK
RGB Variations
Color information
#084FA2 (or 0x084FA2) is known color: Cobalt. HEX triplet: 08, 4F and A2. RGB value is (8,79,162). Sum of RGB (Red+Green+Blue) = 8+79+162=249 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.21% from 249); Green value is 79 (31.25% from 255 or 31.73% from 249); Blue value is 162 (63.67% from 255 or 65.06% from 249); Max value from RGB is 162 - color contains mainly: blue. Hex color #084FA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #084FA2 is #F7B05D. Grayscale: #424242. Windows color (decimal): -16232542 or 10637064. OLE color: 10637064.
HSL color Cylindrical-coordinate representation of color #084FA2: hue angle of 212.34º 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 #084FA2 is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 8 | 79 | 162 | - |
| CMYK | 0.95 | 0.51 | 0 | 0.36 |
| HSL | 212.34º | 0.91% | 0.33% | - |
| HSV(B) | 212.34º | 0.95% | 0.64% | - |
| XYZ | 9.42 | 8.25 | 35.28 | - |
| YUV | 67.23 | 181.48 | 85.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 79 | 162 | 0.95 | 0.51 | 0 | 0.36 | 212.34 | 0.91 | 0.33 |
| Hex | 8 | 4F | A2 | 5F | 33 | 0 | 24 | D4 | 5B | 21 |
| Octal | 10 | 117 | 242 | 137 | 63 | 0 | 44 | 324 | 133 | 41 |
| Binary | 1000 | 1001111 | 10100010 | 1011111 | 110011 | 0 | 100100 | 11010100 | 1011011 | 100001 |
Color Harmonies of #084FA2
Complementary color
Monochromatic Colors of #084FA2
Black with #084FA2
Text Example
Text Example
White with #084FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084FA2; }
p { color: rgb(8,79,162); }
H1.HeaderClassName
{
color: #084FA2;
}
.AnyTagClassName
{
color: #084FA2;
}
</style>
background-color css
<style>
a { background-color: #084FA2; }
a { background-color: rgb(8,79,162); }
div.DivClassName
{
background-color: #084FA2;
}
.BgClassName
{
background-color: #084FA2;
}
</style>
border-color css
<style>
span { border-color: #084FA2; }
span { border-color: rgb(8,79,162); }
td.TdClassName
{
border-color: #084FA2;
}
.TagClassName
{
border-color: #084FA2;
}
</style>