Shades of Denim #1960CE
Tints of Denim #1960CE
RGB
CMYK
RGB Variations
Color information
#1960CE (or 0x1960CE) is known color: Denim. HEX triplet: 19, 60 and CE. RGB value is (25,96,206). Sum of RGB (Red+Green+Blue) = 25+96+206=327 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.65% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 206 (80.86% from 255 or 63.00% from 327); Max value from RGB is 206 - color contains mainly: blue. Hex color #1960CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1960CE is #E69F31. Grayscale: #565656. Windows color (decimal): -15114034 or 13525017. OLE color: 13525017.
HSL color Cylindrical-coordinate representation of color #1960CE: hue angle of 216.46º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1960CE is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 96 | 206 | - |
| CMYK | 0.88 | 0.53 | 0 | 0.19 |
| HSL | 216.46º | 0.78% | 0.45% | - |
| HSV(B) | 216.46º | 0.88% | 0.81% | - |
| XYZ | 15.72 | 13.03 | 60.08 | - |
| YUV | 87.31 | 194.98 | 83.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 96 | 206 | 0.88 | 0.53 | 0 | 0.19 | 216.46 | 0.78 | 0.45 |
| Hex | 19 | 60 | CE | 58 | 35 | 0 | 13 | D8 | 4E | 2D |
| Octal | 31 | 140 | 316 | 130 | 65 | 0 | 23 | 330 | 116 | 55 |
| Binary | 11001 | 1100000 | 11001110 | 1011000 | 110101 | 0 | 10011 | 11011000 | 1001110 | 101101 |
Color Harmonies of #1960CE
Complementary color
Monochromatic Colors of #1960CE
Black with #1960CE
Text Example
Text Example
White with #1960CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1960CE; }
p { color: rgb(25,96,206); }
H1.HeaderClassName
{
color: #1960CE;
}
.AnyTagClassName
{
color: #1960CE;
}
</style>
background-color css
<style>
a { background-color: #1960CE; }
a { background-color: rgb(25,96,206); }
div.DivClassName
{
background-color: #1960CE;
}
.BgClassName
{
background-color: #1960CE;
}
</style>
border-color css
<style>
span { border-color: #1960CE; }
span { border-color: rgb(25,96,206); }
td.TdClassName
{
border-color: #1960CE;
}
.TagClassName
{
border-color: #1960CE;
}
</style>