Shades of Denim #1976BA
Tints of Denim #1976BA
RGB
CMYK
RGB Variations
Color information
#1976BA (or 0x1976BA) is known color: Denim. HEX triplet: 19, 76 and BA. RGB value is (25,118,186). Sum of RGB (Red+Green+Blue) = 25+118+186=329 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.60% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #1976BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1976BA is #E68945. Grayscale: #616161. Windows color (decimal): -15108422 or 12219929. OLE color: 12219929.
HSL color Cylindrical-coordinate representation of color #1976BA: hue angle of 205.34º 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 #1976BA is Cyan = 0.87, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 118 | 186 | - |
| CMYK | 0.87 | 0.37 | 0 | 0.27 |
| HSL | 205.34º | 0.76% | 0.41% | - |
| HSV(B) | 205.34º | 0.87% | 0.73% | - |
| XYZ | 15.74 | 16.71 | 48.85 | - |
| YUV | 97.95 | 177.69 | 75.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 118 | 186 | 0.87 | 0.37 | 0 | 0.27 | 205.34 | 0.76 | 0.41 |
| Hex | 19 | 76 | BA | 57 | 25 | 0 | 1B | CD | 4C | 29 |
| Octal | 31 | 166 | 272 | 127 | 45 | 0 | 33 | 315 | 114 | 51 |
| Binary | 11001 | 1110110 | 10111010 | 1010111 | 100101 | 0 | 11011 | 11001101 | 1001100 | 101001 |
Color Harmonies of #1976BA
Complementary color
Monochromatic Colors of #1976BA
Black with #1976BA
Text Example
Text Example
White with #1976BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1976BA; }
p { color: rgb(25,118,186); }
H1.HeaderClassName
{
color: #1976BA;
}
.AnyTagClassName
{
color: #1976BA;
}
</style>
background-color css
<style>
a { background-color: #1976BA; }
a { background-color: rgb(25,118,186); }
div.DivClassName
{
background-color: #1976BA;
}
.BgClassName
{
background-color: #1976BA;
}
</style>
border-color css
<style>
span { border-color: #1976BA; }
span { border-color: rgb(25,118,186); }
td.TdClassName
{
border-color: #1976BA;
}
.TagClassName
{
border-color: #1976BA;
}
</style>