Shades of Cobalt #164DB0
Tints of Cobalt #164DB0
RGB
CMYK
RGB Variations
Color information
#164DB0 (or 0x164DB0) is known color: Cobalt. HEX triplet: 16, 4D and B0. RGB value is (22,77,176). Sum of RGB (Red+Green+Blue) = 22+77+176=275 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8% from 275); Green value is 77 (30.47% from 255 or 28% from 275); Blue value is 176 (69.14% from 255 or 64% from 275); Max value from RGB is 176 - color contains mainly: blue. Hex color #164DB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #164DB0 is #E9B24F. Grayscale: #474747. Windows color (decimal): -15315536 or 11554070. OLE color: 11554070.
HSL color Cylindrical-coordinate representation of color #164DB0: hue angle of 218.57º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #164DB0 is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 22 | 77 | 176 | - |
| CMYK | 0.88 | 0.56 | 0 | 0.31 |
| HSL | 218.57º | 0.78% | 0.39% | - |
| HSV(B) | 218.57º | 0.88% | 0.69% | - |
| XYZ | 10.82 | 8.61 | 42.17 | - |
| YUV | 71.84 | 186.78 | 92.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 77 | 176 | 0.88 | 0.56 | 0 | 0.31 | 218.57 | 0.78 | 0.39 |
| Hex | 16 | 4D | B0 | 58 | 38 | 0 | 1F | DB | 4E | 27 |
| Octal | 26 | 115 | 260 | 130 | 70 | 0 | 37 | 333 | 116 | 47 |
| Binary | 10110 | 1001101 | 10110000 | 1011000 | 111000 | 0 | 11111 | 11011011 | 1001110 | 100111 |
Color Harmonies of #164DB0
Complementary color
Monochromatic Colors of #164DB0
Black with #164DB0
Text Example
Text Example
White with #164DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164DB0; }
p { color: rgb(22,77,176); }
H1.HeaderClassName
{
color: #164DB0;
}
.AnyTagClassName
{
color: #164DB0;
}
</style>
background-color css
<style>
a { background-color: #164DB0; }
a { background-color: rgb(22,77,176); }
div.DivClassName
{
background-color: #164DB0;
}
.BgClassName
{
background-color: #164DB0;
}
</style>
border-color css
<style>
span { border-color: #164DB0; }
span { border-color: rgb(22,77,176); }
td.TdClassName
{
border-color: #164DB0;
}
.TagClassName
{
border-color: #164DB0;
}
</style>