Shades of Denim #1975CC
Tints of Denim #1975CC
RGB
CMYK
RGB Variations
Color information
#1975CC (or 0x1975CC) is known color: Denim. HEX triplet: 19, 75 and CC. RGB value is (25,117,204). Sum of RGB (Red+Green+Blue) = 25+117+204=346 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.23% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 204 (80.08% from 255 or 58.96% from 346); Max value from RGB is 204 - color contains mainly: blue. Hex color #1975CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1975CC is #E68A33. Grayscale: #626262. Windows color (decimal): -15108660 or 13399321. OLE color: 13399321.
HSL color Cylindrical-coordinate representation of color #1975CC: hue angle of 209.16º 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 #1975CC is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 25 | 117 | 204 | - |
| CMYK | 0.88 | 0.43 | 0 | 0.2 |
| HSL | 209.16º | 0.78% | 0.45% | - |
| HSV(B) | 209.16º | 0.88% | 0.8% | - |
| XYZ | 17.66 | 17.29 | 59.53 | - |
| YUV | 99.41 | 187.02 | 74.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 117 | 204 | 0.88 | 0.43 | 0 | 0.2 | 209.16 | 0.78 | 0.45 |
| Hex | 19 | 75 | CC | 58 | 2B | 0 | 14 | D1 | 4E | 2D |
| Octal | 31 | 165 | 314 | 130 | 53 | 0 | 24 | 321 | 116 | 55 |
| Binary | 11001 | 1110101 | 11001100 | 1011000 | 101011 | 0 | 10100 | 11010001 | 1001110 | 101101 |
Color Harmonies of #1975CC
Complementary color
Monochromatic Colors of #1975CC
Black with #1975CC
Text Example
Text Example
White with #1975CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1975CC; }
p { color: rgb(25,117,204); }
H1.HeaderClassName
{
color: #1975CC;
}
.AnyTagClassName
{
color: #1975CC;
}
</style>
background-color css
<style>
a { background-color: #1975CC; }
a { background-color: rgb(25,117,204); }
div.DivClassName
{
background-color: #1975CC;
}
.BgClassName
{
background-color: #1975CC;
}
</style>
border-color css
<style>
span { border-color: #1975CC; }
span { border-color: rgb(25,117,204); }
td.TdClassName
{
border-color: #1975CC;
}
.TagClassName
{
border-color: #1975CC;
}
</style>