Shades of Denim #1563A3
Tints of Denim #1563A3
RGB
CMYK
RGB Variations
Color information
#1563A3 (or 0x1563A3) is known color: Denim. HEX triplet: 15, 63 and A3. RGB value is (21,99,163). Sum of RGB (Red+Green+Blue) = 21+99+163=283 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.42% from 283); Green value is 99 (39.06% from 255 or 34.98% from 283); Blue value is 163 (64.06% from 255 or 57.60% from 283); Max value from RGB is 163 - color contains mainly: blue. Hex color #1563A3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1563A3 is #EA9C5C. Grayscale: #525252. Windows color (decimal): -15375453 or 10707733. OLE color: 10707733.
HSL color Cylindrical-coordinate representation of color #1563A3: hue angle of 207.04º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1563A3 is Cyan = 0.87, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 21 | 99 | 163 | - |
| CMYK | 0.87 | 0.39 | 0 | 0.36 |
| HSL | 207.04º | 0.77% | 0.36% | - |
| HSV(B) | 207.04º | 0.87% | 0.64% | - |
| XYZ | 11.38 | 11.73 | 36.31 | - |
| YUV | 82.97 | 173.16 | 83.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 99 | 163 | 0.87 | 0.39 | 0 | 0.36 | 207.04 | 0.77 | 0.36 |
| Hex | 15 | 63 | A3 | 57 | 27 | 0 | 24 | CF | 4D | 24 |
| Octal | 25 | 143 | 243 | 127 | 47 | 0 | 44 | 317 | 115 | 44 |
| Binary | 10101 | 1100011 | 10100011 | 1010111 | 100111 | 0 | 100100 | 11001111 | 1001101 | 100100 |
Color Harmonies of #1563A3
Complementary color
Monochromatic Colors of #1563A3
Black with #1563A3
Text Example
Text Example
White with #1563A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1563A3; }
p { color: rgb(21,99,163); }
H1.HeaderClassName
{
color: #1563A3;
}
.AnyTagClassName
{
color: #1563A3;
}
</style>
background-color css
<style>
a { background-color: #1563A3; }
a { background-color: rgb(21,99,163); }
div.DivClassName
{
background-color: #1563A3;
}
.BgClassName
{
background-color: #1563A3;
}
</style>
border-color css
<style>
span { border-color: #1563A3; }
span { border-color: rgb(21,99,163); }
td.TdClassName
{
border-color: #1563A3;
}
.TagClassName
{
border-color: #1563A3;
}
</style>