Shades of Denim #1961BC
Tints of Denim #1961BC
RGB
CMYK
RGB Variations
Color information
#1961BC (or 0x1961BC) is known color: Denim. HEX triplet: 19, 61 and BC. RGB value is (25,97,188). Sum of RGB (Red+Green+Blue) = 25+97+188=310 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.06% from 310); Green value is 97 (38.28% from 255 or 31.29% from 310); Blue value is 188 (73.83% from 255 or 60.65% from 310); Max value from RGB is 188 - color contains mainly: blue. Hex color #1961BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1961BC is #E69E43. Grayscale: #555555. Windows color (decimal): -15113796 or 12345625. OLE color: 12345625.
HSL color Cylindrical-coordinate representation of color #1961BC: hue angle of 213.5º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1961BC is Cyan = 0.87, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 25 | 97 | 188 | - |
| CMYK | 0.87 | 0.48 | 0 | 0.26 |
| HSL | 213.5º | 0.77% | 0.42% | - |
| HSV(B) | 213.5º | 0.87% | 0.74% | - |
| XYZ | 13.75 | 12.39 | 49.24 | - |
| YUV | 85.85 | 185.65 | 84.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 97 | 188 | 0.87 | 0.48 | 0 | 0.26 | 213.5 | 0.77 | 0.42 |
| Hex | 19 | 61 | BC | 57 | 30 | 0 | 1A | D5 | 4D | 2A |
| Octal | 31 | 141 | 274 | 127 | 60 | 0 | 32 | 325 | 115 | 52 |
| Binary | 11001 | 1100001 | 10111100 | 1010111 | 110000 | 0 | 11010 | 11010101 | 1001101 | 101010 |
Color Harmonies of #1961BC
Complementary color
Monochromatic Colors of #1961BC
Black with #1961BC
Text Example
Text Example
White with #1961BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1961BC; }
p { color: rgb(25,97,188); }
H1.HeaderClassName
{
color: #1961BC;
}
.AnyTagClassName
{
color: #1961BC;
}
</style>
background-color css
<style>
a { background-color: #1961BC; }
a { background-color: rgb(25,97,188); }
div.DivClassName
{
background-color: #1961BC;
}
.BgClassName
{
background-color: #1961BC;
}
</style>
border-color css
<style>
span { border-color: #1961BC; }
span { border-color: rgb(25,97,188); }
td.TdClassName
{
border-color: #1961BC;
}
.TagClassName
{
border-color: #1961BC;
}
</style>