Shades of Denim #1666A9
Tints of Denim #1666A9
RGB
CMYK
RGB Variations
Color information
#1666A9 (or 0x1666A9) is known color: Denim. HEX triplet: 16, 66 and A9. RGB value is (22,102,169). Sum of RGB (Red+Green+Blue) = 22+102+169=293 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.51% from 293); Green value is 102 (40.23% from 255 or 34.81% from 293); Blue value is 169 (66.41% from 255 or 57.68% from 293); Max value from RGB is 169 - color contains mainly: blue. Hex color #1666A9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1666A9 is #E99956. Grayscale: #555555. Windows color (decimal): -15309143 or 11101718. OLE color: 11101718.
HSL color Cylindrical-coordinate representation of color #1666A9: hue angle of 207.35º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1666A9 is Cyan = 0.87, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 22 | 102 | 169 | - |
| CMYK | 0.87 | 0.40 | 0 | 0.34 |
| HSL | 207.35º | 0.77% | 0.37% | - |
| HSV(B) | 207.35º | 0.87% | 0.66% | - |
| XYZ | 12.24 | 12.54 | 39.31 | - |
| YUV | 85.72 | 175 | 82.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 102 | 169 | 0.87 | 0.40 | 0 | 0.34 | 207.35 | 0.77 | 0.37 |
| Hex | 16 | 66 | A9 | 57 | 28 | 0 | 22 | CF | 4D | 25 |
| Octal | 26 | 146 | 251 | 127 | 50 | 0 | 42 | 317 | 115 | 45 |
| Binary | 10110 | 1100110 | 10101001 | 1010111 | 101000 | 0 | 100010 | 11001111 | 1001101 | 100101 |
Color Harmonies of #1666A9
Complementary color
Monochromatic Colors of #1666A9
Black with #1666A9
Text Example
Text Example
White with #1666A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1666A9; }
p { color: rgb(22,102,169); }
H1.HeaderClassName
{
color: #1666A9;
}
.AnyTagClassName
{
color: #1666A9;
}
</style>
background-color css
<style>
a { background-color: #1666A9; }
a { background-color: rgb(22,102,169); }
div.DivClassName
{
background-color: #1666A9;
}
.BgClassName
{
background-color: #1666A9;
}
</style>
border-color css
<style>
span { border-color: #1666A9; }
span { border-color: rgb(22,102,169); }
td.TdClassName
{
border-color: #1666A9;
}
.TagClassName
{
border-color: #1666A9;
}
</style>