Shades of Cobalt #164BB0
Tints of Cobalt #164BB0
RGB
CMYK
RGB Variations
Color information
#164BB0 (or 0x164BB0) is known color: Cobalt. HEX triplet: 16, 4B and B0. RGB value is (22,75,176). Sum of RGB (Red+Green+Blue) = 22+75+176=273 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.06% from 273); Green value is 75 (29.69% from 255 or 27.47% from 273); Blue value is 176 (69.14% from 255 or 64.47% from 273); Max value from RGB is 176 - color contains mainly: blue. Hex color #164BB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164BB0 is #E9B44F. Grayscale: #464646. Windows color (decimal): -15316048 or 11553558. OLE color: 11553558.
HSL color Cylindrical-coordinate representation of color #164BB0: hue angle of 219.35º 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 #164BB0 is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 22 | 75 | 176 | - |
| CMYK | 0.88 | 0.57 | 0 | 0.31 |
| HSL | 219.35º | 0.78% | 0.39% | - |
| HSV(B) | 219.35º | 0.88% | 0.69% | - |
| XYZ | 10.68 | 8.34 | 42.12 | - |
| YUV | 70.67 | 187.44 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 75 | 176 | 0.88 | 0.57 | 0 | 0.31 | 219.35 | 0.78 | 0.39 |
| Hex | 16 | 4B | B0 | 58 | 39 | 0 | 1F | DB | 4E | 27 |
| Octal | 26 | 113 | 260 | 130 | 71 | 0 | 37 | 333 | 116 | 47 |
| Binary | 10110 | 1001011 | 10110000 | 1011000 | 111001 | 0 | 11111 | 11011011 | 1001110 | 100111 |
Color Harmonies of #164BB0
Complementary color
Monochromatic Colors of #164BB0
Black with #164BB0
Text Example
Text Example
White with #164BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164BB0; }
p { color: rgb(22,75,176); }
H1.HeaderClassName
{
color: #164BB0;
}
.AnyTagClassName
{
color: #164BB0;
}
</style>
background-color css
<style>
a { background-color: #164BB0; }
a { background-color: rgb(22,75,176); }
div.DivClassName
{
background-color: #164BB0;
}
.BgClassName
{
background-color: #164BB0;
}
</style>
border-color css
<style>
span { border-color: #164BB0; }
span { border-color: rgb(22,75,176); }
td.TdClassName
{
border-color: #164BB0;
}
.TagClassName
{
border-color: #164BB0;
}
</style>