Shades of Cobalt #084E99
Tints of Cobalt #084E99
RGB
CMYK
RGB Variations
Color information
#084E99 (or 0x084E99) is known color: Cobalt. HEX triplet: 08, 4E and 99. RGB value is (8,78,153). Sum of RGB (Red+Green+Blue) = 8+78+153=239 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.35% from 239); Green value is 78 (30.86% from 255 or 32.64% from 239); Blue value is 153 (60.16% from 255 or 64.02% from 239); Max value from RGB is 153 - color contains mainly: blue. Hex color #084E99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #084E99 is #F7B166. Grayscale: #414141. Windows color (decimal): -16232807 or 10046984. OLE color: 10046984.
HSL color Cylindrical-coordinate representation of color #084E99: hue angle of 211.03º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #084E99 is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 8 | 78 | 153 | - |
| CMYK | 0.95 | 0.49 | 0 | 0.4 |
| HSL | 211.03º | 0.9% | 0.32% | - |
| HSV(B) | 211.03º | 0.95% | 0.6% | - |
| XYZ | 8.57 | 7.8 | 31.19 | - |
| YUV | 65.62 | 177.31 | 86.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 78 | 153 | 0.95 | 0.49 | 0 | 0.4 | 211.03 | 0.9 | 0.32 |
| Hex | 8 | 4E | 99 | 5F | 31 | 0 | 28 | D3 | 5A | 20 |
| Octal | 10 | 116 | 231 | 137 | 61 | 0 | 50 | 323 | 132 | 40 |
| Binary | 1000 | 1001110 | 10011001 | 1011111 | 110001 | 0 | 101000 | 11010011 | 1011010 | 100000 |
Color Harmonies of #084E99
Complementary color
Monochromatic Colors of #084E99
Black with #084E99
Text Example
Text Example
White with #084E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084E99; }
p { color: rgb(8,78,153); }
H1.HeaderClassName
{
color: #084E99;
}
.AnyTagClassName
{
color: #084E99;
}
</style>
background-color css
<style>
a { background-color: #084E99; }
a { background-color: rgb(8,78,153); }
div.DivClassName
{
background-color: #084E99;
}
.BgClassName
{
background-color: #084E99;
}
</style>
border-color css
<style>
span { border-color: #084E99; }
span { border-color: rgb(8,78,153); }
td.TdClassName
{
border-color: #084E99;
}
.TagClassName
{
border-color: #084E99;
}
</style>