Shades of Denim #1976CB
Tints of Denim #1976CB
RGB
CMYK
RGB Variations
Color information
#1976CB (or 0x1976CB) is known color: Denim. HEX triplet: 19, 76 and CB. RGB value is (25,118,203). Sum of RGB (Red+Green+Blue) = 25+118+203=346 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.23% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 203 (79.69% from 255 or 58.67% from 346); Max value from RGB is 203 - color contains mainly: blue. Hex color #1976CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1976CB is #E68934. Grayscale: #636363. Windows color (decimal): -15108405 or 13334041. OLE color: 13334041.
HSL color Cylindrical-coordinate representation of color #1976CB: hue angle of 208.65º 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 #1976CB is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 118 | 203 | - |
| CMYK | 0.88 | 0.42 | 0 | 0.20 |
| HSL | 208.65º | 0.78% | 0.45% | - |
| HSV(B) | 208.65º | 0.88% | 0.8% | - |
| XYZ | 17.66 | 17.48 | 58.94 | - |
| YUV | 99.88 | 186.19 | 74.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 118 | 203 | 0.88 | 0.42 | 0 | 0.20 | 208.65 | 0.78 | 0.45 |
| Hex | 19 | 76 | CB | 58 | 2A | 0 | 14 | D1 | 4E | 2D |
| Octal | 31 | 166 | 313 | 130 | 52 | 0 | 24 | 321 | 116 | 55 |
| Binary | 11001 | 1110110 | 11001011 | 1011000 | 101010 | 0 | 10100 | 11010001 | 1001110 | 101101 |
Color Harmonies of #1976CB
Complementary color
Monochromatic Colors of #1976CB
Black with #1976CB
Text Example
Text Example
White with #1976CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1976CB; }
p { color: rgb(25,118,203); }
H1.HeaderClassName
{
color: #1976CB;
}
.AnyTagClassName
{
color: #1976CB;
}
</style>
background-color css
<style>
a { background-color: #1976CB; }
a { background-color: rgb(25,118,203); }
div.DivClassName
{
background-color: #1976CB;
}
.BgClassName
{
background-color: #1976CB;
}
</style>
border-color css
<style>
span { border-color: #1976CB; }
span { border-color: rgb(25,118,203); }
td.TdClassName
{
border-color: #1976CB;
}
.TagClassName
{
border-color: #1976CB;
}
</style>