Shades of Denim #1971BB
Tints of Denim #1971BB
RGB
CMYK
RGB Variations
Color information
#1971BB (or 0x1971BB) is known color: Denim. HEX triplet: 19, 71 and BB. RGB value is (25,113,187). Sum of RGB (Red+Green+Blue) = 25+113+187=325 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.69% from 325); Green value is 113 (44.53% from 255 or 34.77% from 325); Blue value is 187 (73.44% from 255 or 57.54% from 325); Max value from RGB is 187 - color contains mainly: blue. Hex color #1971BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1971BB is #E68E44. Grayscale: #5E5E5E. Windows color (decimal): -15109701 or 12284185. OLE color: 12284185.
HSL color Cylindrical-coordinate representation of color #1971BB: hue angle of 207.41º 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 #1971BB is Cyan = 0.87, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 113 | 187 | - |
| CMYK | 0.87 | 0.40 | 0 | 0.27 |
| HSL | 207.41º | 0.76% | 0.42% | - |
| HSV(B) | 207.41º | 0.87% | 0.73% | - |
| XYZ | 15.28 | 15.6 | 49.22 | - |
| YUV | 95.12 | 179.85 | 77.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 113 | 187 | 0.87 | 0.40 | 0 | 0.27 | 207.41 | 0.76 | 0.42 |
| Hex | 19 | 71 | BB | 57 | 28 | 0 | 1B | CF | 4C | 2A |
| Octal | 31 | 161 | 273 | 127 | 50 | 0 | 33 | 317 | 114 | 52 |
| Binary | 11001 | 1110001 | 10111011 | 1010111 | 101000 | 0 | 11011 | 11001111 | 1001100 | 101010 |
Color Harmonies of #1971BB
Complementary color
Monochromatic Colors of #1971BB
Black with #1971BB
Text Example
Text Example
White with #1971BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1971BB; }
p { color: rgb(25,113,187); }
H1.HeaderClassName
{
color: #1971BB;
}
.AnyTagClassName
{
color: #1971BB;
}
</style>
background-color css
<style>
a { background-color: #1971BB; }
a { background-color: rgb(25,113,187); }
div.DivClassName
{
background-color: #1971BB;
}
.BgClassName
{
background-color: #1971BB;
}
</style>
border-color css
<style>
span { border-color: #1971BB; }
span { border-color: rgb(25,113,187); }
td.TdClassName
{
border-color: #1971BB;
}
.TagClassName
{
border-color: #1971BB;
}
</style>