Shades of Denim #1970BF
Tints of Denim #1970BF
RGB
CMYK
RGB Variations
Color information
#1970BF (or 0x1970BF) is known color: Denim. HEX triplet: 19, 70 and BF. RGB value is (25,112,191). Sum of RGB (Red+Green+Blue) = 25+112+191=328 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.62% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 191 (75% from 255 or 58.23% from 328); Max value from RGB is 191 - color contains mainly: blue. Hex color #1970BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1970BF is #E68F40. Grayscale: #5E5E5E. Windows color (decimal): -15109953 or 12546073. OLE color: 12546073.
HSL color Cylindrical-coordinate representation of color #1970BF: hue angle of 208.55º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1970BF is Cyan = 0.87, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 25 | 112 | 191 | - |
| CMYK | 0.87 | 0.41 | 0 | 0.25 |
| HSL | 208.55º | 0.77% | 0.42% | - |
| HSV(B) | 208.55º | 0.87% | 0.75% | - |
| XYZ | 15.6 | 15.56 | 51.47 | - |
| YUV | 94.99 | 182.18 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 112 | 191 | 0.87 | 0.41 | 0 | 0.25 | 208.55 | 0.77 | 0.42 |
| Hex | 19 | 70 | BF | 57 | 29 | 0 | 19 | D1 | 4D | 2A |
| Octal | 31 | 160 | 277 | 127 | 51 | 0 | 31 | 321 | 115 | 52 |
| Binary | 11001 | 1110000 | 10111111 | 1010111 | 101001 | 0 | 11001 | 11010001 | 1001101 | 101010 |
Color Harmonies of #1970BF
Complementary color
Monochromatic Colors of #1970BF
Black with #1970BF
Text Example
Text Example
White with #1970BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1970BF; }
p { color: rgb(25,112,191); }
H1.HeaderClassName
{
color: #1970BF;
}
.AnyTagClassName
{
color: #1970BF;
}
</style>
background-color css
<style>
a { background-color: #1970BF; }
a { background-color: rgb(25,112,191); }
div.DivClassName
{
background-color: #1970BF;
}
.BgClassName
{
background-color: #1970BF;
}
</style>
border-color css
<style>
span { border-color: #1970BF; }
span { border-color: rgb(25,112,191); }
td.TdClassName
{
border-color: #1970BF;
}
.TagClassName
{
border-color: #1970BF;
}
</style>