Shades of Denim #1560CF
Tints of Denim #1560CF
RGB
CMYK
RGB Variations
Color information
#1560CF (or 0x1560CF) is known color: Denim. HEX triplet: 15, 60 and CF. RGB value is (21,96,207). Sum of RGB (Red+Green+Blue) = 21+96+207=324 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.48% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 207 (81.25% from 255 or 63.89% from 324); Max value from RGB is 207 - color contains mainly: blue. Hex color #1560CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1560CF is #EA9F30. Grayscale: #555555. Windows color (decimal): -15376177 or 13590549. OLE color: 13590549.
HSL color Cylindrical-coordinate representation of color #1560CF: hue angle of 215.81º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1560CF is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 96 | 207 | - |
| CMYK | 0.90 | 0.54 | 0 | 0.19 |
| HSL | 215.81º | 0.82% | 0.45% | - |
| HSV(B) | 215.81º | 0.9% | 0.81% | - |
| XYZ | 15.75 | 13.03 | 60.72 | - |
| YUV | 86.23 | 196.15 | 81.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 96 | 207 | 0.90 | 0.54 | 0 | 0.19 | 215.81 | 0.82 | 0.45 |
| Hex | 15 | 60 | CF | 5A | 36 | 0 | 13 | D8 | 52 | 2D |
| Octal | 25 | 140 | 317 | 132 | 66 | 0 | 23 | 330 | 122 | 55 |
| Binary | 10101 | 1100000 | 11001111 | 1011010 | 110110 | 0 | 10011 | 11011000 | 1010010 | 101101 |
Color Harmonies of #1560CF
Complementary color
Monochromatic Colors of #1560CF
Black with #1560CF
Text Example
Text Example
White with #1560CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1560CF; }
p { color: rgb(21,96,207); }
H1.HeaderClassName
{
color: #1560CF;
}
.AnyTagClassName
{
color: #1560CF;
}
</style>
background-color css
<style>
a { background-color: #1560CF; }
a { background-color: rgb(21,96,207); }
div.DivClassName
{
background-color: #1560CF;
}
.BgClassName
{
background-color: #1560CF;
}
</style>
border-color css
<style>
span { border-color: #1560CF; }
span { border-color: rgb(21,96,207); }
td.TdClassName
{
border-color: #1560CF;
}
.TagClassName
{
border-color: #1560CF;
}
</style>