Shades of Denim #1966CE
Tints of Denim #1966CE
RGB
CMYK
RGB Variations
Color information
#1966CE (or 0x1966CE) is known color: Denim. HEX triplet: 19, 66 and CE. RGB value is (25,102,206). Sum of RGB (Red+Green+Blue) = 25+102+206=333 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.51% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 206 (80.86% from 255 or 61.86% from 333); Max value from RGB is 206 - color contains mainly: blue. Hex color #1966CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1966CE is #E69931. Grayscale: #5A5A5A. Windows color (decimal): -15112498 or 13526553. OLE color: 13526553.
HSL color Cylindrical-coordinate representation of color #1966CE: hue angle of 214.48º 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 #1966CE is Cyan = 0.88, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 102 | 206 | - |
| CMYK | 0.88 | 0.50 | 0 | 0.19 |
| HSL | 214.48º | 0.78% | 0.45% | - |
| HSV(B) | 214.48º | 0.88% | 0.81% | - |
| XYZ | 16.29 | 14.17 | 60.27 | - |
| YUV | 90.83 | 192.99 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 102 | 206 | 0.88 | 0.50 | 0 | 0.19 | 214.48 | 0.78 | 0.45 |
| Hex | 19 | 66 | CE | 58 | 32 | 0 | 13 | D6 | 4E | 2D |
| Octal | 31 | 146 | 316 | 130 | 62 | 0 | 23 | 326 | 116 | 55 |
| Binary | 11001 | 1100110 | 11001110 | 1011000 | 110010 | 0 | 10011 | 11010110 | 1001110 | 101101 |
Color Harmonies of #1966CE
Complementary color
Monochromatic Colors of #1966CE
Black with #1966CE
Text Example
Text Example
White with #1966CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1966CE; }
p { color: rgb(25,102,206); }
H1.HeaderClassName
{
color: #1966CE;
}
.AnyTagClassName
{
color: #1966CE;
}
</style>
background-color css
<style>
a { background-color: #1966CE; }
a { background-color: rgb(25,102,206); }
div.DivClassName
{
background-color: #1966CE;
}
.BgClassName
{
background-color: #1966CE;
}
</style>
border-color css
<style>
span { border-color: #1966CE; }
span { border-color: rgb(25,102,206); }
td.TdClassName
{
border-color: #1966CE;
}
.TagClassName
{
border-color: #1966CE;
}
</style>