Shades of Denim #1561AD
Tints of Denim #1561AD
RGB
CMYK
RGB Variations
Color information
#1561AD (or 0x1561AD) is known color: Denim. HEX triplet: 15, 61 and AD. RGB value is (21,97,173). Sum of RGB (Red+Green+Blue) = 21+97+173=291 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.22% from 291); Green value is 97 (38.28% from 255 or 33.33% from 291); Blue value is 173 (67.97% from 255 or 59.45% from 291); Max value from RGB is 173 - color contains mainly: blue. Hex color #1561AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1561AD is #EA9E52. Grayscale: #525252. Windows color (decimal): -15375955 or 11362581. OLE color: 11362581.
HSL color Cylindrical-coordinate representation of color #1561AD: hue angle of 210º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1561AD is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 21 | 97 | 173 | - |
| CMYK | 0.88 | 0.44 | 0 | 0.32 |
| HSL | 210º | 0.78% | 0.38% | - |
| HSV(B) | 210º | 0.88% | 0.68% | - |
| XYZ | 12.13 | 11.73 | 41.16 | - |
| YUV | 82.94 | 178.82 | 83.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 97 | 173 | 0.88 | 0.44 | 0 | 0.32 | 210 | 0.78 | 0.38 |
| Hex | 15 | 61 | AD | 58 | 2C | 0 | 20 | D2 | 4E | 26 |
| Octal | 25 | 141 | 255 | 130 | 54 | 0 | 40 | 322 | 116 | 46 |
| Binary | 10101 | 1100001 | 10101101 | 1011000 | 101100 | 0 | 100000 | 11010010 | 1001110 | 100110 |
Color Harmonies of #1561AD
Complementary color
Monochromatic Colors of #1561AD
Black with #1561AD
Text Example
Text Example
White with #1561AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1561AD; }
p { color: rgb(21,97,173); }
H1.HeaderClassName
{
color: #1561AD;
}
.AnyTagClassName
{
color: #1561AD;
}
</style>
background-color css
<style>
a { background-color: #1561AD; }
a { background-color: rgb(21,97,173); }
div.DivClassName
{
background-color: #1561AD;
}
.BgClassName
{
background-color: #1561AD;
}
</style>
border-color css
<style>
span { border-color: #1561AD; }
span { border-color: rgb(21,97,173); }
td.TdClassName
{
border-color: #1561AD;
}
.TagClassName
{
border-color: #1561AD;
}
</style>