Shades of Denim #1563AD
Tints of Denim #1563AD
RGB
CMYK
RGB Variations
Color information
#1563AD (or 0x1563AD) is known color: Denim. HEX triplet: 15, 63 and AD. RGB value is (21,99,173). Sum of RGB (Red+Green+Blue) = 21+99+173=293 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.17% from 293); Green value is 99 (39.06% from 255 or 33.79% from 293); Blue value is 173 (67.97% from 255 or 59.04% from 293); Max value from RGB is 173 - color contains mainly: blue. Hex color #1563AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1563AD is #EA9C52. Grayscale: #535353. Windows color (decimal): -15375443 or 11363093. OLE color: 11363093.
HSL color Cylindrical-coordinate representation of color #1563AD: hue angle of 209.21º 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 #1563AD is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 21 | 99 | 173 | - |
| CMYK | 0.88 | 0.43 | 0 | 0.32 |
| HSL | 209.21º | 0.78% | 0.38% | - |
| HSV(B) | 209.21º | 0.88% | 0.68% | - |
| XYZ | 12.31 | 12.1 | 41.22 | - |
| YUV | 84.11 | 178.16 | 82.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 99 | 173 | 0.88 | 0.43 | 0 | 0.32 | 209.21 | 0.78 | 0.38 |
| Hex | 15 | 63 | AD | 58 | 2B | 0 | 20 | D1 | 4E | 26 |
| Octal | 25 | 143 | 255 | 130 | 53 | 0 | 40 | 321 | 116 | 46 |
| Binary | 10101 | 1100011 | 10101101 | 1011000 | 101011 | 0 | 100000 | 11010001 | 1001110 | 100110 |
Color Harmonies of #1563AD
Complementary color
Monochromatic Colors of #1563AD
Black with #1563AD
Text Example
Text Example
White with #1563AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1563AD; }
p { color: rgb(21,99,173); }
H1.HeaderClassName
{
color: #1563AD;
}
.AnyTagClassName
{
color: #1563AD;
}
</style>
background-color css
<style>
a { background-color: #1563AD; }
a { background-color: rgb(21,99,173); }
div.DivClassName
{
background-color: #1563AD;
}
.BgClassName
{
background-color: #1563AD;
}
</style>
border-color css
<style>
span { border-color: #1563AD; }
span { border-color: rgb(21,99,173); }
td.TdClassName
{
border-color: #1563AD;
}
.TagClassName
{
border-color: #1563AD;
}
</style>