Shades of Denim #1657AA
Tints of Denim #1657AA
RGB
CMYK
RGB Variations
Color information
#1657AA (or 0x1657AA) is known color: Denim. HEX triplet: 16, 57 and AA. RGB value is (22,87,170). Sum of RGB (Red+Green+Blue) = 22+87+170=279 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.89% from 279); Green value is 87 (34.38% from 255 or 31.18% from 279); Blue value is 170 (66.80% from 255 or 60.93% from 279); Max value from RGB is 170 - color contains mainly: blue. Hex color #1657AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1657AA is #E9A855. Grayscale: #4C4C4C. Windows color (decimal): -15312982 or 11163414. OLE color: 11163414.
HSL color Cylindrical-coordinate representation of color #1657AA: hue angle of 213.65º 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 #1657AA is Cyan = 0.87, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 87 | 170 | - |
| CMYK | 0.87 | 0.49 | 0 | 0.33 |
| HSL | 213.65º | 0.77% | 0.38% | - |
| HSV(B) | 213.65º | 0.87% | 0.67% | - |
| XYZ | 10.99 | 9.89 | 39.36 | - |
| YUV | 77.03 | 180.47 | 88.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 87 | 170 | 0.87 | 0.49 | 0 | 0.33 | 213.65 | 0.77 | 0.38 |
| Hex | 16 | 57 | AA | 57 | 31 | 0 | 21 | D6 | 4D | 26 |
| Octal | 26 | 127 | 252 | 127 | 61 | 0 | 41 | 326 | 115 | 46 |
| Binary | 10110 | 1010111 | 10101010 | 1010111 | 110001 | 0 | 100001 | 11010110 | 1001101 | 100110 |
Color Harmonies of #1657AA
Complementary color
Monochromatic Colors of #1657AA
Black with #1657AA
Text Example
Text Example
White with #1657AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1657AA; }
p { color: rgb(22,87,170); }
H1.HeaderClassName
{
color: #1657AA;
}
.AnyTagClassName
{
color: #1657AA;
}
</style>
background-color css
<style>
a { background-color: #1657AA; }
a { background-color: rgb(22,87,170); }
div.DivClassName
{
background-color: #1657AA;
}
.BgClassName
{
background-color: #1657AA;
}
</style>
border-color css
<style>
span { border-color: #1657AA; }
span { border-color: rgb(22,87,170); }
td.TdClassName
{
border-color: #1657AA;
}
.TagClassName
{
border-color: #1657AA;
}
</style>