Shades of Denim #1961BB
Tints of Denim #1961BB
RGB
CMYK
RGB Variations
Color information
#1961BB (or 0x1961BB) is known color: Denim. HEX triplet: 19, 61 and BB. RGB value is (25,97,187). Sum of RGB (Red+Green+Blue) = 25+97+187=309 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.09% from 309); Green value is 97 (38.28% from 255 or 31.39% from 309); Blue value is 187 (73.44% from 255 or 60.52% from 309); Max value from RGB is 187 - color contains mainly: blue. Hex color #1961BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1961BB is #E69E44. Grayscale: #555555. Windows color (decimal): -15113797 or 12280089. OLE color: 12280089.
HSL color Cylindrical-coordinate representation of color #1961BB: hue angle of 213.33º 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 #1961BB is Cyan = 0.87, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 97 | 187 | - |
| CMYK | 0.87 | 0.48 | 0 | 0.27 |
| HSL | 213.33º | 0.76% | 0.42% | - |
| HSV(B) | 213.33º | 0.87% | 0.73% | - |
| XYZ | 13.65 | 12.34 | 48.68 | - |
| YUV | 85.73 | 185.15 | 84.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 97 | 187 | 0.87 | 0.48 | 0 | 0.27 | 213.33 | 0.76 | 0.42 |
| Hex | 19 | 61 | BB | 57 | 30 | 0 | 1B | D5 | 4C | 2A |
| Octal | 31 | 141 | 273 | 127 | 60 | 0 | 33 | 325 | 114 | 52 |
| Binary | 11001 | 1100001 | 10111011 | 1010111 | 110000 | 0 | 11011 | 11010101 | 1001100 | 101010 |
Color Harmonies of #1961BB
Complementary color
Monochromatic Colors of #1961BB
Black with #1961BB
Text Example
Text Example
White with #1961BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1961BB; }
p { color: rgb(25,97,187); }
H1.HeaderClassName
{
color: #1961BB;
}
.AnyTagClassName
{
color: #1961BB;
}
</style>
background-color css
<style>
a { background-color: #1961BB; }
a { background-color: rgb(25,97,187); }
div.DivClassName
{
background-color: #1961BB;
}
.BgClassName
{
background-color: #1961BB;
}
</style>
border-color css
<style>
span { border-color: #1961BB; }
span { border-color: rgb(25,97,187); }
td.TdClassName
{
border-color: #1961BB;
}
.TagClassName
{
border-color: #1961BB;
}
</style>