Shades of Denim #166AB9
Tints of Denim #166AB9
RGB
CMYK
RGB Variations
Color information
#166AB9 (or 0x166AB9) is known color: Denim. HEX triplet: 16, 6A and B9. RGB value is (22,106,185). Sum of RGB (Red+Green+Blue) = 22+106+185=313 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.03% from 313); Green value is 106 (41.80% from 255 or 33.87% from 313); Blue value is 185 (72.66% from 255 or 59.11% from 313); Max value from RGB is 185 - color contains mainly: blue. Hex color #166AB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166AB9 is #E99546. Grayscale: #595959. Windows color (decimal): -15308103 or 12151318. OLE color: 12151318.
HSL color Cylindrical-coordinate representation of color #166AB9: hue angle of 209.08º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #166AB9 is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 106 | 185 | - |
| CMYK | 0.88 | 0.43 | 0 | 0.27 |
| HSL | 209.08º | 0.79% | 0.41% | - |
| HSV(B) | 209.08º | 0.88% | 0.73% | - |
| XYZ | 14.24 | 13.98 | 47.85 | - |
| YUV | 89.89 | 181.67 | 79.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 106 | 185 | 0.88 | 0.43 | 0 | 0.27 | 209.08 | 0.79 | 0.41 |
| Hex | 16 | 6A | B9 | 58 | 2B | 0 | 1B | D1 | 4F | 29 |
| Octal | 26 | 152 | 271 | 130 | 53 | 0 | 33 | 321 | 117 | 51 |
| Binary | 10110 | 1101010 | 10111001 | 1011000 | 101011 | 0 | 11011 | 11010001 | 1001111 | 101001 |
Color Harmonies of #166AB9
Complementary color
Monochromatic Colors of #166AB9
Black with #166AB9
Text Example
Text Example
White with #166AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166AB9; }
p { color: rgb(22,106,185); }
H1.HeaderClassName
{
color: #166AB9;
}
.AnyTagClassName
{
color: #166AB9;
}
</style>
background-color css
<style>
a { background-color: #166AB9; }
a { background-color: rgb(22,106,185); }
div.DivClassName
{
background-color: #166AB9;
}
.BgClassName
{
background-color: #166AB9;
}
</style>
border-color css
<style>
span { border-color: #166AB9; }
span { border-color: rgb(22,106,185); }
td.TdClassName
{
border-color: #166AB9;
}
.TagClassName
{
border-color: #166AB9;
}
</style>