Shades of Denim #166DAE
Tints of Denim #166DAE
RGB
CMYK
RGB Variations
Color information
#166DAE (or 0x166DAE) is known color: Denim. HEX triplet: 16, 6D and AE. RGB value is (22,109,174). Sum of RGB (Red+Green+Blue) = 22+109+174=305 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.21% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 174 (68.36% from 255 or 57.05% from 305); Max value from RGB is 174 - color contains mainly: blue. Hex color #166DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166DAE is #E99251. Grayscale: #5A5A5A. Windows color (decimal): -15307346 or 11431190. OLE color: 11431190.
HSL color Cylindrical-coordinate representation of color #166DAE: hue angle of 205.66º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #166DAE is Cyan = 0.87, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 22 | 109 | 174 | - |
| CMYK | 0.87 | 0.37 | 0 | 0.32 |
| HSL | 205.66º | 0.78% | 0.38% | - |
| HSV(B) | 205.66º | 0.87% | 0.68% | - |
| XYZ | 13.44 | 14.16 | 42.07 | - |
| YUV | 90.4 | 175.18 | 79.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 109 | 174 | 0.87 | 0.37 | 0 | 0.32 | 205.66 | 0.78 | 0.38 |
| Hex | 16 | 6D | AE | 57 | 25 | 0 | 20 | CE | 4E | 26 |
| Octal | 26 | 155 | 256 | 127 | 45 | 0 | 40 | 316 | 116 | 46 |
| Binary | 10110 | 1101101 | 10101110 | 1010111 | 100101 | 0 | 100000 | 11001110 | 1001110 | 100110 |
Color Harmonies of #166DAE
Complementary color
Monochromatic Colors of #166DAE
Black with #166DAE
Text Example
Text Example
White with #166DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166DAE; }
p { color: rgb(22,109,174); }
H1.HeaderClassName
{
color: #166DAE;
}
.AnyTagClassName
{
color: #166DAE;
}
</style>
background-color css
<style>
a { background-color: #166DAE; }
a { background-color: rgb(22,109,174); }
div.DivClassName
{
background-color: #166DAE;
}
.BgClassName
{
background-color: #166DAE;
}
</style>
border-color css
<style>
span { border-color: #166DAE; }
span { border-color: rgb(22,109,174); }
td.TdClassName
{
border-color: #166DAE;
}
.TagClassName
{
border-color: #166DAE;
}
</style>