Shades of Denim #1956DE
Tints of Denim #1956DE
RGB
CMYK
RGB Variations
Color information
#1956DE (or 0x1956DE) is known color: Denim. HEX triplet: 19, 56 and DE. RGB value is (25,86,222). Sum of RGB (Red+Green+Blue) = 25+86+222=333 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.51% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 222 (87.11% from 255 or 66.67% from 333); Max value from RGB is 222 - color contains mainly: blue. Hex color #1956DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1956DE is #E6A921. Grayscale: #525252. Windows color (decimal): -15116578 or 14571033. OLE color: 14571033.
HSL color Cylindrical-coordinate representation of color #1956DE: hue angle of 221.42º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1956DE is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 86 | 222 | - |
| CMYK | 0.89 | 0.61 | 0 | 0.13 |
| HSL | 221.42º | 0.8% | 0.48% | - |
| HSV(B) | 221.42º | 0.89% | 0.87% | - |
| XYZ | 16.91 | 12.14 | 70.56 | - |
| YUV | 83.27 | 206.29 | 86.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 86 | 222 | 0.89 | 0.61 | 0 | 0.13 | 221.42 | 0.8 | 0.48 |
| Hex | 19 | 56 | DE | 59 | 3D | 0 | D | DD | 50 | 30 |
| Octal | 31 | 126 | 336 | 131 | 75 | 0 | 15 | 335 | 120 | 60 |
| Binary | 11001 | 1010110 | 11011110 | 1011001 | 111101 | 0 | 1101 | 11011101 | 1010000 | 110000 |
Color Harmonies of #1956DE
Complementary color
Monochromatic Colors of #1956DE
Black with #1956DE
Text Example
Text Example
White with #1956DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1956DE; }
p { color: rgb(25,86,222); }
H1.HeaderClassName
{
color: #1956DE;
}
.AnyTagClassName
{
color: #1956DE;
}
</style>
background-color css
<style>
a { background-color: #1956DE; }
a { background-color: rgb(25,86,222); }
div.DivClassName
{
background-color: #1956DE;
}
.BgClassName
{
background-color: #1956DE;
}
</style>
border-color css
<style>
span { border-color: #1956DE; }
span { border-color: rgb(25,86,222); }
td.TdClassName
{
border-color: #1956DE;
}
.TagClassName
{
border-color: #1956DE;
}
</style>