Shades of Cobalt #084EBA
Tints of Cobalt #084EBA
RGB
CMYK
RGB Variations
Color information
#084EBA (or 0x084EBA) is known color: Cobalt. HEX triplet: 08, 4E and BA. RGB value is (8,78,186). Sum of RGB (Red+Green+Blue) = 8+78+186=272 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.94% from 272); Green value is 78 (30.86% from 255 or 28.68% from 272); Blue value is 186 (73.05% from 255 or 68.38% from 272); Max value from RGB is 186 - color contains mainly: blue. Hex color #084EBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #084EBA is #F7B145. Grayscale: #444444. Windows color (decimal): -16232774 or 12209672. OLE color: 12209672.
HSL color Cylindrical-coordinate representation of color #084EBA: hue angle of 216.4º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #084EBA is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 78 | 186 | - |
| CMYK | 0.96 | 0.58 | 0 | 0.27 |
| HSL | 216.4º | 0.92% | 0.38% | - |
| HSV(B) | 216.4º | 0.96% | 0.73% | - |
| XYZ | 11.69 | 9.05 | 47.58 | - |
| YUV | 69.38 | 193.81 | 84.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 78 | 186 | 0.96 | 0.58 | 0 | 0.27 | 216.4 | 0.92 | 0.38 |
| Hex | 8 | 4E | BA | 60 | 3A | 0 | 1B | D8 | 5C | 26 |
| Octal | 10 | 116 | 272 | 140 | 72 | 0 | 33 | 330 | 134 | 46 |
| Binary | 1000 | 1001110 | 10111010 | 1100000 | 111010 | 0 | 11011 | 11011000 | 1011100 | 100110 |
Color Harmonies of #084EBA
Complementary color
Monochromatic Colors of #084EBA
Black with #084EBA
Text Example
Text Example
White with #084EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084EBA; }
p { color: rgb(8,78,186); }
H1.HeaderClassName
{
color: #084EBA;
}
.AnyTagClassName
{
color: #084EBA;
}
</style>
background-color css
<style>
a { background-color: #084EBA; }
a { background-color: rgb(8,78,186); }
div.DivClassName
{
background-color: #084EBA;
}
.BgClassName
{
background-color: #084EBA;
}
</style>
border-color css
<style>
span { border-color: #084EBA; }
span { border-color: rgb(8,78,186); }
td.TdClassName
{
border-color: #084EBA;
}
.TagClassName
{
border-color: #084EBA;
}
</style>