Shades of Denim #1E66CE
Tints of Denim #1E66CE
RGB
CMYK
RGB Variations
Color information
#1E66CE (or 0x1E66CE) is known color: Denim. HEX triplet: 1E, 66 and CE. RGB value is (30,102,206). Sum of RGB (Red+Green+Blue) = 30+102+206=338 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.88% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 206 (80.86% from 255 or 60.95% from 338); Max value from RGB is 206 - color contains mainly: blue. Hex color #1E66CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E66CE is #E19931. Grayscale: #5B5B5B. Windows color (decimal): -14784818 or 13526558. OLE color: 13526558.
HSL color Cylindrical-coordinate representation of color #1E66CE: hue angle of 215.45º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E66CE is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 102 | 206 | - |
| CMYK | 0.85 | 0.50 | 0 | 0.19 |
| HSL | 215.45º | 0.75% | 0.46% | - |
| HSV(B) | 215.45º | 0.85% | 0.81% | - |
| XYZ | 16.43 | 14.23 | 60.27 | - |
| YUV | 92.33 | 192.15 | 83.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 102 | 206 | 0.85 | 0.50 | 0 | 0.19 | 215.45 | 0.75 | 0.46 |
| Hex | 1E | 66 | CE | 55 | 32 | 0 | 13 | D7 | 4B | 2E |
| Octal | 36 | 146 | 316 | 125 | 62 | 0 | 23 | 327 | 113 | 56 |
| Binary | 11110 | 1100110 | 11001110 | 1010101 | 110010 | 0 | 10011 | 11010111 | 1001011 | 101110 |
Color Harmonies of #1E66CE
Complementary color
Monochromatic Colors of #1E66CE
Black with #1E66CE
Text Example
Text Example
White with #1E66CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E66CE; }
p { color: rgb(30,102,206); }
H1.HeaderClassName
{
color: #1E66CE;
}
.AnyTagClassName
{
color: #1E66CE;
}
</style>
background-color css
<style>
a { background-color: #1E66CE; }
a { background-color: rgb(30,102,206); }
div.DivClassName
{
background-color: #1E66CE;
}
.BgClassName
{
background-color: #1E66CE;
}
</style>
border-color css
<style>
span { border-color: #1E66CE; }
span { border-color: rgb(30,102,206); }
td.TdClassName
{
border-color: #1E66CE;
}
.TagClassName
{
border-color: #1E66CE;
}
</style>