Shades of Denim #166ABB
Tints of Denim #166ABB
RGB
CMYK
RGB Variations
Color information
#166ABB (or 0x166ABB) is known color: Denim. HEX triplet: 16, 6A and BB. RGB value is (22,106,187). Sum of RGB (Red+Green+Blue) = 22+106+187=315 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.98% from 315); Green value is 106 (41.80% from 255 or 33.65% from 315); Blue value is 187 (73.44% from 255 or 59.37% from 315); Max value from RGB is 187 - color contains mainly: blue. Hex color #166ABB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166ABB is #E99544. Grayscale: #595959. Windows color (decimal): -15308101 or 12282390. OLE color: 12282390.
HSL color Cylindrical-coordinate representation of color #166ABB: hue angle of 209.45º 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 #166ABB is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 106 | 187 | - |
| CMYK | 0.88 | 0.43 | 0 | 0.27 |
| HSL | 209.45º | 0.79% | 0.41% | - |
| HSV(B) | 209.45º | 0.88% | 0.73% | - |
| XYZ | 14.45 | 14.07 | 48.97 | - |
| YUV | 90.12 | 182.67 | 79.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 106 | 187 | 0.88 | 0.43 | 0 | 0.27 | 209.45 | 0.79 | 0.41 |
| Hex | 16 | 6A | BB | 58 | 2B | 0 | 1B | D1 | 4F | 29 |
| Octal | 26 | 152 | 273 | 130 | 53 | 0 | 33 | 321 | 117 | 51 |
| Binary | 10110 | 1101010 | 10111011 | 1011000 | 101011 | 0 | 11011 | 11010001 | 1001111 | 101001 |
Color Harmonies of #166ABB
Complementary color
Monochromatic Colors of #166ABB
Black with #166ABB
Text Example
Text Example
White with #166ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166ABB; }
p { color: rgb(22,106,187); }
H1.HeaderClassName
{
color: #166ABB;
}
.AnyTagClassName
{
color: #166ABB;
}
</style>
background-color css
<style>
a { background-color: #166ABB; }
a { background-color: rgb(22,106,187); }
div.DivClassName
{
background-color: #166ABB;
}
.BgClassName
{
background-color: #166ABB;
}
</style>
border-color css
<style>
span { border-color: #166ABB; }
span { border-color: rgb(22,106,187); }
td.TdClassName
{
border-color: #166ABB;
}
.TagClassName
{
border-color: #166ABB;
}
</style>