Shades of Cobalt #164CAC
Tints of Cobalt #164CAC
RGB
CMYK
RGB Variations
Color information
#164CAC (or 0x164CAC) is known color: Cobalt. HEX triplet: 16, 4C and AC. RGB value is (22,76,172). Sum of RGB (Red+Green+Blue) = 22+76+172=270 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.15% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 172 (67.58% from 255 or 63.70% from 270); Max value from RGB is 172 - color contains mainly: blue. Hex color #164CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164CAC is #E9B353. Grayscale: #464646. Windows color (decimal): -15315796 or 11291670. OLE color: 11291670.
HSL color Cylindrical-coordinate representation of color #164CAC: hue angle of 218.4º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #164CAC is Cyan = 0.87, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 76 | 172 | - |
| CMYK | 0.87 | 0.56 | 0 | 0.33 |
| HSL | 218.4º | 0.77% | 0.38% | - |
| HSV(B) | 218.4º | 0.87% | 0.67% | - |
| XYZ | 10.36 | 8.32 | 40.09 | - |
| YUV | 70.8 | 185.11 | 93.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 76 | 172 | 0.87 | 0.56 | 0 | 0.33 | 218.4 | 0.77 | 0.38 |
| Hex | 16 | 4C | AC | 57 | 38 | 0 | 21 | DA | 4D | 26 |
| Octal | 26 | 114 | 254 | 127 | 70 | 0 | 41 | 332 | 115 | 46 |
| Binary | 10110 | 1001100 | 10101100 | 1010111 | 111000 | 0 | 100001 | 11011010 | 1001101 | 100110 |
Color Harmonies of #164CAC
Complementary color
Monochromatic Colors of #164CAC
Black with #164CAC
Text Example
Text Example
White with #164CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164CAC; }
p { color: rgb(22,76,172); }
H1.HeaderClassName
{
color: #164CAC;
}
.AnyTagClassName
{
color: #164CAC;
}
</style>
background-color css
<style>
a { background-color: #164CAC; }
a { background-color: rgb(22,76,172); }
div.DivClassName
{
background-color: #164CAC;
}
.BgClassName
{
background-color: #164CAC;
}
</style>
border-color css
<style>
span { border-color: #164CAC; }
span { border-color: rgb(22,76,172); }
td.TdClassName
{
border-color: #164CAC;
}
.TagClassName
{
border-color: #164CAC;
}
</style>