Shades of Denim #1660AD
Tints of Denim #1660AD
RGB
CMYK
RGB Variations
Color information
#1660AD (or 0x1660AD) is known color: Denim. HEX triplet: 16, 60 and AD. RGB value is (22,96,173). Sum of RGB (Red+Green+Blue) = 22+96+173=291 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.56% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 173 (67.97% from 255 or 59.45% from 291); Max value from RGB is 173 - color contains mainly: blue. Hex color #1660AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1660AD is #E99F52. Grayscale: #525252. Windows color (decimal): -15310675 or 11362326. OLE color: 11362326.
HSL color Cylindrical-coordinate representation of color #1660AD: hue angle of 210.6º 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 #1660AD is Cyan = 0.87, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 22 | 96 | 173 | - |
| CMYK | 0.87 | 0.45 | 0 | 0.32 |
| HSL | 210.6º | 0.77% | 0.38% | - |
| HSV(B) | 210.6º | 0.87% | 0.68% | - |
| XYZ | 12.06 | 11.55 | 41.13 | - |
| YUV | 82.65 | 178.98 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 96 | 173 | 0.87 | 0.45 | 0 | 0.32 | 210.6 | 0.77 | 0.38 |
| Hex | 16 | 60 | AD | 57 | 2D | 0 | 20 | D3 | 4D | 26 |
| Octal | 26 | 140 | 255 | 127 | 55 | 0 | 40 | 323 | 115 | 46 |
| Binary | 10110 | 1100000 | 10101101 | 1010111 | 101101 | 0 | 100000 | 11010011 | 1001101 | 100110 |
Color Harmonies of #1660AD
Complementary color
Monochromatic Colors of #1660AD
Black with #1660AD
Text Example
Text Example
White with #1660AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1660AD; }
p { color: rgb(22,96,173); }
H1.HeaderClassName
{
color: #1660AD;
}
.AnyTagClassName
{
color: #1660AD;
}
</style>
background-color css
<style>
a { background-color: #1660AD; }
a { background-color: rgb(22,96,173); }
div.DivClassName
{
background-color: #1660AD;
}
.BgClassName
{
background-color: #1660AD;
}
</style>
border-color css
<style>
span { border-color: #1660AD; }
span { border-color: rgb(22,96,173); }
td.TdClassName
{
border-color: #1660AD;
}
.TagClassName
{
border-color: #1660AD;
}
</style>