Shades of Cobalt #084FA0
Tints of Cobalt #084FA0
RGB
CMYK
RGB Variations
Color information
#084FA0 (or 0x084FA0) is known color: Cobalt. HEX triplet: 08, 4F and A0. RGB value is (8,79,160). Sum of RGB (Red+Green+Blue) = 8+79+160=247 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.24% from 247); Green value is 79 (31.25% from 255 or 31.98% from 247); Blue value is 160 (62.89% from 255 or 64.78% from 247); Max value from RGB is 160 - color contains mainly: blue. Hex color #084FA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #084FA0 is #F7B05F. Grayscale: #424242. Windows color (decimal): -16232544 or 10505992. OLE color: 10505992.
HSL color Cylindrical-coordinate representation of color #084FA0: hue angle of 211.97º 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 #084FA0 is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 8 | 79 | 160 | - |
| CMYK | 0.95 | 0.51 | 0 | 0.37 |
| HSL | 211.97º | 0.9% | 0.33% | - |
| HSV(B) | 211.97º | 0.95% | 0.63% | - |
| XYZ | 9.24 | 8.18 | 34.35 | - |
| YUV | 67.01 | 180.48 | 85.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 79 | 160 | 0.95 | 0.51 | 0 | 0.37 | 211.97 | 0.9 | 0.33 |
| Hex | 8 | 4F | A0 | 5F | 33 | 0 | 25 | D4 | 5A | 21 |
| Octal | 10 | 117 | 240 | 137 | 63 | 0 | 45 | 324 | 132 | 41 |
| Binary | 1000 | 1001111 | 10100000 | 1011111 | 110011 | 0 | 100101 | 11010100 | 1011010 | 100001 |
Color Harmonies of #084FA0
Complementary color
Monochromatic Colors of #084FA0
Black with #084FA0
Text Example
Text Example
White with #084FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084FA0; }
p { color: rgb(8,79,160); }
H1.HeaderClassName
{
color: #084FA0;
}
.AnyTagClassName
{
color: #084FA0;
}
</style>
background-color css
<style>
a { background-color: #084FA0; }
a { background-color: rgb(8,79,160); }
div.DivClassName
{
background-color: #084FA0;
}
.BgClassName
{
background-color: #084FA0;
}
</style>
border-color css
<style>
span { border-color: #084FA0; }
span { border-color: rgb(8,79,160); }
td.TdClassName
{
border-color: #084FA0;
}
.TagClassName
{
border-color: #084FA0;
}
</style>