Shades of Denim #1E5ECF
Tints of Denim #1E5ECF
RGB
CMYK
RGB Variations
Color information
#1E5ECF (or 0x1E5ECF) is known color: Denim. HEX triplet: 1E, 5E and CF. RGB value is (30,94,207). Sum of RGB (Red+Green+Blue) = 30+94+207=331 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.06% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 207 (81.25% from 255 or 62.54% from 331); Max value from RGB is 207 - color contains mainly: blue. Hex color #1E5ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E5ECF is #E1A130. Grayscale: #575757. Windows color (decimal): -14786865 or 13590046. OLE color: 13590046.
HSL color Cylindrical-coordinate representation of color #1E5ECF: hue angle of 218.31º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E5ECF is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 94 | 207 | - |
| CMYK | 0.86 | 0.55 | 0 | 0.19 |
| HSL | 218.31º | 0.75% | 0.46% | - |
| HSV(B) | 218.31º | 0.86% | 0.81% | - |
| XYZ | 15.8 | 12.79 | 60.67 | - |
| YUV | 87.75 | 195.3 | 86.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 94 | 207 | 0.86 | 0.55 | 0 | 0.19 | 218.31 | 0.75 | 0.46 |
| Hex | 1E | 5E | CF | 56 | 37 | 0 | 13 | DA | 4B | 2E |
| Octal | 36 | 136 | 317 | 126 | 67 | 0 | 23 | 332 | 113 | 56 |
| Binary | 11110 | 1011110 | 11001111 | 1010110 | 110111 | 0 | 10011 | 11011010 | 1001011 | 101110 |
Color Harmonies of #1E5ECF
Complementary color
Monochromatic Colors of #1E5ECF
Black with #1E5ECF
Text Example
Text Example
White with #1E5ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5ECF; }
p { color: rgb(30,94,207); }
H1.HeaderClassName
{
color: #1E5ECF;
}
.AnyTagClassName
{
color: #1E5ECF;
}
</style>
background-color css
<style>
a { background-color: #1E5ECF; }
a { background-color: rgb(30,94,207); }
div.DivClassName
{
background-color: #1E5ECF;
}
.BgClassName
{
background-color: #1E5ECF;
}
</style>
border-color css
<style>
span { border-color: #1E5ECF; }
span { border-color: rgb(30,94,207); }
td.TdClassName
{
border-color: #1E5ECF;
}
.TagClassName
{
border-color: #1E5ECF;
}
</style>