Shades of Denim #1668AA
Tints of Denim #1668AA
RGB
CMYK
RGB Variations
Color information
#1668AA (or 0x1668AA) is known color: Denim. HEX triplet: 16, 68 and AA. RGB value is (22,104,170). Sum of RGB (Red+Green+Blue) = 22+104+170=296 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.43% from 296); Green value is 104 (41.02% from 255 or 35.14% from 296); Blue value is 170 (66.80% from 255 or 57.43% from 296); Max value from RGB is 170 - color contains mainly: blue. Hex color #1668AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1668AA is #E99755. Grayscale: #565656. Windows color (decimal): -15308630 or 11167766. OLE color: 11167766.
HSL color Cylindrical-coordinate representation of color #1668AA: hue angle of 206.76º 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 #1668AA is Cyan = 0.87, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 104 | 170 | - |
| CMYK | 0.87 | 0.39 | 0 | 0.33 |
| HSL | 206.76º | 0.77% | 0.38% | - |
| HSV(B) | 206.76º | 0.87% | 0.67% | - |
| XYZ | 12.54 | 12.97 | 39.87 | - |
| YUV | 87.01 | 174.83 | 81.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 104 | 170 | 0.87 | 0.39 | 0 | 0.33 | 206.76 | 0.77 | 0.38 |
| Hex | 16 | 68 | AA | 57 | 27 | 0 | 21 | CF | 4D | 26 |
| Octal | 26 | 150 | 252 | 127 | 47 | 0 | 41 | 317 | 115 | 46 |
| Binary | 10110 | 1101000 | 10101010 | 1010111 | 100111 | 0 | 100001 | 11001111 | 1001101 | 100110 |
Color Harmonies of #1668AA
Complementary color
Monochromatic Colors of #1668AA
Black with #1668AA
Text Example
Text Example
White with #1668AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1668AA; }
p { color: rgb(22,104,170); }
H1.HeaderClassName
{
color: #1668AA;
}
.AnyTagClassName
{
color: #1668AA;
}
</style>
background-color css
<style>
a { background-color: #1668AA; }
a { background-color: rgb(22,104,170); }
div.DivClassName
{
background-color: #1668AA;
}
.BgClassName
{
background-color: #1668AA;
}
</style>
border-color css
<style>
span { border-color: #1668AA; }
span { border-color: rgb(22,104,170); }
td.TdClassName
{
border-color: #1668AA;
}
.TagClassName
{
border-color: #1668AA;
}
</style>