Shades of Denim #1560CD
Tints of Denim #1560CD
RGB
CMYK
RGB Variations
Color information
#1560CD (or 0x1560CD) is known color: Denim. HEX triplet: 15, 60 and CD. RGB value is (21,96,205). Sum of RGB (Red+Green+Blue) = 21+96+205=322 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.52% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 205 (80.47% from 255 or 63.66% from 322); Max value from RGB is 205 - color contains mainly: blue. Hex color #1560CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1560CD is #EA9F32. Grayscale: #555555. Windows color (decimal): -15376179 or 13459477. OLE color: 13459477.
HSL color Cylindrical-coordinate representation of color #1560CD: hue angle of 215.54º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1560CD is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 96 | 205 | - |
| CMYK | 0.90 | 0.53 | 0 | 0.20 |
| HSL | 215.54º | 0.81% | 0.44% | - |
| HSV(B) | 215.54º | 0.9% | 0.8% | - |
| XYZ | 15.51 | 12.93 | 59.44 | - |
| YUV | 86 | 195.15 | 81.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 96 | 205 | 0.90 | 0.53 | 0 | 0.20 | 215.54 | 0.81 | 0.44 |
| Hex | 15 | 60 | CD | 5A | 35 | 0 | 14 | D8 | 51 | 2C |
| Octal | 25 | 140 | 315 | 132 | 65 | 0 | 24 | 330 | 121 | 54 |
| Binary | 10101 | 1100000 | 11001101 | 1011010 | 110101 | 0 | 10100 | 11011000 | 1010001 | 101100 |
Color Harmonies of #1560CD
Complementary color
Monochromatic Colors of #1560CD
Black with #1560CD
Text Example
Text Example
White with #1560CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1560CD; }
p { color: rgb(21,96,205); }
H1.HeaderClassName
{
color: #1560CD;
}
.AnyTagClassName
{
color: #1560CD;
}
</style>
background-color css
<style>
a { background-color: #1560CD; }
a { background-color: rgb(21,96,205); }
div.DivClassName
{
background-color: #1560CD;
}
.BgClassName
{
background-color: #1560CD;
}
</style>
border-color css
<style>
span { border-color: #1560CD; }
span { border-color: rgb(21,96,205); }
td.TdClassName
{
border-color: #1560CD;
}
.TagClassName
{
border-color: #1560CD;
}
</style>