Shades of Denim #1973CA
Tints of Denim #1973CA
RGB
CMYK
RGB Variations
Color information
#1973CA (or 0x1973CA) is known color: Denim. HEX triplet: 19, 73 and CA. RGB value is (25,115,202). Sum of RGB (Red+Green+Blue) = 25+115+202=342 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.31% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 202 (79.30% from 255 or 59.06% from 342); Max value from RGB is 202 - color contains mainly: blue. Hex color #1973CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1973CA is #E68C35. Grayscale: #616161. Windows color (decimal): -15109174 or 13267737. OLE color: 13267737.
HSL color Cylindrical-coordinate representation of color #1973CA: hue angle of 209.49º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1973CA is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 25 | 115 | 202 | - |
| CMYK | 0.88 | 0.43 | 0 | 0.21 |
| HSL | 209.49º | 0.78% | 0.45% | - |
| HSV(B) | 209.49º | 0.88% | 0.79% | - |
| XYZ | 17.19 | 16.73 | 58.2 | - |
| YUV | 98.01 | 186.68 | 75.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 115 | 202 | 0.88 | 0.43 | 0 | 0.21 | 209.49 | 0.78 | 0.45 |
| Hex | 19 | 73 | CA | 58 | 2B | 0 | 15 | D1 | 4E | 2D |
| Octal | 31 | 163 | 312 | 130 | 53 | 0 | 25 | 321 | 116 | 55 |
| Binary | 11001 | 1110011 | 11001010 | 1011000 | 101011 | 0 | 10101 | 11010001 | 1001110 | 101101 |
Color Harmonies of #1973CA
Complementary color
Monochromatic Colors of #1973CA
Black with #1973CA
Text Example
Text Example
White with #1973CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1973CA; }
p { color: rgb(25,115,202); }
H1.HeaderClassName
{
color: #1973CA;
}
.AnyTagClassName
{
color: #1973CA;
}
</style>
background-color css
<style>
a { background-color: #1973CA; }
a { background-color: rgb(25,115,202); }
div.DivClassName
{
background-color: #1973CA;
}
.BgClassName
{
background-color: #1973CA;
}
</style>
border-color css
<style>
span { border-color: #1973CA; }
span { border-color: rgb(25,115,202); }
td.TdClassName
{
border-color: #1973CA;
}
.TagClassName
{
border-color: #1973CA;
}
</style>