Shades of Cobalt #084EA2
Tints of Cobalt #084EA2
RGB
CMYK
RGB Variations
Color information
#084EA2 (or 0x084EA2) is known color: Cobalt. HEX triplet: 08, 4E and A2. RGB value is (8,78,162). Sum of RGB (Red+Green+Blue) = 8+78+162=248 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.23% from 248); Green value is 78 (30.86% from 255 or 31.45% from 248); Blue value is 162 (63.67% from 255 or 65.32% from 248); Max value from RGB is 162 - color contains mainly: blue. Hex color #084EA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #084EA2 is #F7B15D. Grayscale: #424242. Windows color (decimal): -16232798 or 10636808. OLE color: 10636808.
HSL color Cylindrical-coordinate representation of color #084EA2: hue angle of 212.73º 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 #084EA2 is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 8 | 78 | 162 | - |
| CMYK | 0.95 | 0.52 | 0 | 0.36 |
| HSL | 212.73º | 0.91% | 0.33% | - |
| HSV(B) | 212.73º | 0.95% | 0.64% | - |
| XYZ | 9.35 | 8.11 | 35.26 | - |
| YUV | 66.65 | 181.81 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 78 | 162 | 0.95 | 0.52 | 0 | 0.36 | 212.73 | 0.91 | 0.33 |
| Hex | 8 | 4E | A2 | 5F | 34 | 0 | 24 | D5 | 5B | 21 |
| Octal | 10 | 116 | 242 | 137 | 64 | 0 | 44 | 325 | 133 | 41 |
| Binary | 1000 | 1001110 | 10100010 | 1011111 | 110100 | 0 | 100100 | 11010101 | 1011011 | 100001 |
Color Harmonies of #084EA2
Complementary color
Monochromatic Colors of #084EA2
Black with #084EA2
Text Example
Text Example
White with #084EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084EA2; }
p { color: rgb(8,78,162); }
H1.HeaderClassName
{
color: #084EA2;
}
.AnyTagClassName
{
color: #084EA2;
}
</style>
background-color css
<style>
a { background-color: #084EA2; }
a { background-color: rgb(8,78,162); }
div.DivClassName
{
background-color: #084EA2;
}
.BgClassName
{
background-color: #084EA2;
}
</style>
border-color css
<style>
span { border-color: #084EA2; }
span { border-color: rgb(8,78,162); }
td.TdClassName
{
border-color: #084EA2;
}
.TagClassName
{
border-color: #084EA2;
}
</style>