Shades of Cobalt #084FAC
Tints of Cobalt #084FAC
RGB
CMYK
RGB Variations
Color information
#084FAC (or 0x084FAC) is known color: Cobalt. HEX triplet: 08, 4F and AC. RGB value is (8,79,172). Sum of RGB (Red+Green+Blue) = 8+79+172=259 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.09% from 259); Green value is 79 (31.25% from 255 or 30.50% from 259); Blue value is 172 (67.58% from 255 or 66.41% from 259); Max value from RGB is 172 - color contains mainly: blue. Hex color #084FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #084FAC is #F7B053. Grayscale: #434343. Windows color (decimal): -16232532 or 11292424. OLE color: 11292424.
HSL color Cylindrical-coordinate representation of color #084FAC: hue angle of 214.02º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #084FAC is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 79 | 172 | - |
| CMYK | 0.95 | 0.54 | 0 | 0.33 |
| HSL | 214.02º | 0.91% | 0.35% | - |
| HSV(B) | 214.02º | 0.95% | 0.67% | - |
| XYZ | 10.34 | 8.62 | 40.15 | - |
| YUV | 68.37 | 186.48 | 84.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 79 | 172 | 0.95 | 0.54 | 0 | 0.33 | 214.02 | 0.91 | 0.35 |
| Hex | 8 | 4F | AC | 5F | 36 | 0 | 21 | D6 | 5B | 23 |
| Octal | 10 | 117 | 254 | 137 | 66 | 0 | 41 | 326 | 133 | 43 |
| Binary | 1000 | 1001111 | 10101100 | 1011111 | 110110 | 0 | 100001 | 11010110 | 1011011 | 100011 |
Color Harmonies of #084FAC
Complementary color
Monochromatic Colors of #084FAC
Black with #084FAC
Text Example
Text Example
White with #084FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084FAC; }
p { color: rgb(8,79,172); }
H1.HeaderClassName
{
color: #084FAC;
}
.AnyTagClassName
{
color: #084FAC;
}
</style>
background-color css
<style>
a { background-color: #084FAC; }
a { background-color: rgb(8,79,172); }
div.DivClassName
{
background-color: #084FAC;
}
.BgClassName
{
background-color: #084FAC;
}
</style>
border-color css
<style>
span { border-color: #084FAC; }
span { border-color: rgb(8,79,172); }
td.TdClassName
{
border-color: #084FAC;
}
.TagClassName
{
border-color: #084FAC;
}
</style>