Shades of Denim #1655AD
Tints of Denim #1655AD
RGB
CMYK
RGB Variations
Color information
#1655AD (or 0x1655AD) is known color: Denim. HEX triplet: 16, 55 and AD. RGB value is (22,85,173). Sum of RGB (Red+Green+Blue) = 22+85+173=280 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.86% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 173 (67.97% from 255 or 61.79% from 280); Max value from RGB is 173 - color contains mainly: blue. Hex color #1655AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1655AD is #E9AA52. Grayscale: #4B4B4B. Windows color (decimal): -15313491 or 11359510. OLE color: 11359510.
HSL color Cylindrical-coordinate representation of color #1655AD: hue angle of 214.97º 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 #1655AD is Cyan = 0.87, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 22 | 85 | 173 | - |
| CMYK | 0.87 | 0.51 | 0 | 0.32 |
| HSL | 214.97º | 0.77% | 0.38% | - |
| HSV(B) | 214.97º | 0.87% | 0.68% | - |
| XYZ | 11.12 | 9.68 | 40.82 | - |
| YUV | 76.2 | 182.63 | 89.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 85 | 173 | 0.87 | 0.51 | 0 | 0.32 | 214.97 | 0.77 | 0.38 |
| Hex | 16 | 55 | AD | 57 | 33 | 0 | 20 | D7 | 4D | 26 |
| Octal | 26 | 125 | 255 | 127 | 63 | 0 | 40 | 327 | 115 | 46 |
| Binary | 10110 | 1010101 | 10101101 | 1010111 | 110011 | 0 | 100000 | 11010111 | 1001101 | 100110 |
Color Harmonies of #1655AD
Complementary color
Monochromatic Colors of #1655AD
Black with #1655AD
Text Example
Text Example
White with #1655AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1655AD; }
p { color: rgb(22,85,173); }
H1.HeaderClassName
{
color: #1655AD;
}
.AnyTagClassName
{
color: #1655AD;
}
</style>
background-color css
<style>
a { background-color: #1655AD; }
a { background-color: rgb(22,85,173); }
div.DivClassName
{
background-color: #1655AD;
}
.BgClassName
{
background-color: #1655AD;
}
</style>
border-color css
<style>
span { border-color: #1655AD; }
span { border-color: rgb(22,85,173); }
td.TdClassName
{
border-color: #1655AD;
}
.TagClassName
{
border-color: #1655AD;
}
</style>