Shades of Denim #1560D5
Tints of Denim #1560D5
RGB
CMYK
RGB Variations
Color information
#1560D5 (or 0x1560D5) is known color: Denim. HEX triplet: 15, 60 and D5. RGB value is (21,96,213). Sum of RGB (Red+Green+Blue) = 21+96+213=330 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.36% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 213 (83.59% from 255 or 64.55% from 330); Max value from RGB is 213 - color contains mainly: blue. Hex color #1560D5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1560D5 is #EA9F2A. Grayscale: #565656. Windows color (decimal): -15376171 or 13983765. OLE color: 13983765.
HSL color Cylindrical-coordinate representation of color #1560D5: hue angle of 216.56º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1560D5 is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 21 | 96 | 213 | - |
| CMYK | 0.90 | 0.55 | 0 | 0.16 |
| HSL | 216.56º | 0.82% | 0.46% | - |
| HSV(B) | 216.56º | 0.9% | 0.84% | - |
| XYZ | 16.5 | 13.33 | 64.65 | - |
| YUV | 86.91 | 199.15 | 80.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 96 | 213 | 0.90 | 0.55 | 0 | 0.16 | 216.56 | 0.82 | 0.46 |
| Hex | 15 | 60 | D5 | 5A | 37 | 0 | 10 | D9 | 52 | 2E |
| Octal | 25 | 140 | 325 | 132 | 67 | 0 | 20 | 331 | 122 | 56 |
| Binary | 10101 | 1100000 | 11010101 | 1011010 | 110111 | 0 | 10000 | 11011001 | 1010010 | 101110 |
Color Harmonies of #1560D5
Complementary color
Monochromatic Colors of #1560D5
Black with #1560D5
Text Example
Text Example
White with #1560D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1560D5; }
p { color: rgb(21,96,213); }
H1.HeaderClassName
{
color: #1560D5;
}
.AnyTagClassName
{
color: #1560D5;
}
</style>
background-color css
<style>
a { background-color: #1560D5; }
a { background-color: rgb(21,96,213); }
div.DivClassName
{
background-color: #1560D5;
}
.BgClassName
{
background-color: #1560D5;
}
</style>
border-color css
<style>
span { border-color: #1560D5; }
span { border-color: rgb(21,96,213); }
td.TdClassName
{
border-color: #1560D5;
}
.TagClassName
{
border-color: #1560D5;
}
</style>