Shades of Denim #1658AD
Tints of Denim #1658AD
RGB
CMYK
RGB Variations
Color information
#1658AD (or 0x1658AD) is known color: Denim. HEX triplet: 16, 58 and AD. RGB value is (22,88,173). Sum of RGB (Red+Green+Blue) = 22+88+173=283 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.77% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 173 (67.97% from 255 or 61.13% from 283); Max value from RGB is 173 - color contains mainly: blue. Hex color #1658AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1658AD is #E9A752. Grayscale: #4D4D4D. Windows color (decimal): -15312723 or 11360278. OLE color: 11360278.
HSL color Cylindrical-coordinate representation of color #1658AD: hue angle of 213.77º 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 #1658AD is Cyan = 0.87, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 22 | 88 | 173 | - |
| CMYK | 0.87 | 0.49 | 0 | 0.32 |
| HSL | 213.77º | 0.77% | 0.38% | - |
| HSV(B) | 213.77º | 0.87% | 0.68% | - |
| XYZ | 11.36 | 10.17 | 40.9 | - |
| YUV | 77.96 | 181.63 | 88.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 88 | 173 | 0.87 | 0.49 | 0 | 0.32 | 213.77 | 0.77 | 0.38 |
| Hex | 16 | 58 | AD | 57 | 31 | 0 | 20 | D6 | 4D | 26 |
| Octal | 26 | 130 | 255 | 127 | 61 | 0 | 40 | 326 | 115 | 46 |
| Binary | 10110 | 1011000 | 10101101 | 1010111 | 110001 | 0 | 100000 | 11010110 | 1001101 | 100110 |
Color Harmonies of #1658AD
Complementary color
Monochromatic Colors of #1658AD
Black with #1658AD
Text Example
Text Example
White with #1658AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1658AD; }
p { color: rgb(22,88,173); }
H1.HeaderClassName
{
color: #1658AD;
}
.AnyTagClassName
{
color: #1658AD;
}
</style>
background-color css
<style>
a { background-color: #1658AD; }
a { background-color: rgb(22,88,173); }
div.DivClassName
{
background-color: #1658AD;
}
.BgClassName
{
background-color: #1658AD;
}
</style>
border-color css
<style>
span { border-color: #1658AD; }
span { border-color: rgb(22,88,173); }
td.TdClassName
{
border-color: #1658AD;
}
.TagClassName
{
border-color: #1658AD;
}
</style>