Shades of Cobalt #164BA2
Tints of Cobalt #164BA2
RGB
CMYK
RGB Variations
Color information
#164BA2 (or 0x164BA2) is known color: Cobalt. HEX triplet: 16, 4B and A2. RGB value is (22,75,162). Sum of RGB (Red+Green+Blue) = 22+75+162=259 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.49% from 259); Green value is 75 (29.69% from 255 or 28.96% from 259); Blue value is 162 (63.67% from 255 or 62.55% from 259); Max value from RGB is 162 - color contains mainly: blue. Hex color #164BA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164BA2 is #E9B45D. Grayscale: #444444. Windows color (decimal): -15316062 or 10636054. OLE color: 10636054.
HSL color Cylindrical-coordinate representation of color #164BA2: hue angle of 217.29º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #164BA2 is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 22 | 75 | 162 | - |
| CMYK | 0.86 | 0.54 | 0 | 0.36 |
| HSL | 217.29º | 0.76% | 0.36% | - |
| HSV(B) | 217.29º | 0.86% | 0.64% | - |
| XYZ | 9.37 | 7.81 | 35.2 | - |
| YUV | 69.07 | 180.44 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 75 | 162 | 0.86 | 0.54 | 0 | 0.36 | 217.29 | 0.76 | 0.36 |
| Hex | 16 | 4B | A2 | 56 | 36 | 0 | 24 | D9 | 4C | 24 |
| Octal | 26 | 113 | 242 | 126 | 66 | 0 | 44 | 331 | 114 | 44 |
| Binary | 10110 | 1001011 | 10100010 | 1010110 | 110110 | 0 | 100100 | 11011001 | 1001100 | 100100 |
Color Harmonies of #164BA2
Complementary color
Monochromatic Colors of #164BA2
Black with #164BA2
Text Example
Text Example
White with #164BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164BA2; }
p { color: rgb(22,75,162); }
H1.HeaderClassName
{
color: #164BA2;
}
.AnyTagClassName
{
color: #164BA2;
}
</style>
background-color css
<style>
a { background-color: #164BA2; }
a { background-color: rgb(22,75,162); }
div.DivClassName
{
background-color: #164BA2;
}
.BgClassName
{
background-color: #164BA2;
}
</style>
border-color css
<style>
span { border-color: #164BA2; }
span { border-color: rgb(22,75,162); }
td.TdClassName
{
border-color: #164BA2;
}
.TagClassName
{
border-color: #164BA2;
}
</style>