Shades of Denim #1972B4
Tints of Denim #1972B4
RGB
CMYK
RGB Variations
Color information
#1972B4 (or 0x1972B4) is known color: Denim. HEX triplet: 19, 72 and B4. RGB value is (25,114,180). Sum of RGB (Red+Green+Blue) = 25+114+180=319 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.84% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 180 (70.70% from 255 or 56.43% from 319); Max value from RGB is 180 - color contains mainly: blue. Hex color #1972B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1972B4 is #E68D4B. Grayscale: #5E5E5E. Windows color (decimal): -15109452 or 11825689. OLE color: 11825689.
HSL color Cylindrical-coordinate representation of color #1972B4: hue angle of 205.55º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1972B4 is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 25 | 114 | 180 | - |
| CMYK | 0.86 | 0.37 | 0 | 0.29 |
| HSL | 205.55º | 0.76% | 0.4% | - |
| HSV(B) | 205.55º | 0.86% | 0.71% | - |
| XYZ | 14.66 | 15.54 | 45.41 | - |
| YUV | 94.91 | 176.01 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 114 | 180 | 0.86 | 0.37 | 0 | 0.29 | 205.55 | 0.76 | 0.4 |
| Hex | 19 | 72 | B4 | 56 | 25 | 0 | 1D | CE | 4C | 28 |
| Octal | 31 | 162 | 264 | 126 | 45 | 0 | 35 | 316 | 114 | 50 |
| Binary | 11001 | 1110010 | 10110100 | 1010110 | 100101 | 0 | 11101 | 11001110 | 1001100 | 101000 |
Color Harmonies of #1972B4
Complementary color
Monochromatic Colors of #1972B4
Black with #1972B4
Text Example
Text Example
White with #1972B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1972B4; }
p { color: rgb(25,114,180); }
H1.HeaderClassName
{
color: #1972B4;
}
.AnyTagClassName
{
color: #1972B4;
}
</style>
background-color css
<style>
a { background-color: #1972B4; }
a { background-color: rgb(25,114,180); }
div.DivClassName
{
background-color: #1972B4;
}
.BgClassName
{
background-color: #1972B4;
}
</style>
border-color css
<style>
span { border-color: #1972B4; }
span { border-color: rgb(25,114,180); }
td.TdClassName
{
border-color: #1972B4;
}
.TagClassName
{
border-color: #1972B4;
}
</style>