Shades of Denim #1668AB
Tints of Denim #1668AB
RGB
CMYK
RGB Variations
Color information
#1668AB (or 0x1668AB) is known color: Denim. HEX triplet: 16, 68 and AB. RGB value is (22,104,171). Sum of RGB (Red+Green+Blue) = 22+104+171=297 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.41% from 297); Green value is 104 (41.02% from 255 or 35.02% from 297); Blue value is 171 (67.19% from 255 or 57.58% from 297); Max value from RGB is 171 - color contains mainly: blue. Hex color #1668AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1668AB is #E99754. Grayscale: #565656. Windows color (decimal): -15308629 or 11233302. OLE color: 11233302.
HSL color Cylindrical-coordinate representation of color #1668AB: hue angle of 206.98º 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 #1668AB is Cyan = 0.87, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 104 | 171 | - |
| CMYK | 0.87 | 0.39 | 0 | 0.33 |
| HSL | 206.98º | 0.77% | 0.38% | - |
| HSV(B) | 206.98º | 0.87% | 0.67% | - |
| XYZ | 12.63 | 13.01 | 40.37 | - |
| YUV | 87.12 | 175.33 | 81.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 104 | 171 | 0.87 | 0.39 | 0 | 0.33 | 206.98 | 0.77 | 0.38 |
| Hex | 16 | 68 | AB | 57 | 27 | 0 | 21 | CF | 4D | 26 |
| Octal | 26 | 150 | 253 | 127 | 47 | 0 | 41 | 317 | 115 | 46 |
| Binary | 10110 | 1101000 | 10101011 | 1010111 | 100111 | 0 | 100001 | 11001111 | 1001101 | 100110 |
Color Harmonies of #1668AB
Complementary color
Monochromatic Colors of #1668AB
Black with #1668AB
Text Example
Text Example
White with #1668AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1668AB; }
p { color: rgb(22,104,171); }
H1.HeaderClassName
{
color: #1668AB;
}
.AnyTagClassName
{
color: #1668AB;
}
</style>
background-color css
<style>
a { background-color: #1668AB; }
a { background-color: rgb(22,104,171); }
div.DivClassName
{
background-color: #1668AB;
}
.BgClassName
{
background-color: #1668AB;
}
</style>
border-color css
<style>
span { border-color: #1668AB; }
span { border-color: rgb(22,104,171); }
td.TdClassName
{
border-color: #1668AB;
}
.TagClassName
{
border-color: #1668AB;
}
</style>