Shades of Denim #1973C5
Tints of Denim #1973C5
RGB
CMYK
RGB Variations
Color information
#1973C5 (or 0x1973C5) is known color: Denim. HEX triplet: 19, 73 and C5. RGB value is (25,115,197). Sum of RGB (Red+Green+Blue) = 25+115+197=337 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.42% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 197 (77.34% from 255 or 58.46% from 337); Max value from RGB is 197 - color contains mainly: blue. Hex color #1973C5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1973C5 is #E68C3A. Grayscale: #616161. Windows color (decimal): -15109179 or 12940057. OLE color: 12940057.
HSL color Cylindrical-coordinate representation of color #1973C5: hue angle of 208.6º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1973C5 is Cyan = 0.87, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 25 | 115 | 197 | - |
| CMYK | 0.87 | 0.42 | 0 | 0.23 |
| HSL | 208.6º | 0.77% | 0.44% | - |
| HSV(B) | 208.6º | 0.87% | 0.77% | - |
| XYZ | 16.61 | 16.5 | 55.13 | - |
| YUV | 97.44 | 184.18 | 76.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 115 | 197 | 0.87 | 0.42 | 0 | 0.23 | 208.6 | 0.77 | 0.44 |
| Hex | 19 | 73 | C5 | 57 | 2A | 0 | 17 | D1 | 4D | 2C |
| Octal | 31 | 163 | 305 | 127 | 52 | 0 | 27 | 321 | 115 | 54 |
| Binary | 11001 | 1110011 | 11000101 | 1010111 | 101010 | 0 | 10111 | 11010001 | 1001101 | 101100 |
Color Harmonies of #1973C5
Complementary color
Monochromatic Colors of #1973C5
Black with #1973C5
Text Example
Text Example
White with #1973C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1973C5; }
p { color: rgb(25,115,197); }
H1.HeaderClassName
{
color: #1973C5;
}
.AnyTagClassName
{
color: #1973C5;
}
</style>
background-color css
<style>
a { background-color: #1973C5; }
a { background-color: rgb(25,115,197); }
div.DivClassName
{
background-color: #1973C5;
}
.BgClassName
{
background-color: #1973C5;
}
</style>
border-color css
<style>
span { border-color: #1973C5; }
span { border-color: rgb(25,115,197); }
td.TdClassName
{
border-color: #1973C5;
}
.TagClassName
{
border-color: #1973C5;
}
</style>