Shades of Denim #1971BA
Tints of Denim #1971BA
RGB
CMYK
RGB Variations
Color information
#1971BA (or 0x1971BA) is known color: Denim. HEX triplet: 19, 71 and BA. RGB value is (25,113,186). Sum of RGB (Red+Green+Blue) = 25+113+186=324 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.72% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 186 (73.05% from 255 or 57.41% from 324); Max value from RGB is 186 - color contains mainly: blue. Hex color #1971BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1971BA is #E68E45. Grayscale: #5E5E5E. Windows color (decimal): -15109702 or 12218649. OLE color: 12218649.
HSL color Cylindrical-coordinate representation of color #1971BA: hue angle of 207.2º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1971BA is Cyan = 0.87, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 113 | 186 | - |
| CMYK | 0.87 | 0.39 | 0 | 0.27 |
| HSL | 207.21º | 0.76% | 0.41% | - |
| HSV(B) | 207.21º | 0.87% | 0.73% | - |
| XYZ | 15.17 | 15.56 | 48.66 | - |
| YUV | 95.01 | 179.35 | 78.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 113 | 186 | 0.87 | 0.39 | 0 | 0.27 | 207.21 | 0.76 | 0.41 |
| Hex | 19 | 71 | BA | 57 | 27 | 0 | 1B | CF | 4C | 29 |
| Octal | 31 | 161 | 272 | 127 | 47 | 0 | 33 | 317 | 114 | 51 |
| Binary | 11001 | 1110001 | 10111010 | 1010111 | 100111 | 0 | 11011 | 11001111 | 1001100 | 101001 |
Color Harmonies of #1971BA
Complementary color
Monochromatic Colors of #1971BA
Black with #1971BA
Text Example
Text Example
White with #1971BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1971BA; }
p { color: rgb(25,113,186); }
H1.HeaderClassName
{
color: #1971BA;
}
.AnyTagClassName
{
color: #1971BA;
}
</style>
background-color css
<style>
a { background-color: #1971BA; }
a { background-color: rgb(25,113,186); }
div.DivClassName
{
background-color: #1971BA;
}
.BgClassName
{
background-color: #1971BA;
}
</style>
border-color css
<style>
span { border-color: #1971BA; }
span { border-color: rgb(25,113,186); }
td.TdClassName
{
border-color: #1971BA;
}
.TagClassName
{
border-color: #1971BA;
}
</style>