Shades of Denim #1962CE
Tints of Denim #1962CE
RGB
CMYK
RGB Variations
Color information
#1962CE (or 0x1962CE) is known color: Denim. HEX triplet: 19, 62 and CE. RGB value is (25,98,206). Sum of RGB (Red+Green+Blue) = 25+98+206=329 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.60% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 206 (80.86% from 255 or 62.61% from 329); Max value from RGB is 206 - color contains mainly: blue. Hex color #1962CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1962CE is #E69D31. Grayscale: #575757. Windows color (decimal): -15113522 or 13525529. OLE color: 13525529.
HSL color Cylindrical-coordinate representation of color #1962CE: hue angle of 215.8º 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 #1962CE is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 98 | 206 | - |
| CMYK | 0.88 | 0.52 | 0 | 0.19 |
| HSL | 215.8º | 0.78% | 0.45% | - |
| HSV(B) | 215.8º | 0.88% | 0.81% | - |
| XYZ | 15.91 | 13.4 | 60.14 | - |
| YUV | 88.49 | 194.32 | 82.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 98 | 206 | 0.88 | 0.52 | 0 | 0.19 | 215.8 | 0.78 | 0.45 |
| Hex | 19 | 62 | CE | 58 | 34 | 0 | 13 | D8 | 4E | 2D |
| Octal | 31 | 142 | 316 | 130 | 64 | 0 | 23 | 330 | 116 | 55 |
| Binary | 11001 | 1100010 | 11001110 | 1011000 | 110100 | 0 | 10011 | 11011000 | 1001110 | 101101 |
Color Harmonies of #1962CE
Complementary color
Monochromatic Colors of #1962CE
Black with #1962CE
Text Example
Text Example
White with #1962CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1962CE; }
p { color: rgb(25,98,206); }
H1.HeaderClassName
{
color: #1962CE;
}
.AnyTagClassName
{
color: #1962CE;
}
</style>
background-color css
<style>
a { background-color: #1962CE; }
a { background-color: rgb(25,98,206); }
div.DivClassName
{
background-color: #1962CE;
}
.BgClassName
{
background-color: #1962CE;
}
</style>
border-color css
<style>
span { border-color: #1962CE; }
span { border-color: rgb(25,98,206); }
td.TdClassName
{
border-color: #1962CE;
}
.TagClassName
{
border-color: #1962CE;
}
</style>