Shades of Denim #1553DB
Tints of Denim #1553DB
RGB
CMYK
RGB Variations
Color information
#1553DB (or 0x1553DB) is known color: Denim. HEX triplet: 15, 53 and DB. RGB value is (21,83,219). Sum of RGB (Red+Green+Blue) = 21+83+219=323 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.50% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 219 (85.94% from 255 or 67.80% from 323); Max value from RGB is 219 - color contains mainly: blue. Hex color #1553DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1553DB is #EAAC24. Grayscale: #4F4F4F. Windows color (decimal): -15379493 or 14373653. OLE color: 14373653.
HSL color Cylindrical-coordinate representation of color #1553DB: hue angle of 221.21º 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 #1553DB is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 83 | 219 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.14 |
| HSL | 221.21º | 0.83% | 0.47% | - |
| HSV(B) | 221.21º | 0.9% | 0.86% | - |
| XYZ | 16.19 | 11.46 | 68.38 | - |
| YUV | 79.97 | 206.46 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 83 | 219 | 0.90 | 0.62 | 0 | 0.14 | 221.21 | 0.83 | 0.47 |
| Hex | 15 | 53 | DB | 5A | 3E | 0 | E | DD | 52 | 2F |
| Octal | 25 | 123 | 333 | 132 | 76 | 0 | 16 | 335 | 122 | 57 |
| Binary | 10101 | 1010011 | 11011011 | 1011010 | 111110 | 0 | 1110 | 11011101 | 1010010 | 101111 |
Color Harmonies of #1553DB
Complementary color
Monochromatic Colors of #1553DB
Black with #1553DB
Text Example
Text Example
White with #1553DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1553DB; }
p { color: rgb(21,83,219); }
H1.HeaderClassName
{
color: #1553DB;
}
.AnyTagClassName
{
color: #1553DB;
}
</style>
background-color css
<style>
a { background-color: #1553DB; }
a { background-color: rgb(21,83,219); }
div.DivClassName
{
background-color: #1553DB;
}
.BgClassName
{
background-color: #1553DB;
}
</style>
border-color css
<style>
span { border-color: #1553DB; }
span { border-color: rgb(21,83,219); }
td.TdClassName
{
border-color: #1553DB;
}
.TagClassName
{
border-color: #1553DB;
}
</style>