Shades of Denim #1559CB
Tints of Denim #1559CB
RGB
CMYK
RGB Variations
Color information
#1559CB (or 0x1559CB) is known color: Denim. HEX triplet: 15, 59 and CB. RGB value is (21,89,203). Sum of RGB (Red+Green+Blue) = 21+89+203=313 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.71% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 203 (79.69% from 255 or 64.86% from 313); Max value from RGB is 203 - color contains mainly: blue. Hex color #1559CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1559CB is #EAA634. Grayscale: #515151. Windows color (decimal): -15377973 or 13326613. OLE color: 13326613.
HSL color Cylindrical-coordinate representation of color #1559CB: hue angle of 217.58º 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 #1559CB is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 89 | 203 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.20 |
| HSL | 217.58º | 0.81% | 0.44% | - |
| HSV(B) | 217.58º | 0.9% | 0.8% | - |
| XYZ | 14.66 | 11.62 | 57.97 | - |
| YUV | 81.66 | 196.47 | 84.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 89 | 203 | 0.90 | 0.56 | 0 | 0.20 | 217.58 | 0.81 | 0.44 |
| Hex | 15 | 59 | CB | 5A | 38 | 0 | 14 | DA | 51 | 2C |
| Octal | 25 | 131 | 313 | 132 | 70 | 0 | 24 | 332 | 121 | 54 |
| Binary | 10101 | 1011001 | 11001011 | 1011010 | 111000 | 0 | 10100 | 11011010 | 1010001 | 101100 |
Color Harmonies of #1559CB
Complementary color
Monochromatic Colors of #1559CB
Black with #1559CB
Text Example
Text Example
White with #1559CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1559CB; }
p { color: rgb(21,89,203); }
H1.HeaderClassName
{
color: #1559CB;
}
.AnyTagClassName
{
color: #1559CB;
}
</style>
background-color css
<style>
a { background-color: #1559CB; }
a { background-color: rgb(21,89,203); }
div.DivClassName
{
background-color: #1559CB;
}
.BgClassName
{
background-color: #1559CB;
}
</style>
border-color css
<style>
span { border-color: #1559CB; }
span { border-color: rgb(21,89,203); }
td.TdClassName
{
border-color: #1559CB;
}
.TagClassName
{
border-color: #1559CB;
}
</style>