Shades of Denim #1976CD
Tints of Denim #1976CD
RGB
CMYK
RGB Variations
Color information
#1976CD (or 0x1976CD) is known color: Denim. HEX triplet: 19, 76 and CD. RGB value is (25,118,205). Sum of RGB (Red+Green+Blue) = 25+118+205=348 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.18% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 205 (80.47% from 255 or 58.91% from 348); Max value from RGB is 205 - color contains mainly: blue. Hex color #1976CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1976CD is #E68932. Grayscale: #636363. Windows color (decimal): -15108403 or 13465113. OLE color: 13465113.
HSL color Cylindrical-coordinate representation of color #1976CD: hue angle of 209º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1976CD is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 118 | 205 | - |
| CMYK | 0.88 | 0.42 | 0 | 0.20 |
| HSL | 209º | 0.78% | 0.45% | - |
| HSV(B) | 209º | 0.88% | 0.8% | - |
| XYZ | 17.9 | 17.57 | 60.21 | - |
| YUV | 100.11 | 187.19 | 74.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 118 | 205 | 0.88 | 0.42 | 0 | 0.20 | 209 | 0.78 | 0.45 |
| Hex | 19 | 76 | CD | 58 | 2A | 0 | 14 | D1 | 4E | 2D |
| Octal | 31 | 166 | 315 | 130 | 52 | 0 | 24 | 321 | 116 | 55 |
| Binary | 11001 | 1110110 | 11001101 | 1011000 | 101010 | 0 | 10100 | 11010001 | 1001110 | 101101 |
Color Harmonies of #1976CD
Complementary color
Monochromatic Colors of #1976CD
Black with #1976CD
Text Example
Text Example
White with #1976CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1976CD; }
p { color: rgb(25,118,205); }
H1.HeaderClassName
{
color: #1976CD;
}
.AnyTagClassName
{
color: #1976CD;
}
</style>
background-color css
<style>
a { background-color: #1976CD; }
a { background-color: rgb(25,118,205); }
div.DivClassName
{
background-color: #1976CD;
}
.BgClassName
{
background-color: #1976CD;
}
</style>
border-color css
<style>
span { border-color: #1976CD; }
span { border-color: rgb(25,118,205); }
td.TdClassName
{
border-color: #1976CD;
}
.TagClassName
{
border-color: #1976CD;
}
</style>