Shades of Denim #1970BA
Tints of Denim #1970BA
RGB
CMYK
RGB Variations
Color information
#1970BA (or 0x1970BA) is known color: Denim. HEX triplet: 19, 70 and BA. RGB value is (25,112,186). Sum of RGB (Red+Green+Blue) = 25+112+186=323 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.74% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 186 (73.05% from 255 or 57.59% from 323); Max value from RGB is 186 - color contains mainly: blue. Hex color #1970BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1970BA is #E68F45. Grayscale: #5E5E5E. Windows color (decimal): -15109958 or 12218393. OLE color: 12218393.
HSL color Cylindrical-coordinate representation of color #1970BA: hue angle of 207.58º 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 #1970BA is Cyan = 0.87, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 112 | 186 | - |
| CMYK | 0.87 | 0.40 | 0 | 0.27 |
| HSL | 207.58º | 0.76% | 0.41% | - |
| HSV(B) | 207.58º | 0.87% | 0.73% | - |
| XYZ | 15.06 | 15.34 | 48.62 | - |
| YUV | 94.42 | 179.68 | 78.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 112 | 186 | 0.87 | 0.40 | 0 | 0.27 | 207.58 | 0.76 | 0.41 |
| Hex | 19 | 70 | BA | 57 | 28 | 0 | 1B | D0 | 4C | 29 |
| Octal | 31 | 160 | 272 | 127 | 50 | 0 | 33 | 320 | 114 | 51 |
| Binary | 11001 | 1110000 | 10111010 | 1010111 | 101000 | 0 | 11011 | 11010000 | 1001100 | 101001 |
Color Harmonies of #1970BA
Complementary color
Monochromatic Colors of #1970BA
Black with #1970BA
Text Example
Text Example
White with #1970BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1970BA; }
p { color: rgb(25,112,186); }
H1.HeaderClassName
{
color: #1970BA;
}
.AnyTagClassName
{
color: #1970BA;
}
</style>
background-color css
<style>
a { background-color: #1970BA; }
a { background-color: rgb(25,112,186); }
div.DivClassName
{
background-color: #1970BA;
}
.BgClassName
{
background-color: #1970BA;
}
</style>
border-color css
<style>
span { border-color: #1970BA; }
span { border-color: rgb(25,112,186); }
td.TdClassName
{
border-color: #1970BA;
}
.TagClassName
{
border-color: #1970BA;
}
</style>