Shades of Denim #1963DB
Tints of Denim #1963DB
RGB
CMYK
RGB Variations
Color information
#1963DB (or 0x1963DB) is known color: Denim. HEX triplet: 19, 63 and DB. RGB value is (25,99,219). Sum of RGB (Red+Green+Blue) = 25+99+219=343 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.29% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 219 (85.94% from 255 or 63.85% from 343); Max value from RGB is 219 - color contains mainly: blue. Hex color #1963DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1963DB is #E69C24. Grayscale: #5A5A5A. Windows color (decimal): -15113253 or 14377753. OLE color: 14377753.
HSL color Cylindrical-coordinate representation of color #1963DB: hue angle of 217.11º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1963DB is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 99 | 219 | - |
| CMYK | 0.89 | 0.55 | 0 | 0.14 |
| HSL | 217.11º | 0.8% | 0.48% | - |
| HSV(B) | 217.11º | 0.89% | 0.86% | - |
| XYZ | 17.65 | 14.24 | 68.84 | - |
| YUV | 90.55 | 200.48 | 81.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 99 | 219 | 0.89 | 0.55 | 0 | 0.14 | 217.11 | 0.8 | 0.48 |
| Hex | 19 | 63 | DB | 59 | 37 | 0 | E | D9 | 50 | 30 |
| Octal | 31 | 143 | 333 | 131 | 67 | 0 | 16 | 331 | 120 | 60 |
| Binary | 11001 | 1100011 | 11011011 | 1011001 | 110111 | 0 | 1110 | 11011001 | 1010000 | 110000 |
Color Harmonies of #1963DB
Complementary color
Monochromatic Colors of #1963DB
Black with #1963DB
Text Example
Text Example
White with #1963DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1963DB; }
p { color: rgb(25,99,219); }
H1.HeaderClassName
{
color: #1963DB;
}
.AnyTagClassName
{
color: #1963DB;
}
</style>
background-color css
<style>
a { background-color: #1963DB; }
a { background-color: rgb(25,99,219); }
div.DivClassName
{
background-color: #1963DB;
}
.BgClassName
{
background-color: #1963DB;
}
</style>
border-color css
<style>
span { border-color: #1963DB; }
span { border-color: rgb(25,99,219); }
td.TdClassName
{
border-color: #1963DB;
}
.TagClassName
{
border-color: #1963DB;
}
</style>