Shades of Cobalt #164AAA
Tints of Cobalt #164AAA
RGB
CMYK
RGB Variations
Color information
#164AAA (or 0x164AAA) is known color: Cobalt. HEX triplet: 16, 4A and AA. RGB value is (22,74,170). Sum of RGB (Red+Green+Blue) = 22+74+170=266 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.27% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 170 (66.80% from 255 or 63.91% from 266); Max value from RGB is 170 - color contains mainly: blue. Hex color #164AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164AAA is #E9B555. Grayscale: #444444. Windows color (decimal): -15316310 or 11160086. OLE color: 11160086.
HSL color Cylindrical-coordinate representation of color #164AAA: hue angle of 218.92º 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 #164AAA is Cyan = 0.87, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 74 | 170 | - |
| CMYK | 0.87 | 0.56 | 0 | 0.33 |
| HSL | 218.92º | 0.77% | 0.38% | - |
| HSV(B) | 218.92º | 0.87% | 0.67% | - |
| XYZ | 10.04 | 7.97 | 39.04 | - |
| YUV | 69.4 | 184.77 | 94.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 74 | 170 | 0.87 | 0.56 | 0 | 0.33 | 218.92 | 0.77 | 0.38 |
| Hex | 16 | 4A | AA | 57 | 38 | 0 | 21 | DB | 4D | 26 |
| Octal | 26 | 112 | 252 | 127 | 70 | 0 | 41 | 333 | 115 | 46 |
| Binary | 10110 | 1001010 | 10101010 | 1010111 | 111000 | 0 | 100001 | 11011011 | 1001101 | 100110 |
Color Harmonies of #164AAA
Complementary color
Monochromatic Colors of #164AAA
Black with #164AAA
Text Example
Text Example
White with #164AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164AAA; }
p { color: rgb(22,74,170); }
H1.HeaderClassName
{
color: #164AAA;
}
.AnyTagClassName
{
color: #164AAA;
}
</style>
background-color css
<style>
a { background-color: #164AAA; }
a { background-color: rgb(22,74,170); }
div.DivClassName
{
background-color: #164AAA;
}
.BgClassName
{
background-color: #164AAA;
}
</style>
border-color css
<style>
span { border-color: #164AAA; }
span { border-color: rgb(22,74,170); }
td.TdClassName
{
border-color: #164AAA;
}
.TagClassName
{
border-color: #164AAA;
}
</style>