Shades of Denim #1666AE
Tints of Denim #1666AE
RGB
CMYK
RGB Variations
Color information
#1666AE (or 0x1666AE) is known color: Denim. HEX triplet: 16, 66 and AE. RGB value is (22,102,174). Sum of RGB (Red+Green+Blue) = 22+102+174=298 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.38% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 174 (68.36% from 255 or 58.39% from 298); Max value from RGB is 174 - color contains mainly: blue. Hex color #1666AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1666AE is #E99951. Grayscale: #555555. Windows color (decimal): -15309138 or 11429398. OLE color: 11429398.
HSL color Cylindrical-coordinate representation of color #1666AE: hue angle of 208.42º 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 #1666AE is Cyan = 0.87, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 22 | 102 | 174 | - |
| CMYK | 0.87 | 0.41 | 0 | 0.32 |
| HSL | 208.42º | 0.78% | 0.38% | - |
| HSV(B) | 208.42º | 0.87% | 0.68% | - |
| XYZ | 12.72 | 12.73 | 41.83 | - |
| YUV | 86.29 | 177.5 | 82.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 102 | 174 | 0.87 | 0.41 | 0 | 0.32 | 208.42 | 0.78 | 0.38 |
| Hex | 16 | 66 | AE | 57 | 29 | 0 | 20 | D0 | 4E | 26 |
| Octal | 26 | 146 | 256 | 127 | 51 | 0 | 40 | 320 | 116 | 46 |
| Binary | 10110 | 1100110 | 10101110 | 1010111 | 101001 | 0 | 100000 | 11010000 | 1001110 | 100110 |
Color Harmonies of #1666AE
Complementary color
Monochromatic Colors of #1666AE
Black with #1666AE
Text Example
Text Example
White with #1666AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1666AE; }
p { color: rgb(22,102,174); }
H1.HeaderClassName
{
color: #1666AE;
}
.AnyTagClassName
{
color: #1666AE;
}
</style>
background-color css
<style>
a { background-color: #1666AE; }
a { background-color: rgb(22,102,174); }
div.DivClassName
{
background-color: #1666AE;
}
.BgClassName
{
background-color: #1666AE;
}
</style>
border-color css
<style>
span { border-color: #1666AE; }
span { border-color: rgb(22,102,174); }
td.TdClassName
{
border-color: #1666AE;
}
.TagClassName
{
border-color: #1666AE;
}
</style>