Shades of Denim #1956D5
Tints of Denim #1956D5
RGB
CMYK
RGB Variations
Color information
#1956D5 (or 0x1956D5) is known color: Denim. HEX triplet: 19, 56 and D5. RGB value is (25,86,213). Sum of RGB (Red+Green+Blue) = 25+86+213=324 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.72% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 213 (83.59% from 255 or 65.74% from 324); Max value from RGB is 213 - color contains mainly: blue. Hex color #1956D5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1956D5 is #E6A92A. Grayscale: #515151. Windows color (decimal): -15116587 or 13981209. OLE color: 13981209.
HSL color Cylindrical-coordinate representation of color #1956D5: hue angle of 220.53º 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 #1956D5 is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 25 | 86 | 213 | - |
| CMYK | 0.88 | 0.60 | 0 | 0.16 |
| HSL | 220.53º | 0.79% | 0.47% | - |
| HSV(B) | 220.53º | 0.88% | 0.84% | - |
| XYZ | 15.74 | 11.67 | 64.37 | - |
| YUV | 82.24 | 201.79 | 87.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 86 | 213 | 0.88 | 0.60 | 0 | 0.16 | 220.53 | 0.79 | 0.47 |
| Hex | 19 | 56 | D5 | 58 | 3C | 0 | 10 | DD | 4F | 2F |
| Octal | 31 | 126 | 325 | 130 | 74 | 0 | 20 | 335 | 117 | 57 |
| Binary | 11001 | 1010110 | 11010101 | 1011000 | 111100 | 0 | 10000 | 11011101 | 1001111 | 101111 |
Color Harmonies of #1956D5
Complementary color
Monochromatic Colors of #1956D5
Black with #1956D5
Text Example
Text Example
White with #1956D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1956D5; }
p { color: rgb(25,86,213); }
H1.HeaderClassName
{
color: #1956D5;
}
.AnyTagClassName
{
color: #1956D5;
}
</style>
background-color css
<style>
a { background-color: #1956D5; }
a { background-color: rgb(25,86,213); }
div.DivClassName
{
background-color: #1956D5;
}
.BgClassName
{
background-color: #1956D5;
}
</style>
border-color css
<style>
span { border-color: #1956D5; }
span { border-color: rgb(25,86,213); }
td.TdClassName
{
border-color: #1956D5;
}
.TagClassName
{
border-color: #1956D5;
}
</style>