Shades of Denim #1971CC
Tints of Denim #1971CC
RGB
CMYK
RGB Variations
Color information
#1971CC (or 0x1971CC) is known color: Denim. HEX triplet: 19, 71 and CC. RGB value is (25,113,204). Sum of RGB (Red+Green+Blue) = 25+113+204=342 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.31% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 204 (80.08% from 255 or 59.65% from 342); Max value from RGB is 204 - color contains mainly: blue. Hex color #1971CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1971CC is #E68E33. Grayscale: #606060. Windows color (decimal): -15109684 or 13398297. OLE color: 13398297.
HSL color Cylindrical-coordinate representation of color #1971CC: hue angle of 210.5º 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 #1971CC is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 25 | 113 | 204 | - |
| CMYK | 0.88 | 0.45 | 0 | 0.2 |
| HSL | 210.5º | 0.78% | 0.45% | - |
| HSV(B) | 210.5º | 0.88% | 0.8% | - |
| XYZ | 17.21 | 16.38 | 59.38 | - |
| YUV | 97.06 | 188.35 | 76.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 113 | 204 | 0.88 | 0.45 | 0 | 0.2 | 210.5 | 0.78 | 0.45 |
| Hex | 19 | 71 | CC | 58 | 2D | 0 | 14 | D3 | 4E | 2D |
| Octal | 31 | 161 | 314 | 130 | 55 | 0 | 24 | 323 | 116 | 55 |
| Binary | 11001 | 1110001 | 11001100 | 1011000 | 101101 | 0 | 10100 | 11010011 | 1001110 | 101101 |
Color Harmonies of #1971CC
Complementary color
Monochromatic Colors of #1971CC
Black with #1971CC
Text Example
Text Example
White with #1971CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1971CC; }
p { color: rgb(25,113,204); }
H1.HeaderClassName
{
color: #1971CC;
}
.AnyTagClassName
{
color: #1971CC;
}
</style>
background-color css
<style>
a { background-color: #1971CC; }
a { background-color: rgb(25,113,204); }
div.DivClassName
{
background-color: #1971CC;
}
.BgClassName
{
background-color: #1971CC;
}
</style>
border-color css
<style>
span { border-color: #1971CC; }
span { border-color: rgb(25,113,204); }
td.TdClassName
{
border-color: #1971CC;
}
.TagClassName
{
border-color: #1971CC;
}
</style>