Shades of Denim #1560CA
Tints of Denim #1560CA
RGB
CMYK
RGB Variations
Color information
#1560CA (or 0x1560CA) is known color: Denim. HEX triplet: 15, 60 and CA. RGB value is (21,96,202). Sum of RGB (Red+Green+Blue) = 21+96+202=319 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.58% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 202 (79.30% from 255 or 63.32% from 319); Max value from RGB is 202 - color contains mainly: blue. Hex color #1560CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1560CA is #EA9F35. Grayscale: #555555. Windows color (decimal): -15376182 or 13262869. OLE color: 13262869.
HSL color Cylindrical-coordinate representation of color #1560CA: hue angle of 215.14º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1560CA is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 21 | 96 | 202 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.21 |
| HSL | 215.14º | 0.81% | 0.44% | - |
| HSV(B) | 215.14º | 0.9% | 0.79% | - |
| XYZ | 15.15 | 12.79 | 57.55 | - |
| YUV | 85.66 | 193.65 | 81.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 96 | 202 | 0.90 | 0.52 | 0 | 0.21 | 215.14 | 0.81 | 0.44 |
| Hex | 15 | 60 | CA | 5A | 34 | 0 | 15 | D7 | 51 | 2C |
| Octal | 25 | 140 | 312 | 132 | 64 | 0 | 25 | 327 | 121 | 54 |
| Binary | 10101 | 1100000 | 11001010 | 1011010 | 110100 | 0 | 10101 | 11010111 | 1010001 | 101100 |
Color Harmonies of #1560CA
Complementary color
Monochromatic Colors of #1560CA
Black with #1560CA
Text Example
Text Example
White with #1560CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1560CA; }
p { color: rgb(21,96,202); }
H1.HeaderClassName
{
color: #1560CA;
}
.AnyTagClassName
{
color: #1560CA;
}
</style>
background-color css
<style>
a { background-color: #1560CA; }
a { background-color: rgb(21,96,202); }
div.DivClassName
{
background-color: #1560CA;
}
.BgClassName
{
background-color: #1560CA;
}
</style>
border-color css
<style>
span { border-color: #1560CA; }
span { border-color: rgb(21,96,202); }
td.TdClassName
{
border-color: #1560CA;
}
.TagClassName
{
border-color: #1560CA;
}
</style>