Shades of Denim #1975C3
Tints of Denim #1975C3
RGB
CMYK
RGB Variations
Color information
#1975C3 (or 0x1975C3) is known color: Denim. HEX triplet: 19, 75 and C3. RGB value is (25,117,195). Sum of RGB (Red+Green+Blue) = 25+117+195=337 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.42% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 195 (76.56% from 255 or 57.86% from 337); Max value from RGB is 195 - color contains mainly: blue. Hex color #1975C3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1975C3 is #E68A3C. Grayscale: #616161. Windows color (decimal): -15108669 or 12809497. OLE color: 12809497.
HSL color Cylindrical-coordinate representation of color #1975C3: hue angle of 207.53º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1975C3 is Cyan = 0.87, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 25 | 117 | 195 | - |
| CMYK | 0.87 | 0.4 | 0 | 0.24 |
| HSL | 207.53º | 0.77% | 0.43% | - |
| HSV(B) | 207.53º | 0.87% | 0.76% | - |
| XYZ | 16.61 | 16.87 | 54.01 | - |
| YUV | 98.38 | 182.52 | 75.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 117 | 195 | 0.87 | 0.4 | 0 | 0.24 | 207.53 | 0.77 | 0.43 |
| Hex | 19 | 75 | C3 | 57 | 28 | 0 | 18 | D0 | 4D | 2B |
| Octal | 31 | 165 | 303 | 127 | 50 | 0 | 30 | 320 | 115 | 53 |
| Binary | 11001 | 1110101 | 11000011 | 1010111 | 101000 | 0 | 11000 | 11010000 | 1001101 | 101011 |
Color Harmonies of #1975C3
Complementary color
Monochromatic Colors of #1975C3
Black with #1975C3
Text Example
Text Example
White with #1975C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1975C3; }
p { color: rgb(25,117,195); }
H1.HeaderClassName
{
color: #1975C3;
}
.AnyTagClassName
{
color: #1975C3;
}
</style>
background-color css
<style>
a { background-color: #1975C3; }
a { background-color: rgb(25,117,195); }
div.DivClassName
{
background-color: #1975C3;
}
.BgClassName
{
background-color: #1975C3;
}
</style>
border-color css
<style>
span { border-color: #1975C3; }
span { border-color: rgb(25,117,195); }
td.TdClassName
{
border-color: #1975C3;
}
.TagClassName
{
border-color: #1975C3;
}
</style>