Shades of Denim #1659AA
Tints of Denim #1659AA
RGB
CMYK
RGB Variations
Color information
#1659AA (or 0x1659AA) is known color: Denim. HEX triplet: 16, 59 and AA. RGB value is (22,89,170). Sum of RGB (Red+Green+Blue) = 22+89+170=281 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.83% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 170 (66.80% from 255 or 60.50% from 281); Max value from RGB is 170 - color contains mainly: blue. Hex color #1659AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1659AA is #E9A655. Grayscale: #4D4D4D. Windows color (decimal): -15312470 or 11163926. OLE color: 11163926.
HSL color Cylindrical-coordinate representation of color #1659AA: hue angle of 212.84º 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 #1659AA is Cyan = 0.87, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 89 | 170 | - |
| CMYK | 0.87 | 0.48 | 0 | 0.33 |
| HSL | 212.84º | 0.77% | 0.38% | - |
| HSV(B) | 212.84º | 0.87% | 0.67% | - |
| XYZ | 11.16 | 10.22 | 39.41 | - |
| YUV | 78.2 | 179.8 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 89 | 170 | 0.87 | 0.48 | 0 | 0.33 | 212.84 | 0.77 | 0.38 |
| Hex | 16 | 59 | AA | 57 | 30 | 0 | 21 | D5 | 4D | 26 |
| Octal | 26 | 131 | 252 | 127 | 60 | 0 | 41 | 325 | 115 | 46 |
| Binary | 10110 | 1011001 | 10101010 | 1010111 | 110000 | 0 | 100001 | 11010101 | 1001101 | 100110 |
Color Harmonies of #1659AA
Complementary color
Monochromatic Colors of #1659AA
Black with #1659AA
Text Example
Text Example
White with #1659AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1659AA; }
p { color: rgb(22,89,170); }
H1.HeaderClassName
{
color: #1659AA;
}
.AnyTagClassName
{
color: #1659AA;
}
</style>
background-color css
<style>
a { background-color: #1659AA; }
a { background-color: rgb(22,89,170); }
div.DivClassName
{
background-color: #1659AA;
}
.BgClassName
{
background-color: #1659AA;
}
</style>
border-color css
<style>
span { border-color: #1659AA; }
span { border-color: rgb(22,89,170); }
td.TdClassName
{
border-color: #1659AA;
}
.TagClassName
{
border-color: #1659AA;
}
</style>