Shades of Denim #166FAA
Tints of Denim #166FAA
RGB
CMYK
RGB Variations
Color information
#166FAA (or 0x166FAA) is known color: Denim. HEX triplet: 16, 6F and AA. RGB value is (22,111,170). Sum of RGB (Red+Green+Blue) = 22+111+170=303 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.26% from 303); Green value is 111 (43.75% from 255 or 36.63% from 303); Blue value is 170 (66.80% from 255 or 56.11% from 303); Max value from RGB is 170 - color contains mainly: blue. Hex color #166FAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166FAA is #E99055. Grayscale: #5A5A5A. Windows color (decimal): -15306838 or 11169558. OLE color: 11169558.
HSL color Cylindrical-coordinate representation of color #166FAA: hue angle of 203.92º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #166FAA is Cyan = 0.87, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 111 | 170 | - |
| CMYK | 0.87 | 0.35 | 0 | 0.33 |
| HSL | 203.92º | 0.77% | 0.38% | - |
| HSV(B) | 203.92º | 0.87% | 0.67% | - |
| XYZ | 13.27 | 14.44 | 40.12 | - |
| YUV | 91.12 | 172.51 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 111 | 170 | 0.87 | 0.35 | 0 | 0.33 | 203.92 | 0.77 | 0.38 |
| Hex | 16 | 6F | AA | 57 | 23 | 0 | 21 | CC | 4D | 26 |
| Octal | 26 | 157 | 252 | 127 | 43 | 0 | 41 | 314 | 115 | 46 |
| Binary | 10110 | 1101111 | 10101010 | 1010111 | 100011 | 0 | 100001 | 11001100 | 1001101 | 100110 |
Color Harmonies of #166FAA
Complementary color
Monochromatic Colors of #166FAA
Black with #166FAA
Text Example
Text Example
White with #166FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166FAA; }
p { color: rgb(22,111,170); }
H1.HeaderClassName
{
color: #166FAA;
}
.AnyTagClassName
{
color: #166FAA;
}
</style>
background-color css
<style>
a { background-color: #166FAA; }
a { background-color: rgb(22,111,170); }
div.DivClassName
{
background-color: #166FAA;
}
.BgClassName
{
background-color: #166FAA;
}
</style>
border-color css
<style>
span { border-color: #166FAA; }
span { border-color: rgb(22,111,170); }
td.TdClassName
{
border-color: #166FAA;
}
.TagClassName
{
border-color: #166FAA;
}
</style>