Shades of Denim #1964CD
Tints of Denim #1964CD
RGB
CMYK
RGB Variations
Color information
#1964CD (or 0x1964CD) is known color: Denim. HEX triplet: 19, 64 and CD. RGB value is (25,100,205). Sum of RGB (Red+Green+Blue) = 25+100+205=330 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.58% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 205 (80.47% from 255 or 62.12% from 330); Max value from RGB is 205 - color contains mainly: blue. Hex color #1964CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1964CD is #E69B32. Grayscale: #595959. Windows color (decimal): -15113011 or 13460505. OLE color: 13460505.
HSL color Cylindrical-coordinate representation of color #1964CD: hue angle of 215º 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 #1964CD is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 100 | 205 | - |
| CMYK | 0.88 | 0.51 | 0 | 0.20 |
| HSL | 215º | 0.78% | 0.45% | - |
| HSV(B) | 215º | 0.88% | 0.8% | - |
| XYZ | 15.98 | 13.73 | 59.57 | - |
| YUV | 89.55 | 193.15 | 81.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 100 | 205 | 0.88 | 0.51 | 0 | 0.20 | 215 | 0.78 | 0.45 |
| Hex | 19 | 64 | CD | 58 | 33 | 0 | 14 | D7 | 4E | 2D |
| Octal | 31 | 144 | 315 | 130 | 63 | 0 | 24 | 327 | 116 | 55 |
| Binary | 11001 | 1100100 | 11001101 | 1011000 | 110011 | 0 | 10100 | 11010111 | 1001110 | 101101 |
Color Harmonies of #1964CD
Complementary color
Monochromatic Colors of #1964CD
Black with #1964CD
Text Example
Text Example
White with #1964CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1964CD; }
p { color: rgb(25,100,205); }
H1.HeaderClassName
{
color: #1964CD;
}
.AnyTagClassName
{
color: #1964CD;
}
</style>
background-color css
<style>
a { background-color: #1964CD; }
a { background-color: rgb(25,100,205); }
div.DivClassName
{
background-color: #1964CD;
}
.BgClassName
{
background-color: #1964CD;
}
</style>
border-color css
<style>
span { border-color: #1964CD; }
span { border-color: rgb(25,100,205); }
td.TdClassName
{
border-color: #1964CD;
}
.TagClassName
{
border-color: #1964CD;
}
</style>