Shades of Cobalt #164D9F
Tints of Cobalt #164D9F
RGB
CMYK
RGB Variations
Color information
#164D9F (or 0x164D9F) is known color: Cobalt. HEX triplet: 16, 4D and 9F. RGB value is (22,77,159). Sum of RGB (Red+Green+Blue) = 22+77+159=258 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.53% from 258); Green value is 77 (30.47% from 255 or 29.84% from 258); Blue value is 159 (62.5% from 255 or 61.63% from 258); Max value from RGB is 159 - color contains mainly: blue. Hex color #164D9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #164D9F is #E9B260. Grayscale: #454545. Windows color (decimal): -15315553 or 10439958. OLE color: 10439958.
HSL color Cylindrical-coordinate representation of color #164D9F: hue angle of 215.91º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #164D9F is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 22 | 77 | 159 | - |
| CMYK | 0.86 | 0.52 | 0 | 0.38 |
| HSL | 215.91º | 0.76% | 0.35% | - |
| HSV(B) | 215.91º | 0.86% | 0.62% | - |
| XYZ | 9.24 | 7.98 | 33.85 | - |
| YUV | 69.9 | 178.28 | 93.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 77 | 159 | 0.86 | 0.52 | 0 | 0.38 | 215.91 | 0.76 | 0.35 |
| Hex | 16 | 4D | 9F | 56 | 34 | 0 | 26 | D8 | 4C | 23 |
| Octal | 26 | 115 | 237 | 126 | 64 | 0 | 46 | 330 | 114 | 43 |
| Binary | 10110 | 1001101 | 10011111 | 1010110 | 110100 | 0 | 100110 | 11011000 | 1001100 | 100011 |
Color Harmonies of #164D9F
Complementary color
Monochromatic Colors of #164D9F
Black with #164D9F
Text Example
Text Example
White with #164D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164D9F; }
p { color: rgb(22,77,159); }
H1.HeaderClassName
{
color: #164D9F;
}
.AnyTagClassName
{
color: #164D9F;
}
</style>
background-color css
<style>
a { background-color: #164D9F; }
a { background-color: rgb(22,77,159); }
div.DivClassName
{
background-color: #164D9F;
}
.BgClassName
{
background-color: #164D9F;
}
</style>
border-color css
<style>
span { border-color: #164D9F; }
span { border-color: rgb(22,77,159); }
td.TdClassName
{
border-color: #164D9F;
}
.TagClassName
{
border-color: #164D9F;
}
</style>