Shades of Denim #1956BA
Tints of Denim #1956BA
RGB
CMYK
RGB Variations
Color information
#1956BA (or 0x1956BA) is known color: Denim. HEX triplet: 19, 56 and BA. RGB value is (25,86,186). Sum of RGB (Red+Green+Blue) = 25+86+186=297 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.42% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 186 (73.05% from 255 or 62.63% from 297); Max value from RGB is 186 - color contains mainly: blue. Hex color #1956BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1956BA is #E6A945. Grayscale: #4E4E4E. Windows color (decimal): -15116614 or 12211737. OLE color: 12211737.
HSL color Cylindrical-coordinate representation of color #1956BA: hue angle of 217.27º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1956BA is Cyan = 0.87, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 86 | 186 | - |
| CMYK | 0.87 | 0.54 | 0 | 0.27 |
| HSL | 217.27º | 0.76% | 0.41% | - |
| HSV(B) | 217.27º | 0.87% | 0.73% | - |
| XYZ | 12.59 | 10.41 | 47.8 | - |
| YUV | 79.16 | 188.29 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 86 | 186 | 0.87 | 0.54 | 0 | 0.27 | 217.27 | 0.76 | 0.41 |
| Hex | 19 | 56 | BA | 57 | 36 | 0 | 1B | D9 | 4C | 29 |
| Octal | 31 | 126 | 272 | 127 | 66 | 0 | 33 | 331 | 114 | 51 |
| Binary | 11001 | 1010110 | 10111010 | 1010111 | 110110 | 0 | 11011 | 11011001 | 1001100 | 101001 |
Color Harmonies of #1956BA
Complementary color
Monochromatic Colors of #1956BA
Black with #1956BA
Text Example
Text Example
White with #1956BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1956BA; }
p { color: rgb(25,86,186); }
H1.HeaderClassName
{
color: #1956BA;
}
.AnyTagClassName
{
color: #1956BA;
}
</style>
background-color css
<style>
a { background-color: #1956BA; }
a { background-color: rgb(25,86,186); }
div.DivClassName
{
background-color: #1956BA;
}
.BgClassName
{
background-color: #1956BA;
}
</style>
border-color css
<style>
span { border-color: #1956BA; }
span { border-color: rgb(25,86,186); }
td.TdClassName
{
border-color: #1956BA;
}
.TagClassName
{
border-color: #1956BA;
}
</style>