Shades of Cobalt #084CAC
Tints of Cobalt #084CAC
RGB
CMYK
RGB Variations
Color information
#084CAC (or 0x084CAC) is known color: Cobalt. HEX triplet: 08, 4C and AC. RGB value is (8,76,172). Sum of RGB (Red+Green+Blue) = 8+76+172=256 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.12% from 256); Green value is 76 (30.08% from 255 or 29.69% from 256); Blue value is 172 (67.58% from 255 or 67.19% from 256); Max value from RGB is 172 - color contains mainly: blue. Hex color #084CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084CAC is #F7B353. Grayscale: #424242. Windows color (decimal): -16233300 or 11291656. OLE color: 11291656.
HSL color Cylindrical-coordinate representation of color #084CAC: hue angle of 215.12º 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 #084CAC is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 76 | 172 | - |
| CMYK | 0.95 | 0.56 | 0 | 0.33 |
| HSL | 215.12º | 0.91% | 0.35% | - |
| HSV(B) | 215.12º | 0.95% | 0.67% | - |
| XYZ | 10.13 | 8.2 | 40.08 | - |
| YUV | 66.61 | 187.47 | 86.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 76 | 172 | 0.95 | 0.56 | 0 | 0.33 | 215.12 | 0.91 | 0.35 |
| Hex | 8 | 4C | AC | 5F | 38 | 0 | 21 | D7 | 5B | 23 |
| Octal | 10 | 114 | 254 | 137 | 70 | 0 | 41 | 327 | 133 | 43 |
| Binary | 1000 | 1001100 | 10101100 | 1011111 | 111000 | 0 | 100001 | 11010111 | 1011011 | 100011 |
Color Harmonies of #084CAC
Complementary color
Monochromatic Colors of #084CAC
Black with #084CAC
Text Example
Text Example
White with #084CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084CAC; }
p { color: rgb(8,76,172); }
H1.HeaderClassName
{
color: #084CAC;
}
.AnyTagClassName
{
color: #084CAC;
}
</style>
background-color css
<style>
a { background-color: #084CAC; }
a { background-color: rgb(8,76,172); }
div.DivClassName
{
background-color: #084CAC;
}
.BgClassName
{
background-color: #084CAC;
}
</style>
border-color css
<style>
span { border-color: #084CAC; }
span { border-color: rgb(8,76,172); }
td.TdClassName
{
border-color: #084CAC;
}
.TagClassName
{
border-color: #084CAC;
}
</style>