Shades of Denim #1E5EC1
Tints of Denim #1E5EC1
RGB
CMYK
RGB Variations
Color information
#1E5EC1 (or 0x1E5EC1) is known color: Denim. HEX triplet: 1E, 5E and C1. RGB value is (30,94,193). Sum of RGB (Red+Green+Blue) = 30+94+193=317 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.46% from 317); Green value is 94 (37.11% from 255 or 29.65% from 317); Blue value is 193 (75.78% from 255 or 60.88% from 317); Max value from RGB is 193 - color contains mainly: blue. Hex color #1E5EC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E5EC1 is #E1A13E. Grayscale: #555555. Windows color (decimal): -14786879 or 12672542. OLE color: 12672542.
HSL color Cylindrical-coordinate representation of color #1E5EC1: hue angle of 216.44º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E5EC1 is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 94 | 193 | - |
| CMYK | 0.84 | 0.51 | 0 | 0.24 |
| HSL | 216.44º | 0.73% | 0.44% | - |
| HSV(B) | 216.44º | 0.84% | 0.76% | - |
| XYZ | 14.16 | 12.13 | 52.05 | - |
| YUV | 86.15 | 188.3 | 87.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 94 | 193 | 0.84 | 0.51 | 0 | 0.24 | 216.44 | 0.73 | 0.44 |
| Hex | 1E | 5E | C1 | 54 | 33 | 0 | 18 | D8 | 49 | 2C |
| Octal | 36 | 136 | 301 | 124 | 63 | 0 | 30 | 330 | 111 | 54 |
| Binary | 11110 | 1011110 | 11000001 | 1010100 | 110011 | 0 | 11000 | 11011000 | 1001001 | 101100 |
Color Harmonies of #1E5EC1
Complementary color
Monochromatic Colors of #1E5EC1
Black with #1E5EC1
Text Example
Text Example
White with #1E5EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5EC1; }
p { color: rgb(30,94,193); }
H1.HeaderClassName
{
color: #1E5EC1;
}
.AnyTagClassName
{
color: #1E5EC1;
}
</style>
background-color css
<style>
a { background-color: #1E5EC1; }
a { background-color: rgb(30,94,193); }
div.DivClassName
{
background-color: #1E5EC1;
}
.BgClassName
{
background-color: #1E5EC1;
}
</style>
border-color css
<style>
span { border-color: #1E5EC1; }
span { border-color: rgb(30,94,193); }
td.TdClassName
{
border-color: #1E5EC1;
}
.TagClassName
{
border-color: #1E5EC1;
}
</style>