Shades of Denim #1665AD
Tints of Denim #1665AD
RGB
CMYK
RGB Variations
Color information
#1665AD (or 0x1665AD) is known color: Denim. HEX triplet: 16, 65 and AD. RGB value is (22,101,173). Sum of RGB (Red+Green+Blue) = 22+101+173=296 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.43% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 173 (67.97% from 255 or 58.45% from 296); Max value from RGB is 173 - color contains mainly: blue. Hex color #1665AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1665AD is #E99A52. Grayscale: #555555. Windows color (decimal): -15309395 or 11363606. OLE color: 11363606.
HSL color Cylindrical-coordinate representation of color #1665AD: hue angle of 208.61º 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 #1665AD is Cyan = 0.87, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 22 | 101 | 173 | - |
| CMYK | 0.87 | 0.42 | 0 | 0.32 |
| HSL | 208.61º | 0.77% | 0.38% | - |
| HSV(B) | 208.61º | 0.87% | 0.68% | - |
| XYZ | 12.53 | 12.5 | 41.29 | - |
| YUV | 85.59 | 177.33 | 82.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 101 | 173 | 0.87 | 0.42 | 0 | 0.32 | 208.61 | 0.77 | 0.38 |
| Hex | 16 | 65 | AD | 57 | 2A | 0 | 20 | D1 | 4D | 26 |
| Octal | 26 | 145 | 255 | 127 | 52 | 0 | 40 | 321 | 115 | 46 |
| Binary | 10110 | 1100101 | 10101101 | 1010111 | 101010 | 0 | 100000 | 11010001 | 1001101 | 100110 |
Color Harmonies of #1665AD
Complementary color
Monochromatic Colors of #1665AD
Black with #1665AD
Text Example
Text Example
White with #1665AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1665AD; }
p { color: rgb(22,101,173); }
H1.HeaderClassName
{
color: #1665AD;
}
.AnyTagClassName
{
color: #1665AD;
}
</style>
background-color css
<style>
a { background-color: #1665AD; }
a { background-color: rgb(22,101,173); }
div.DivClassName
{
background-color: #1665AD;
}
.BgClassName
{
background-color: #1665AD;
}
</style>
border-color css
<style>
span { border-color: #1665AD; }
span { border-color: rgb(22,101,173); }
td.TdClassName
{
border-color: #1665AD;
}
.TagClassName
{
border-color: #1665AD;
}
</style>