Shades of Denim #1956DA
Tints of Denim #1956DA
RGB
CMYK
RGB Variations
Color information
#1956DA (or 0x1956DA) is known color: Denim. HEX triplet: 19, 56 and DA. RGB value is (25,86,218). Sum of RGB (Red+Green+Blue) = 25+86+218=329 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.60% from 329); Green value is 86 (33.98% from 255 or 26.14% from 329); Blue value is 218 (85.55% from 255 or 66.26% from 329); Max value from RGB is 218 - color contains mainly: blue. Hex color #1956DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1956DA is #E6A925. Grayscale: #525252. Windows color (decimal): -15116582 or 14308889. OLE color: 14308889.
HSL color Cylindrical-coordinate representation of color #1956DA: hue angle of 221.04º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1956DA is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 25 | 86 | 218 | - |
| CMYK | 0.89 | 0.61 | 0 | 0.15 |
| HSL | 221.04º | 0.79% | 0.48% | - |
| HSV(B) | 221.04º | 0.89% | 0.85% | - |
| XYZ | 16.38 | 11.92 | 67.77 | - |
| YUV | 82.81 | 204.29 | 86.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 86 | 218 | 0.89 | 0.61 | 0 | 0.15 | 221.04 | 0.79 | 0.48 |
| Hex | 19 | 56 | DA | 59 | 3D | 0 | F | DD | 4F | 30 |
| Octal | 31 | 126 | 332 | 131 | 75 | 0 | 17 | 335 | 117 | 60 |
| Binary | 11001 | 1010110 | 11011010 | 1011001 | 111101 | 0 | 1111 | 11011101 | 1001111 | 110000 |
Color Harmonies of #1956DA
Complementary color
Monochromatic Colors of #1956DA
Black with #1956DA
Text Example
Text Example
White with #1956DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1956DA; }
p { color: rgb(25,86,218); }
H1.HeaderClassName
{
color: #1956DA;
}
.AnyTagClassName
{
color: #1956DA;
}
</style>
background-color css
<style>
a { background-color: #1956DA; }
a { background-color: rgb(25,86,218); }
div.DivClassName
{
background-color: #1956DA;
}
.BgClassName
{
background-color: #1956DA;
}
</style>
border-color css
<style>
span { border-color: #1956DA; }
span { border-color: rgb(25,86,218); }
td.TdClassName
{
border-color: #1956DA;
}
.TagClassName
{
border-color: #1956DA;
}
</style>