Shades of Denim #1E6ED5
Tints of Denim #1E6ED5
RGB
CMYK
RGB Variations
Color information
#1E6ED5 (or 0x1E6ED5) is known color: Denim. HEX triplet: 1E, 6E and D5. RGB value is (30,110,213). Sum of RGB (Red+Green+Blue) = 30+110+213=353 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.50% from 353); Green value is 110 (43.36% from 255 or 31.16% from 353); Blue value is 213 (83.59% from 255 or 60.34% from 353); Max value from RGB is 213 - color contains mainly: blue. Hex color #1E6ED5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E6ED5 is #E1912A. Grayscale: #616161. Windows color (decimal): -14782763 or 13987358. OLE color: 13987358.
HSL color Cylindrical-coordinate representation of color #1E6ED5: hue angle of 213.77º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E6ED5 is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 30 | 110 | 213 | - |
| CMYK | 0.86 | 0.48 | 0 | 0.16 |
| HSL | 213.77º | 0.75% | 0.48% | - |
| HSV(B) | 213.77º | 0.86% | 0.84% | - |
| XYZ | 18.12 | 16.23 | 65.13 | - |
| YUV | 97.82 | 193 | 79.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 110 | 213 | 0.86 | 0.48 | 0 | 0.16 | 213.77 | 0.75 | 0.48 |
| Hex | 1E | 6E | D5 | 56 | 30 | 0 | 10 | D6 | 4B | 30 |
| Octal | 36 | 156 | 325 | 126 | 60 | 0 | 20 | 326 | 113 | 60 |
| Binary | 11110 | 1101110 | 11010101 | 1010110 | 110000 | 0 | 10000 | 11010110 | 1001011 | 110000 |
Color Harmonies of #1E6ED5
Complementary color
Monochromatic Colors of #1E6ED5
Black with #1E6ED5
Text Example
Text Example
White with #1E6ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6ED5; }
p { color: rgb(30,110,213); }
H1.HeaderClassName
{
color: #1E6ED5;
}
.AnyTagClassName
{
color: #1E6ED5;
}
</style>
background-color css
<style>
a { background-color: #1E6ED5; }
a { background-color: rgb(30,110,213); }
div.DivClassName
{
background-color: #1E6ED5;
}
.BgClassName
{
background-color: #1E6ED5;
}
</style>
border-color css
<style>
span { border-color: #1E6ED5; }
span { border-color: rgb(30,110,213); }
td.TdClassName
{
border-color: #1E6ED5;
}
.TagClassName
{
border-color: #1E6ED5;
}
</style>