Shades of Denim #1558DB
Tints of Denim #1558DB
RGB
CMYK
RGB Variations
Color information
#1558DB (or 0x1558DB) is known color: Denim. HEX triplet: 15, 58 and DB. RGB value is (21,88,219). Sum of RGB (Red+Green+Blue) = 21+88+219=328 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.40% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 219 (85.94% from 255 or 66.77% from 328); Max value from RGB is 219 - color contains mainly: blue. Hex color #1558DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1558DB is #EAA724. Grayscale: #525252. Windows color (decimal): -15378213 or 14374933. OLE color: 14374933.
HSL color Cylindrical-coordinate representation of color #1558DB: hue angle of 219.7º 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 #1558DB is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 88 | 219 | - |
| CMYK | 0.90 | 0.60 | 0 | 0.14 |
| HSL | 219.7º | 0.83% | 0.47% | - |
| HSV(B) | 219.7º | 0.9% | 0.86% | - |
| XYZ | 16.59 | 12.25 | 68.51 | - |
| YUV | 82.9 | 204.8 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 88 | 219 | 0.90 | 0.60 | 0 | 0.14 | 219.7 | 0.83 | 0.47 |
| Hex | 15 | 58 | DB | 5A | 3C | 0 | E | DC | 52 | 2F |
| Octal | 25 | 130 | 333 | 132 | 74 | 0 | 16 | 334 | 122 | 57 |
| Binary | 10101 | 1011000 | 11011011 | 1011010 | 111100 | 0 | 1110 | 11011100 | 1010010 | 101111 |
Color Harmonies of #1558DB
Complementary color
Monochromatic Colors of #1558DB
Black with #1558DB
Text Example
Text Example
White with #1558DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1558DB; }
p { color: rgb(21,88,219); }
H1.HeaderClassName
{
color: #1558DB;
}
.AnyTagClassName
{
color: #1558DB;
}
</style>
background-color css
<style>
a { background-color: #1558DB; }
a { background-color: rgb(21,88,219); }
div.DivClassName
{
background-color: #1558DB;
}
.BgClassName
{
background-color: #1558DB;
}
</style>
border-color css
<style>
span { border-color: #1558DB; }
span { border-color: rgb(21,88,219); }
td.TdClassName
{
border-color: #1558DB;
}
.TagClassName
{
border-color: #1558DB;
}
</style>