Shades of Denim #1E71CE
Tints of Denim #1E71CE
RGB
CMYK
RGB Variations
Color information
#1E71CE (or 0x1E71CE) is known color: Denim. HEX triplet: 1E, 71 and CE. RGB value is (30,113,206). Sum of RGB (Red+Green+Blue) = 30+113+206=349 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.60% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 206 (80.86% from 255 or 59.03% from 349); Max value from RGB is 206 - color contains mainly: blue. Hex color #1E71CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E71CE is #E18E31. Grayscale: #626262. Windows color (decimal): -14782002 or 13529374. OLE color: 13529374.
HSL color Cylindrical-coordinate representation of color #1E71CE: hue angle of 211.7º 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 #1E71CE is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 113 | 206 | - |
| CMYK | 0.85 | 0.45 | 0 | 0.19 |
| HSL | 211.7º | 0.75% | 0.46% | - |
| HSV(B) | 211.7º | 0.85% | 0.81% | - |
| XYZ | 17.58 | 16.54 | 60.66 | - |
| YUV | 98.79 | 188.5 | 78.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 113 | 206 | 0.85 | 0.45 | 0 | 0.19 | 211.7 | 0.75 | 0.46 |
| Hex | 1E | 71 | CE | 55 | 2D | 0 | 13 | D4 | 4B | 2E |
| Octal | 36 | 161 | 316 | 125 | 55 | 0 | 23 | 324 | 113 | 56 |
| Binary | 11110 | 1110001 | 11001110 | 1010101 | 101101 | 0 | 10011 | 11010100 | 1001011 | 101110 |
Color Harmonies of #1E71CE
Complementary color
Monochromatic Colors of #1E71CE
Black with #1E71CE
Text Example
Text Example
White with #1E71CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E71CE; }
p { color: rgb(30,113,206); }
H1.HeaderClassName
{
color: #1E71CE;
}
.AnyTagClassName
{
color: #1E71CE;
}
</style>
background-color css
<style>
a { background-color: #1E71CE; }
a { background-color: rgb(30,113,206); }
div.DivClassName
{
background-color: #1E71CE;
}
.BgClassName
{
background-color: #1E71CE;
}
</style>
border-color css
<style>
span { border-color: #1E71CE; }
span { border-color: rgb(30,113,206); }
td.TdClassName
{
border-color: #1E71CE;
}
.TagClassName
{
border-color: #1E71CE;
}
</style>