Shades of Denim #1668AD
Tints of Denim #1668AD
RGB
CMYK
RGB Variations
Color information
#1668AD (or 0x1668AD) is known color: Denim. HEX triplet: 16, 68 and AD. RGB value is (22,104,173). Sum of RGB (Red+Green+Blue) = 22+104+173=299 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.36% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 173 (67.97% from 255 or 57.86% from 299); Max value from RGB is 173 - color contains mainly: blue. Hex color #1668AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1668AD is #E99752. Grayscale: #565656. Windows color (decimal): -15308627 or 11364374. OLE color: 11364374.
HSL color Cylindrical-coordinate representation of color #1668AD: hue angle of 207.42º degrees, saturation: 0.77, 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 #1668AD is Cyan = 0.87, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 22 | 104 | 173 | - |
| CMYK | 0.87 | 0.40 | 0 | 0.32 |
| HSL | 207.42º | 0.77% | 0.38% | - |
| HSV(B) | 207.42º | 0.87% | 0.68% | - |
| XYZ | 12.82 | 13.09 | 41.39 | - |
| YUV | 87.35 | 176.33 | 81.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 104 | 173 | 0.87 | 0.40 | 0 | 0.32 | 207.42 | 0.77 | 0.38 |
| Hex | 16 | 68 | AD | 57 | 28 | 0 | 20 | CF | 4D | 26 |
| Octal | 26 | 150 | 255 | 127 | 50 | 0 | 40 | 317 | 115 | 46 |
| Binary | 10110 | 1101000 | 10101101 | 1010111 | 101000 | 0 | 100000 | 11001111 | 1001101 | 100110 |
Color Harmonies of #1668AD
Complementary color
Monochromatic Colors of #1668AD
Black with #1668AD
Text Example
Text Example
White with #1668AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1668AD; }
p { color: rgb(22,104,173); }
H1.HeaderClassName
{
color: #1668AD;
}
.AnyTagClassName
{
color: #1668AD;
}
</style>
background-color css
<style>
a { background-color: #1668AD; }
a { background-color: rgb(22,104,173); }
div.DivClassName
{
background-color: #1668AD;
}
.BgClassName
{
background-color: #1668AD;
}
</style>
border-color css
<style>
span { border-color: #1668AD; }
span { border-color: rgb(22,104,173); }
td.TdClassName
{
border-color: #1668AD;
}
.TagClassName
{
border-color: #1668AD;
}
</style>