Shades of Denim #1972BA
Tints of Denim #1972BA
RGB
CMYK
RGB Variations
Color information
#1972BA (or 0x1972BA) is known color: Denim. HEX triplet: 19, 72 and BA. RGB value is (25,114,186). Sum of RGB (Red+Green+Blue) = 25+114+186=325 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.69% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 186 (73.05% from 255 or 57.23% from 325); Max value from RGB is 186 - color contains mainly: blue. Hex color #1972BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1972BA is #E68D45. Grayscale: #5F5F5F. Windows color (decimal): -15109446 or 12218905. OLE color: 12218905.
HSL color Cylindrical-coordinate representation of color #1972BA: hue angle of 206.83º 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 #1972BA is Cyan = 0.87, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 114 | 186 | - |
| CMYK | 0.87 | 0.39 | 0 | 0.27 |
| HSL | 206.83º | 0.76% | 0.41% | - |
| HSV(B) | 206.83º | 0.87% | 0.73% | - |
| XYZ | 15.28 | 15.79 | 48.7 | - |
| YUV | 95.6 | 179.01 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 114 | 186 | 0.87 | 0.39 | 0 | 0.27 | 206.83 | 0.76 | 0.41 |
| Hex | 19 | 72 | BA | 57 | 27 | 0 | 1B | CF | 4C | 29 |
| Octal | 31 | 162 | 272 | 127 | 47 | 0 | 33 | 317 | 114 | 51 |
| Binary | 11001 | 1110010 | 10111010 | 1010111 | 100111 | 0 | 11011 | 11001111 | 1001100 | 101001 |
Color Harmonies of #1972BA
Complementary color
Monochromatic Colors of #1972BA
Black with #1972BA
Text Example
Text Example
White with #1972BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1972BA; }
p { color: rgb(25,114,186); }
H1.HeaderClassName
{
color: #1972BA;
}
.AnyTagClassName
{
color: #1972BA;
}
</style>
background-color css
<style>
a { background-color: #1972BA; }
a { background-color: rgb(25,114,186); }
div.DivClassName
{
background-color: #1972BA;
}
.BgClassName
{
background-color: #1972BA;
}
</style>
border-color css
<style>
span { border-color: #1972BA; }
span { border-color: rgb(25,114,186); }
td.TdClassName
{
border-color: #1972BA;
}
.TagClassName
{
border-color: #1972BA;
}
</style>