Shades of Denim #1E5ECE
Tints of Denim #1E5ECE
RGB
CMYK
RGB Variations
Color information
#1E5ECE (or 0x1E5ECE) is known color: Denim. HEX triplet: 1E, 5E and CE. RGB value is (30,94,206). Sum of RGB (Red+Green+Blue) = 30+94+206=330 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.09% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 206 (80.86% from 255 or 62.42% from 330); Max value from RGB is 206 - color contains mainly: blue. Hex color #1E5ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E5ECE is #E1A131. Grayscale: #575757. Windows color (decimal): -14786866 or 13524510. OLE color: 13524510.
HSL color Cylindrical-coordinate representation of color #1E5ECE: hue angle of 218.18º 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 #1E5ECE is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 30 | 94 | 206 | - |
CMYK | 0.85 | 0.54 | 0 | 0.19 |
HSL | 218.18º | 0.75% | 0.46% | - |
HSV(B) | 218.18º | 0.85% | 0.81% | - |
XYZ | 15.68 | 12.74 | 60.02 | - |
YUV | 87.63 | 194.8 | 86.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 30 | 94 | 206 | 0.85 | 0.54 | 0 | 0.19 | 218.18 | 0.75 | 0.46 |
Hex | 1E | 5E | CE | 55 | 36 | 0 | 13 | DA | 4B | 2E |
Octal | 36 | 136 | 316 | 125 | 66 | 0 | 23 | 332 | 113 | 56 |
Binary | 11110 | 1011110 | 11001110 | 1010101 | 110110 | 0 | 10011 | 11011010 | 1001011 | 101110 |
Color Harmonies of #1E5ECE
Complementary color
Monochromatic Colors of #1E5ECE
Black with #1E5ECE
Text Example
Text Example
White with #1E5ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5ECE; }
p { color: rgb(30,94,206); }
H1.HeaderClassName
{
color: #1E5ECE;
}
.AnyTagClassName
{
color: #1E5ECE;
}
</style>
background-color css
<style>
a { background-color: #1E5ECE; }
a { background-color: rgb(30,94,206); }
div.DivClassName
{
background-color: #1E5ECE;
}
.BgClassName
{
background-color: #1E5ECE;
}
</style>
border-color css
<style>
span { border-color: #1E5ECE; }
span { border-color: rgb(30,94,206); }
td.TdClassName
{
border-color: #1E5ECE;
}
.TagClassName
{
border-color: #1E5ECE;
}
</style>