Shades of Cobalt #164BA0
Tints of Cobalt #164BA0
RGB
CMYK
RGB Variations
Color information
#164BA0 (or 0x164BA0) is known color: Cobalt. HEX triplet: 16, 4B and A0. RGB value is (22,75,160). Sum of RGB (Red+Green+Blue) = 22+75+160=257 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.56% from 257); Green value is 75 (29.69% from 255 or 29.18% from 257); Blue value is 160 (62.89% from 255 or 62.26% from 257); Max value from RGB is 160 - color contains mainly: blue. Hex color #164BA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164BA0 is #E9B45F. Grayscale: #444444. Windows color (decimal): -15316064 or 10504982. OLE color: 10504982.
HSL color Cylindrical-coordinate representation of color #164BA0: hue angle of 216.96º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #164BA0 is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 22 | 75 | 160 | - |
| CMYK | 0.86 | 0.53 | 0 | 0.37 |
| HSL | 216.96º | 0.76% | 0.36% | - |
| HSV(B) | 216.96º | 0.86% | 0.63% | - |
| XYZ | 9.19 | 7.74 | 34.27 | - |
| YUV | 68.84 | 179.44 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 75 | 160 | 0.86 | 0.53 | 0 | 0.37 | 216.96 | 0.76 | 0.36 |
| Hex | 16 | 4B | A0 | 56 | 35 | 0 | 25 | D9 | 4C | 24 |
| Octal | 26 | 113 | 240 | 126 | 65 | 0 | 45 | 331 | 114 | 44 |
| Binary | 10110 | 1001011 | 10100000 | 1010110 | 110101 | 0 | 100101 | 11011001 | 1001100 | 100100 |
Color Harmonies of #164BA0
Complementary color
Monochromatic Colors of #164BA0
Black with #164BA0
Text Example
Text Example
White with #164BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164BA0; }
p { color: rgb(22,75,160); }
H1.HeaderClassName
{
color: #164BA0;
}
.AnyTagClassName
{
color: #164BA0;
}
</style>
background-color css
<style>
a { background-color: #164BA0; }
a { background-color: rgb(22,75,160); }
div.DivClassName
{
background-color: #164BA0;
}
.BgClassName
{
background-color: #164BA0;
}
</style>
border-color css
<style>
span { border-color: #164BA0; }
span { border-color: rgb(22,75,160); }
td.TdClassName
{
border-color: #164BA0;
}
.TagClassName
{
border-color: #164BA0;
}
</style>