Shades of Denim #1961CB
Tints of Denim #1961CB
RGB
CMYK
RGB Variations
Color information
#1961CB (or 0x1961CB) is known color: Denim. HEX triplet: 19, 61 and CB. RGB value is (25,97,203). Sum of RGB (Red+Green+Blue) = 25+97+203=325 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.69% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 203 (79.69% from 255 or 62.46% from 325); Max value from RGB is 203 - color contains mainly: blue. Hex color #1961CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1961CB is #E69E34. Grayscale: #575757. Windows color (decimal): -15113781 or 13328665. OLE color: 13328665.
HSL color Cylindrical-coordinate representation of color #1961CB: hue angle of 215.73º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1961CB is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 97 | 203 | - |
| CMYK | 0.88 | 0.52 | 0 | 0.20 |
| HSL | 215.73º | 0.78% | 0.45% | - |
| HSV(B) | 215.73º | 0.88% | 0.8% | - |
| XYZ | 15.46 | 13.07 | 58.21 | - |
| YUV | 87.56 | 193.15 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 97 | 203 | 0.88 | 0.52 | 0 | 0.20 | 215.73 | 0.78 | 0.45 |
| Hex | 19 | 61 | CB | 58 | 34 | 0 | 14 | D8 | 4E | 2D |
| Octal | 31 | 141 | 313 | 130 | 64 | 0 | 24 | 330 | 116 | 55 |
| Binary | 11001 | 1100001 | 11001011 | 1011000 | 110100 | 0 | 10100 | 11011000 | 1001110 | 101101 |
Color Harmonies of #1961CB
Complementary color
Monochromatic Colors of #1961CB
Black with #1961CB
Text Example
Text Example
White with #1961CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1961CB; }
p { color: rgb(25,97,203); }
H1.HeaderClassName
{
color: #1961CB;
}
.AnyTagClassName
{
color: #1961CB;
}
</style>
background-color css
<style>
a { background-color: #1961CB; }
a { background-color: rgb(25,97,203); }
div.DivClassName
{
background-color: #1961CB;
}
.BgClassName
{
background-color: #1961CB;
}
</style>
border-color css
<style>
span { border-color: #1961CB; }
span { border-color: rgb(25,97,203); }
td.TdClassName
{
border-color: #1961CB;
}
.TagClassName
{
border-color: #1961CB;
}
</style>