Shades of Denim #1976BB
Tints of Denim #1976BB
RGB
CMYK
RGB Variations
Color information
#1976BB (or 0x1976BB) is known color: Denim. HEX triplet: 19, 76 and BB. RGB value is (25,118,187). Sum of RGB (Red+Green+Blue) = 25+118+187=330 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.58% from 330); Green value is 118 (46.48% from 255 or 35.76% from 330); Blue value is 187 (73.44% from 255 or 56.67% from 330); Max value from RGB is 187 - color contains mainly: blue. Hex color #1976BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1976BB is #E68944. Grayscale: #616161. Windows color (decimal): -15108421 or 12285465. OLE color: 12285465.
HSL color Cylindrical-coordinate representation of color #1976BB: hue angle of 205.56º 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 #1976BB is Cyan = 0.87, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 118 | 187 | - |
| CMYK | 0.87 | 0.37 | 0 | 0.27 |
| HSL | 205.56º | 0.76% | 0.42% | - |
| HSV(B) | 205.56º | 0.87% | 0.73% | - |
| XYZ | 15.85 | 16.75 | 49.41 | - |
| YUV | 98.06 | 178.19 | 75.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 118 | 187 | 0.87 | 0.37 | 0 | 0.27 | 205.56 | 0.76 | 0.42 |
| Hex | 19 | 76 | BB | 57 | 25 | 0 | 1B | CE | 4C | 2A |
| Octal | 31 | 166 | 273 | 127 | 45 | 0 | 33 | 316 | 114 | 52 |
| Binary | 11001 | 1110110 | 10111011 | 1010111 | 100101 | 0 | 11011 | 11001110 | 1001100 | 101010 |
Color Harmonies of #1976BB
Complementary color
Monochromatic Colors of #1976BB
Black with #1976BB
Text Example
Text Example
White with #1976BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1976BB; }
p { color: rgb(25,118,187); }
H1.HeaderClassName
{
color: #1976BB;
}
.AnyTagClassName
{
color: #1976BB;
}
</style>
background-color css
<style>
a { background-color: #1976BB; }
a { background-color: rgb(25,118,187); }
div.DivClassName
{
background-color: #1976BB;
}
.BgClassName
{
background-color: #1976BB;
}
</style>
border-color css
<style>
span { border-color: #1976BB; }
span { border-color: rgb(25,118,187); }
td.TdClassName
{
border-color: #1976BB;
}
.TagClassName
{
border-color: #1976BB;
}
</style>