Shades of Cobalt #084EA0
Tints of Cobalt #084EA0
RGB
CMYK
RGB Variations
Color information
#084EA0 (or 0x084EA0) is known color: Cobalt. HEX triplet: 08, 4E and A0. RGB value is (8,78,160). Sum of RGB (Red+Green+Blue) = 8+78+160=246 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.25% from 246); Green value is 78 (30.86% from 255 or 31.71% from 246); Blue value is 160 (62.89% from 255 or 65.04% from 246); Max value from RGB is 160 - color contains mainly: blue. Hex color #084EA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #084EA0 is #F7B15F. Grayscale: #424242. Windows color (decimal): -16232800 or 10505736. OLE color: 10505736.
HSL color Cylindrical-coordinate representation of color #084EA0: hue angle of 212.37º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #084EA0 is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 8 | 78 | 160 | - |
| CMYK | 0.95 | 0.51 | 0 | 0.37 |
| HSL | 212.37º | 0.9% | 0.33% | - |
| HSV(B) | 212.37º | 0.95% | 0.63% | - |
| XYZ | 9.17 | 8.04 | 34.33 | - |
| YUV | 66.42 | 180.81 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 78 | 160 | 0.95 | 0.51 | 0 | 0.37 | 212.37 | 0.9 | 0.33 |
| Hex | 8 | 4E | A0 | 5F | 33 | 0 | 25 | D4 | 5A | 21 |
| Octal | 10 | 116 | 240 | 137 | 63 | 0 | 45 | 324 | 132 | 41 |
| Binary | 1000 | 1001110 | 10100000 | 1011111 | 110011 | 0 | 100101 | 11010100 | 1011010 | 100001 |
Color Harmonies of #084EA0
Complementary color
Monochromatic Colors of #084EA0
Black with #084EA0
Text Example
Text Example
White with #084EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084EA0; }
p { color: rgb(8,78,160); }
H1.HeaderClassName
{
color: #084EA0;
}
.AnyTagClassName
{
color: #084EA0;
}
</style>
background-color css
<style>
a { background-color: #084EA0; }
a { background-color: rgb(8,78,160); }
div.DivClassName
{
background-color: #084EA0;
}
.BgClassName
{
background-color: #084EA0;
}
</style>
border-color css
<style>
span { border-color: #084EA0; }
span { border-color: rgb(8,78,160); }
td.TdClassName
{
border-color: #084EA0;
}
.TagClassName
{
border-color: #084EA0;
}
</style>