Shades of Denim #1960DB
Tints of Denim #1960DB
RGB
CMYK
RGB Variations
Color information
#1960DB (or 0x1960DB) is known color: Denim. HEX triplet: 19, 60 and DB. RGB value is (25,96,219). Sum of RGB (Red+Green+Blue) = 25+96+219=340 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.35% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 219 (85.94% from 255 or 64.41% from 340); Max value from RGB is 219 - color contains mainly: blue. Hex color #1960DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1960DB is #E69F24. Grayscale: #585858. Windows color (decimal): -15114021 or 14376985. OLE color: 14376985.
HSL color Cylindrical-coordinate representation of color #1960DB: hue angle of 218.04º 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 #1960DB is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 96 | 219 | - |
| CMYK | 0.89 | 0.56 | 0 | 0.14 |
| HSL | 218.04º | 0.8% | 0.48% | - |
| HSV(B) | 218.04º | 0.89% | 0.86% | - |
| XYZ | 17.37 | 13.69 | 68.74 | - |
| YUV | 88.79 | 201.48 | 82.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 96 | 219 | 0.89 | 0.56 | 0 | 0.14 | 218.04 | 0.8 | 0.48 |
| Hex | 19 | 60 | DB | 59 | 38 | 0 | E | DA | 50 | 30 |
| Octal | 31 | 140 | 333 | 131 | 70 | 0 | 16 | 332 | 120 | 60 |
| Binary | 11001 | 1100000 | 11011011 | 1011001 | 111000 | 0 | 1110 | 11011010 | 1010000 | 110000 |
Color Harmonies of #1960DB
Complementary color
Monochromatic Colors of #1960DB
Black with #1960DB
Text Example
Text Example
White with #1960DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1960DB; }
p { color: rgb(25,96,219); }
H1.HeaderClassName
{
color: #1960DB;
}
.AnyTagClassName
{
color: #1960DB;
}
</style>
background-color css
<style>
a { background-color: #1960DB; }
a { background-color: rgb(25,96,219); }
div.DivClassName
{
background-color: #1960DB;
}
.BgClassName
{
background-color: #1960DB;
}
</style>
border-color css
<style>
span { border-color: #1960DB; }
span { border-color: rgb(25,96,219); }
td.TdClassName
{
border-color: #1960DB;
}
.TagClassName
{
border-color: #1960DB;
}
</style>