Shades of Denim #1972BB
Tints of Denim #1972BB
RGB
CMYK
RGB Variations
Color information
#1972BB (or 0x1972BB) is known color: Denim. HEX triplet: 19, 72 and BB. RGB value is (25,114,187). Sum of RGB (Red+Green+Blue) = 25+114+187=326 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.67% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 187 (73.44% from 255 or 57.36% from 326); Max value from RGB is 187 - color contains mainly: blue. Hex color #1972BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1972BB is #E68D44. Grayscale: #5F5F5F. Windows color (decimal): -15109445 or 12284441. OLE color: 12284441.
HSL color Cylindrical-coordinate representation of color #1972BB: hue angle of 207.04º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1972BB is Cyan = 0.87, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 114 | 187 | - |
| CMYK | 0.87 | 0.39 | 0 | 0.27 |
| HSL | 207.04º | 0.76% | 0.42% | - |
| HSV(B) | 207.04º | 0.87% | 0.73% | - |
| XYZ | 15.39 | 15.83 | 49.26 | - |
| YUV | 95.71 | 179.51 | 77.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 114 | 187 | 0.87 | 0.39 | 0 | 0.27 | 207.04 | 0.76 | 0.42 |
| Hex | 19 | 72 | BB | 57 | 27 | 0 | 1B | CF | 4C | 2A |
| Octal | 31 | 162 | 273 | 127 | 47 | 0 | 33 | 317 | 114 | 52 |
| Binary | 11001 | 1110010 | 10111011 | 1010111 | 100111 | 0 | 11011 | 11001111 | 1001100 | 101010 |
Color Harmonies of #1972BB
Complementary color
Monochromatic Colors of #1972BB
Black with #1972BB
Text Example
Text Example
White with #1972BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1972BB; }
p { color: rgb(25,114,187); }
H1.HeaderClassName
{
color: #1972BB;
}
.AnyTagClassName
{
color: #1972BB;
}
</style>
background-color css
<style>
a { background-color: #1972BB; }
a { background-color: rgb(25,114,187); }
div.DivClassName
{
background-color: #1972BB;
}
.BgClassName
{
background-color: #1972BB;
}
</style>
border-color css
<style>
span { border-color: #1972BB; }
span { border-color: rgb(25,114,187); }
td.TdClassName
{
border-color: #1972BB;
}
.TagClassName
{
border-color: #1972BB;
}
</style>