Shades of Denim #1976CE
Tints of Denim #1976CE
RGB
CMYK
RGB Variations
Color information
#1976CE (or 0x1976CE) is known color: Denim. HEX triplet: 19, 76 and CE. RGB value is (25,118,206). Sum of RGB (Red+Green+Blue) = 25+118+206=349 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.16% from 349); Green value is 118 (46.48% from 255 or 33.81% from 349); Blue value is 206 (80.86% from 255 or 59.03% from 349); Max value from RGB is 206 - color contains mainly: blue. Hex color #1976CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1976CE is #E68931. Grayscale: #636363. Windows color (decimal): -15108402 or 13530649. OLE color: 13530649.
HSL color Cylindrical-coordinate representation of color #1976CE: hue angle of 209.17º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1976CE is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 118 | 206 | - |
| CMYK | 0.88 | 0.43 | 0 | 0.19 |
| HSL | 209.17º | 0.78% | 0.45% | - |
| HSV(B) | 209.17º | 0.88% | 0.81% | - |
| XYZ | 18.02 | 17.62 | 60.84 | - |
| YUV | 100.23 | 187.69 | 74.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 118 | 206 | 0.88 | 0.43 | 0 | 0.19 | 209.17 | 0.78 | 0.45 |
| Hex | 19 | 76 | CE | 58 | 2B | 0 | 13 | D1 | 4E | 2D |
| Octal | 31 | 166 | 316 | 130 | 53 | 0 | 23 | 321 | 116 | 55 |
| Binary | 11001 | 1110110 | 11001110 | 1011000 | 101011 | 0 | 10011 | 11010001 | 1001110 | 101101 |
Color Harmonies of #1976CE
Complementary color
Monochromatic Colors of #1976CE
Black with #1976CE
Text Example
Text Example
White with #1976CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1976CE; }
p { color: rgb(25,118,206); }
H1.HeaderClassName
{
color: #1976CE;
}
.AnyTagClassName
{
color: #1976CE;
}
</style>
background-color css
<style>
a { background-color: #1976CE; }
a { background-color: rgb(25,118,206); }
div.DivClassName
{
background-color: #1976CE;
}
.BgClassName
{
background-color: #1976CE;
}
</style>
border-color css
<style>
span { border-color: #1976CE; }
span { border-color: rgb(25,118,206); }
td.TdClassName
{
border-color: #1976CE;
}
.TagClassName
{
border-color: #1976CE;
}
</style>