Shades of Denim #1956D7
Tints of Denim #1956D7
RGB
CMYK
RGB Variations
Color information
#1956D7 (or 0x1956D7) is known color: Denim. HEX triplet: 19, 56 and D7. RGB value is (25,86,215). Sum of RGB (Red+Green+Blue) = 25+86+215=326 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.67% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 215 (84.38% from 255 or 65.95% from 326); Max value from RGB is 215 - color contains mainly: blue. Hex color #1956D7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1956D7 is #E6A928. Grayscale: #515151. Windows color (decimal): -15116585 or 14112281. OLE color: 14112281.
HSL color Cylindrical-coordinate representation of color #1956D7: hue angle of 220.74º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1956D7 is Cyan = 0.88, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 25 | 86 | 215 | - |
| CMYK | 0.88 | 0.6 | 0 | 0.16 |
| HSL | 220.74º | 0.79% | 0.47% | - |
| HSV(B) | 220.74º | 0.88% | 0.84% | - |
| XYZ | 15.99 | 11.77 | 65.72 | - |
| YUV | 82.47 | 202.79 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 86 | 215 | 0.88 | 0.6 | 0 | 0.16 | 220.74 | 0.79 | 0.47 |
| Hex | 19 | 56 | D7 | 58 | 3C | 0 | 10 | DD | 4F | 2F |
| Octal | 31 | 126 | 327 | 130 | 74 | 0 | 20 | 335 | 117 | 57 |
| Binary | 11001 | 1010110 | 11010111 | 1011000 | 111100 | 0 | 10000 | 11011101 | 1001111 | 101111 |
Color Harmonies of #1956D7
Complementary color
Monochromatic Colors of #1956D7
Black with #1956D7
Text Example
Text Example
White with #1956D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1956D7; }
p { color: rgb(25,86,215); }
H1.HeaderClassName
{
color: #1956D7;
}
.AnyTagClassName
{
color: #1956D7;
}
</style>
background-color css
<style>
a { background-color: #1956D7; }
a { background-color: rgb(25,86,215); }
div.DivClassName
{
background-color: #1956D7;
}
.BgClassName
{
background-color: #1956D7;
}
</style>
border-color css
<style>
span { border-color: #1956D7; }
span { border-color: rgb(25,86,215); }
td.TdClassName
{
border-color: #1956D7;
}
.TagClassName
{
border-color: #1956D7;
}
</style>