Shades of Denim #1559D5
Tints of Denim #1559D5
RGB
CMYK
RGB Variations
Color information
#1559D5 (or 0x1559D5) is known color: Denim. HEX triplet: 15, 59 and D5. RGB value is (21,89,213). Sum of RGB (Red+Green+Blue) = 21+89+213=323 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.50% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 213 (83.59% from 255 or 65.94% from 323); Max value from RGB is 213 - color contains mainly: blue. Hex color #1559D5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1559D5 is #EAA62A. Grayscale: #525252. Windows color (decimal): -15377963 or 13981973. OLE color: 13981973.
HSL color Cylindrical-coordinate representation of color #1559D5: hue angle of 218.75º 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 #1559D5 is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 21 | 89 | 213 | - |
| CMYK | 0.90 | 0.58 | 0 | 0.16 |
| HSL | 218.75º | 0.82% | 0.46% | - |
| HSV(B) | 218.75º | 0.9% | 0.84% | - |
| XYZ | 15.89 | 12.11 | 64.45 | - |
| YUV | 82.8 | 201.47 | 83.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 89 | 213 | 0.90 | 0.58 | 0 | 0.16 | 218.75 | 0.82 | 0.46 |
| Hex | 15 | 59 | D5 | 5A | 3A | 0 | 10 | DB | 52 | 2E |
| Octal | 25 | 131 | 325 | 132 | 72 | 0 | 20 | 333 | 122 | 56 |
| Binary | 10101 | 1011001 | 11010101 | 1011010 | 111010 | 0 | 10000 | 11011011 | 1010010 | 101110 |
Color Harmonies of #1559D5
Complementary color
Monochromatic Colors of #1559D5
Black with #1559D5
Text Example
Text Example
White with #1559D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1559D5; }
p { color: rgb(21,89,213); }
H1.HeaderClassName
{
color: #1559D5;
}
.AnyTagClassName
{
color: #1559D5;
}
</style>
background-color css
<style>
a { background-color: #1559D5; }
a { background-color: rgb(21,89,213); }
div.DivClassName
{
background-color: #1559D5;
}
.BgClassName
{
background-color: #1559D5;
}
</style>
border-color css
<style>
span { border-color: #1559D5; }
span { border-color: rgb(21,89,213); }
td.TdClassName
{
border-color: #1559D5;
}
.TagClassName
{
border-color: #1559D5;
}
</style>