Shades of Cobalt #084E9F
Tints of Cobalt #084E9F
RGB
CMYK
RGB Variations
Color information
#084E9F (or 0x084E9F) is known color: Cobalt. HEX triplet: 08, 4E and 9F. RGB value is (8,78,159). Sum of RGB (Red+Green+Blue) = 8+78+159=245 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.27% from 245); Green value is 78 (30.86% from 255 or 31.84% from 245); Blue value is 159 (62.5% from 255 or 64.90% from 245); Max value from RGB is 159 - color contains mainly: blue. Hex color #084E9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #084E9F is #F7B160. Grayscale: #414141. Windows color (decimal): -16232801 or 10440200. OLE color: 10440200.
HSL color Cylindrical-coordinate representation of color #084E9F: hue angle of 212.19º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #084E9F is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 8 | 78 | 159 | - |
| CMYK | 0.95 | 0.51 | 0 | 0.38 |
| HSL | 212.19º | 0.9% | 0.33% | - |
| HSV(B) | 212.19º | 0.95% | 0.62% | - |
| XYZ | 9.08 | 8 | 33.87 | - |
| YUV | 66.3 | 180.31 | 86.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 78 | 159 | 0.95 | 0.51 | 0 | 0.38 | 212.19 | 0.9 | 0.33 |
| Hex | 8 | 4E | 9F | 5F | 33 | 0 | 26 | D4 | 5A | 21 |
| Octal | 10 | 116 | 237 | 137 | 63 | 0 | 46 | 324 | 132 | 41 |
| Binary | 1000 | 1001110 | 10011111 | 1011111 | 110011 | 0 | 100110 | 11010100 | 1011010 | 100001 |
Color Harmonies of #084E9F
Complementary color
Monochromatic Colors of #084E9F
Black with #084E9F
Text Example
Text Example
White with #084E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084E9F; }
p { color: rgb(8,78,159); }
H1.HeaderClassName
{
color: #084E9F;
}
.AnyTagClassName
{
color: #084E9F;
}
</style>
background-color css
<style>
a { background-color: #084E9F; }
a { background-color: rgb(8,78,159); }
div.DivClassName
{
background-color: #084E9F;
}
.BgClassName
{
background-color: #084E9F;
}
</style>
border-color css
<style>
span { border-color: #084E9F; }
span { border-color: rgb(8,78,159); }
td.TdClassName
{
border-color: #084E9F;
}
.TagClassName
{
border-color: #084E9F;
}
</style>