Shades of Cobalt #164BA3
Tints of Cobalt #164BA3
RGB
CMYK
RGB Variations
Color information
#164BA3 (or 0x164BA3) is known color: Cobalt. HEX triplet: 16, 4B and A3. RGB value is (22,75,163). Sum of RGB (Red+Green+Blue) = 22+75+163=260 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.46% from 260); Green value is 75 (29.69% from 255 or 28.85% from 260); Blue value is 163 (64.06% from 255 or 62.69% from 260); Max value from RGB is 163 - color contains mainly: blue. Hex color #164BA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164BA3 is #E9B45C. Grayscale: #444444. Windows color (decimal): -15316061 or 10701590. OLE color: 10701590.
HSL color Cylindrical-coordinate representation of color #164BA3: hue angle of 217.45º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #164BA3 is Cyan = 0.87, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 22 | 75 | 163 | - |
| CMYK | 0.87 | 0.54 | 0 | 0.36 |
| HSL | 217.45º | 0.76% | 0.36% | - |
| HSV(B) | 217.45º | 0.87% | 0.64% | - |
| XYZ | 9.46 | 7.85 | 35.67 | - |
| YUV | 69.19 | 180.94 | 94.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 75 | 163 | 0.87 | 0.54 | 0 | 0.36 | 217.45 | 0.76 | 0.36 |
| Hex | 16 | 4B | A3 | 57 | 36 | 0 | 24 | D9 | 4C | 24 |
| Octal | 26 | 113 | 243 | 127 | 66 | 0 | 44 | 331 | 114 | 44 |
| Binary | 10110 | 1001011 | 10100011 | 1010111 | 110110 | 0 | 100100 | 11011001 | 1001100 | 100100 |
Color Harmonies of #164BA3
Complementary color
Monochromatic Colors of #164BA3
Black with #164BA3
Text Example
Text Example
White with #164BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164BA3; }
p { color: rgb(22,75,163); }
H1.HeaderClassName
{
color: #164BA3;
}
.AnyTagClassName
{
color: #164BA3;
}
</style>
background-color css
<style>
a { background-color: #164BA3; }
a { background-color: rgb(22,75,163); }
div.DivClassName
{
background-color: #164BA3;
}
.BgClassName
{
background-color: #164BA3;
}
</style>
border-color css
<style>
span { border-color: #164BA3; }
span { border-color: rgb(22,75,163); }
td.TdClassName
{
border-color: #164BA3;
}
.TagClassName
{
border-color: #164BA3;
}
</style>