Shades of Cobalt #084DAC
Tints of Cobalt #084DAC
RGB
CMYK
RGB Variations
Color information
#084DAC (or 0x084DAC) is known color: Cobalt. HEX triplet: 08, 4D and AC. RGB value is (8,77,172). Sum of RGB (Red+Green+Blue) = 8+77+172=257 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.11% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 172 (67.58% from 255 or 66.93% from 257); Max value from RGB is 172 - color contains mainly: blue. Hex color #084DAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #084DAC is #F7B253. Grayscale: #424242. Windows color (decimal): -16233044 or 11291912. OLE color: 11291912.
HSL color Cylindrical-coordinate representation of color #084DAC: hue angle of 214.76º 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 #084DAC is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 77 | 172 | - |
| CMYK | 0.95 | 0.55 | 0 | 0.33 |
| HSL | 214.76º | 0.91% | 0.35% | - |
| HSV(B) | 214.76º | 0.95% | 0.67% | - |
| XYZ | 10.2 | 8.34 | 40.1 | - |
| YUV | 67.2 | 187.14 | 85.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 77 | 172 | 0.95 | 0.55 | 0 | 0.33 | 214.76 | 0.91 | 0.35 |
| Hex | 8 | 4D | AC | 5F | 37 | 0 | 21 | D7 | 5B | 23 |
| Octal | 10 | 115 | 254 | 137 | 67 | 0 | 41 | 327 | 133 | 43 |
| Binary | 1000 | 1001101 | 10101100 | 1011111 | 110111 | 0 | 100001 | 11010111 | 1011011 | 100011 |
Color Harmonies of #084DAC
Complementary color
Monochromatic Colors of #084DAC
Black with #084DAC
Text Example
Text Example
White with #084DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084DAC; }
p { color: rgb(8,77,172); }
H1.HeaderClassName
{
color: #084DAC;
}
.AnyTagClassName
{
color: #084DAC;
}
</style>
background-color css
<style>
a { background-color: #084DAC; }
a { background-color: rgb(8,77,172); }
div.DivClassName
{
background-color: #084DAC;
}
.BgClassName
{
background-color: #084DAC;
}
</style>
border-color css
<style>
span { border-color: #084DAC; }
span { border-color: rgb(8,77,172); }
td.TdClassName
{
border-color: #084DAC;
}
.TagClassName
{
border-color: #084DAC;
}
</style>