Shades of Denim #1559CD
Tints of Denim #1559CD
RGB
CMYK
RGB Variations
Color information
#1559CD (or 0x1559CD) is known color: Denim. HEX triplet: 15, 59 and CD. RGB value is (21,89,205). Sum of RGB (Red+Green+Blue) = 21+89+205=315 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.67% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 205 (80.47% from 255 or 65.08% from 315); Max value from RGB is 205 - color contains mainly: blue. Hex color #1559CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1559CD is #EAA632. Grayscale: #515151. Windows color (decimal): -15377971 or 13457685. OLE color: 13457685.
HSL color Cylindrical-coordinate representation of color #1559CD: hue angle of 217.83º 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 #1559CD is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 89 | 205 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.20 |
| HSL | 217.83º | 0.81% | 0.44% | - |
| HSV(B) | 217.83º | 0.9% | 0.8% | - |
| XYZ | 14.9 | 11.71 | 59.23 | - |
| YUV | 81.89 | 197.47 | 84.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 89 | 205 | 0.90 | 0.57 | 0 | 0.20 | 217.83 | 0.81 | 0.44 |
| Hex | 15 | 59 | CD | 5A | 39 | 0 | 14 | DA | 51 | 2C |
| Octal | 25 | 131 | 315 | 132 | 71 | 0 | 24 | 332 | 121 | 54 |
| Binary | 10101 | 1011001 | 11001101 | 1011010 | 111001 | 0 | 10100 | 11011010 | 1010001 | 101100 |
Color Harmonies of #1559CD
Complementary color
Monochromatic Colors of #1559CD
Black with #1559CD
Text Example
Text Example
White with #1559CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1559CD; }
p { color: rgb(21,89,205); }
H1.HeaderClassName
{
color: #1559CD;
}
.AnyTagClassName
{
color: #1559CD;
}
</style>
background-color css
<style>
a { background-color: #1559CD; }
a { background-color: rgb(21,89,205); }
div.DivClassName
{
background-color: #1559CD;
}
.BgClassName
{
background-color: #1559CD;
}
</style>
border-color css
<style>
span { border-color: #1559CD; }
span { border-color: rgb(21,89,205); }
td.TdClassName
{
border-color: #1559CD;
}
.TagClassName
{
border-color: #1559CD;
}
</style>