Shades of Denim #1665AC
Tints of Denim #1665AC
RGB
CMYK
RGB Variations
Color information
#1665AC (or 0x1665AC) is known color: Denim. HEX triplet: 16, 65 and AC. RGB value is (22,101,172). Sum of RGB (Red+Green+Blue) = 22+101+172=295 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.46% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 172 (67.58% from 255 or 58.31% from 295); Max value from RGB is 172 - color contains mainly: blue. Hex color #1665AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1665AC is #E99A53. Grayscale: #555555. Windows color (decimal): -15309396 or 11298070. OLE color: 11298070.
HSL color Cylindrical-coordinate representation of color #1665AC: hue angle of 208.4º 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 #1665AC is Cyan = 0.87, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 101 | 172 | - |
| CMYK | 0.87 | 0.41 | 0 | 0.33 |
| HSL | 208.4º | 0.77% | 0.38% | - |
| HSV(B) | 208.4º | 0.87% | 0.67% | - |
| XYZ | 12.43 | 12.46 | 40.78 | - |
| YUV | 85.47 | 176.83 | 82.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 101 | 172 | 0.87 | 0.41 | 0 | 0.33 | 208.4 | 0.77 | 0.38 |
| Hex | 16 | 65 | AC | 57 | 29 | 0 | 21 | D0 | 4D | 26 |
| Octal | 26 | 145 | 254 | 127 | 51 | 0 | 41 | 320 | 115 | 46 |
| Binary | 10110 | 1100101 | 10101100 | 1010111 | 101001 | 0 | 100001 | 11010000 | 1001101 | 100110 |
Color Harmonies of #1665AC
Complementary color
Monochromatic Colors of #1665AC
Black with #1665AC
Text Example
Text Example
White with #1665AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1665AC; }
p { color: rgb(22,101,172); }
H1.HeaderClassName
{
color: #1665AC;
}
.AnyTagClassName
{
color: #1665AC;
}
</style>
background-color css
<style>
a { background-color: #1665AC; }
a { background-color: rgb(22,101,172); }
div.DivClassName
{
background-color: #1665AC;
}
.BgClassName
{
background-color: #1665AC;
}
</style>
border-color css
<style>
span { border-color: #1665AC; }
span { border-color: rgb(22,101,172); }
td.TdClassName
{
border-color: #1665AC;
}
.TagClassName
{
border-color: #1665AC;
}
</style>