Shades of Denim #1554DB
Tints of Denim #1554DB
RGB
CMYK
RGB Variations
Color information
#1554DB (or 0x1554DB) is known color: Denim. HEX triplet: 15, 54 and DB. RGB value is (21,84,219). Sum of RGB (Red+Green+Blue) = 21+84+219=324 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.48% from 324); Green value is 84 (33.20% from 255 or 25.93% from 324); Blue value is 219 (85.94% from 255 or 67.59% from 324); Max value from RGB is 219 - color contains mainly: blue. Hex color #1554DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1554DB is #EAAB24. Grayscale: #4F4F4F. Windows color (decimal): -15379237 or 14373909. OLE color: 14373909.
HSL color Cylindrical-coordinate representation of color #1554DB: hue angle of 220.91º 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 #1554DB is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 84 | 219 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.14 |
| HSL | 220.91º | 0.83% | 0.47% | - |
| HSV(B) | 220.91º | 0.9% | 0.86% | - |
| XYZ | 16.27 | 11.61 | 68.4 | - |
| YUV | 80.55 | 206.13 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 84 | 219 | 0.90 | 0.62 | 0 | 0.14 | 220.91 | 0.83 | 0.47 |
| Hex | 15 | 54 | DB | 5A | 3E | 0 | E | DD | 52 | 2F |
| Octal | 25 | 124 | 333 | 132 | 76 | 0 | 16 | 335 | 122 | 57 |
| Binary | 10101 | 1010100 | 11011011 | 1011010 | 111110 | 0 | 1110 | 11011101 | 1010010 | 101111 |
Color Harmonies of #1554DB
Complementary color
Monochromatic Colors of #1554DB
Black with #1554DB
Text Example
Text Example
White with #1554DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1554DB; }
p { color: rgb(21,84,219); }
H1.HeaderClassName
{
color: #1554DB;
}
.AnyTagClassName
{
color: #1554DB;
}
</style>
background-color css
<style>
a { background-color: #1554DB; }
a { background-color: rgb(21,84,219); }
div.DivClassName
{
background-color: #1554DB;
}
.BgClassName
{
background-color: #1554DB;
}
</style>
border-color css
<style>
span { border-color: #1554DB; }
span { border-color: rgb(21,84,219); }
td.TdClassName
{
border-color: #1554DB;
}
.TagClassName
{
border-color: #1554DB;
}
</style>