Shades of Denim #1960BA
Tints of Denim #1960BA
RGB
CMYK
RGB Variations
Color information
#1960BA (or 0x1960BA) is known color: Denim. HEX triplet: 19, 60 and BA. RGB value is (25,96,186). Sum of RGB (Red+Green+Blue) = 25+96+186=307 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.14% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 186 (73.05% from 255 or 60.59% from 307); Max value from RGB is 186 - color contains mainly: blue. Hex color #1960BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1960BA is #E69F45. Grayscale: #545454. Windows color (decimal): -15114054 or 12214297. OLE color: 12214297.
HSL color Cylindrical-coordinate representation of color #1960BA: hue angle of 213.54º 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 #1960BA is Cyan = 0.87, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 96 | 186 | - |
| CMYK | 0.87 | 0.48 | 0 | 0.27 |
| HSL | 213.54º | 0.76% | 0.41% | - |
| HSV(B) | 213.54º | 0.87% | 0.73% | - |
| XYZ | 13.45 | 12.12 | 48.08 | - |
| YUV | 85.03 | 184.98 | 85.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 96 | 186 | 0.87 | 0.48 | 0 | 0.27 | 213.54 | 0.76 | 0.41 |
| Hex | 19 | 60 | BA | 57 | 30 | 0 | 1B | D6 | 4C | 29 |
| Octal | 31 | 140 | 272 | 127 | 60 | 0 | 33 | 326 | 114 | 51 |
| Binary | 11001 | 1100000 | 10111010 | 1010111 | 110000 | 0 | 11011 | 11010110 | 1001100 | 101001 |
Color Harmonies of #1960BA
Complementary color
Monochromatic Colors of #1960BA
Black with #1960BA
Text Example
Text Example
White with #1960BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1960BA; }
p { color: rgb(25,96,186); }
H1.HeaderClassName
{
color: #1960BA;
}
.AnyTagClassName
{
color: #1960BA;
}
</style>
background-color css
<style>
a { background-color: #1960BA; }
a { background-color: rgb(25,96,186); }
div.DivClassName
{
background-color: #1960BA;
}
.BgClassName
{
background-color: #1960BA;
}
</style>
border-color css
<style>
span { border-color: #1960BA; }
span { border-color: rgb(25,96,186); }
td.TdClassName
{
border-color: #1960BA;
}
.TagClassName
{
border-color: #1960BA;
}
</style>