Shades of Denim #1960BB
Tints of Denim #1960BB
RGB
CMYK
RGB Variations
Color information
#1960BB (or 0x1960BB) is known color: Denim. HEX triplet: 19, 60 and BB. RGB value is (25,96,187). Sum of RGB (Red+Green+Blue) = 25+96+187=308 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.12% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 187 (73.44% from 255 or 60.71% from 308); Max value from RGB is 187 - color contains mainly: blue. Hex color #1960BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1960BB is #E69F44. Grayscale: #545454. Windows color (decimal): -15114053 or 12279833. OLE color: 12279833.
HSL color Cylindrical-coordinate representation of color #1960BB: hue angle of 213.7º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1960BB is Cyan = 0.87, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 96 | 187 | - |
| CMYK | 0.87 | 0.49 | 0 | 0.27 |
| HSL | 213.7º | 0.76% | 0.42% | - |
| HSV(B) | 213.7º | 0.87% | 0.73% | - |
| XYZ | 13.55 | 12.16 | 48.65 | - |
| YUV | 85.15 | 185.48 | 85.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 96 | 187 | 0.87 | 0.49 | 0 | 0.27 | 213.7 | 0.76 | 0.42 |
| Hex | 19 | 60 | BB | 57 | 31 | 0 | 1B | D6 | 4C | 2A |
| Octal | 31 | 140 | 273 | 127 | 61 | 0 | 33 | 326 | 114 | 52 |
| Binary | 11001 | 1100000 | 10111011 | 1010111 | 110001 | 0 | 11011 | 11010110 | 1001100 | 101010 |
Color Harmonies of #1960BB
Complementary color
Monochromatic Colors of #1960BB
Black with #1960BB
Text Example
Text Example
White with #1960BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1960BB; }
p { color: rgb(25,96,187); }
H1.HeaderClassName
{
color: #1960BB;
}
.AnyTagClassName
{
color: #1960BB;
}
</style>
background-color css
<style>
a { background-color: #1960BB; }
a { background-color: rgb(25,96,187); }
div.DivClassName
{
background-color: #1960BB;
}
.BgClassName
{
background-color: #1960BB;
}
</style>
border-color css
<style>
span { border-color: #1960BB; }
span { border-color: rgb(25,96,187); }
td.TdClassName
{
border-color: #1960BB;
}
.TagClassName
{
border-color: #1960BB;
}
</style>