Shades of Cobalt #164F9E
Tints of Cobalt #164F9E
RGB
CMYK
RGB Variations
Color information
#164F9E (or 0x164F9E) is known color: Cobalt. HEX triplet: 16, 4F and 9E. RGB value is (22,79,158). Sum of RGB (Red+Green+Blue) = 22+79+158=259 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.49% from 259); Green value is 79 (31.25% from 255 or 30.50% from 259); Blue value is 158 (62.11% from 255 or 61.00% from 259); Max value from RGB is 158 - color contains mainly: blue. Hex color #164F9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #164F9E is #E9B061. Grayscale: #464646. Windows color (decimal): -15315042 or 10374934. OLE color: 10374934.
HSL color Cylindrical-coordinate representation of color #164F9E: hue angle of 214.85º 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 #164F9E is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 22 | 79 | 158 | - |
| CMYK | 0.86 | 0.50 | 0 | 0.38 |
| HSL | 214.85º | 0.76% | 0.35% | - |
| HSV(B) | 214.85º | 0.86% | 0.62% | - |
| XYZ | 9.3 | 8.23 | 33.45 | - |
| YUV | 70.96 | 177.12 | 93.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 79 | 158 | 0.86 | 0.50 | 0 | 0.38 | 214.85 | 0.76 | 0.35 |
| Hex | 16 | 4F | 9E | 56 | 32 | 0 | 26 | D7 | 4C | 23 |
| Octal | 26 | 117 | 236 | 126 | 62 | 0 | 46 | 327 | 114 | 43 |
| Binary | 10110 | 1001111 | 10011110 | 1010110 | 110010 | 0 | 100110 | 11010111 | 1001100 | 100011 |
Color Harmonies of #164F9E
Complementary color
Monochromatic Colors of #164F9E
Black with #164F9E
Text Example
Text Example
White with #164F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164F9E; }
p { color: rgb(22,79,158); }
H1.HeaderClassName
{
color: #164F9E;
}
.AnyTagClassName
{
color: #164F9E;
}
</style>
background-color css
<style>
a { background-color: #164F9E; }
a { background-color: rgb(22,79,158); }
div.DivClassName
{
background-color: #164F9E;
}
.BgClassName
{
background-color: #164F9E;
}
</style>
border-color css
<style>
span { border-color: #164F9E; }
span { border-color: rgb(22,79,158); }
td.TdClassName
{
border-color: #164F9E;
}
.TagClassName
{
border-color: #164F9E;
}
</style>