Shades of Denim #1556DB
Tints of Denim #1556DB
RGB
CMYK
RGB Variations
Color information
#1556DB (or 0x1556DB) is known color: Denim. HEX triplet: 15, 56 and DB. RGB value is (21,86,219). Sum of RGB (Red+Green+Blue) = 21+86+219=326 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.44% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 219 (85.94% from 255 or 67.18% from 326); Max value from RGB is 219 - color contains mainly: blue. Hex color #1556DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1556DB is #EAA924. Grayscale: #515151. Windows color (decimal): -15378725 or 14374421. OLE color: 14374421.
HSL color Cylindrical-coordinate representation of color #1556DB: hue angle of 220.3º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1556DB is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 86 | 219 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.14 |
| HSL | 220.3º | 0.83% | 0.47% | - |
| HSV(B) | 220.3º | 0.9% | 0.86% | - |
| XYZ | 16.42 | 11.93 | 68.45 | - |
| YUV | 81.73 | 205.47 | 84.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 86 | 219 | 0.90 | 0.61 | 0 | 0.14 | 220.3 | 0.83 | 0.47 |
| Hex | 15 | 56 | DB | 5A | 3D | 0 | E | DC | 52 | 2F |
| Octal | 25 | 126 | 333 | 132 | 75 | 0 | 16 | 334 | 122 | 57 |
| Binary | 10101 | 1010110 | 11011011 | 1011010 | 111101 | 0 | 1110 | 11011100 | 1010010 | 101111 |
Color Harmonies of #1556DB
Complementary color
Monochromatic Colors of #1556DB
Black with #1556DB
Text Example
Text Example
White with #1556DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1556DB; }
p { color: rgb(21,86,219); }
H1.HeaderClassName
{
color: #1556DB;
}
.AnyTagClassName
{
color: #1556DB;
}
</style>
background-color css
<style>
a { background-color: #1556DB; }
a { background-color: rgb(21,86,219); }
div.DivClassName
{
background-color: #1556DB;
}
.BgClassName
{
background-color: #1556DB;
}
</style>
border-color css
<style>
span { border-color: #1556DB; }
span { border-color: rgb(21,86,219); }
td.TdClassName
{
border-color: #1556DB;
}
.TagClassName
{
border-color: #1556DB;
}
</style>