Shades of Denim #1E5EDB
Tints of Denim #1E5EDB
RGB
CMYK
RGB Variations
Color information
#1E5EDB (or 0x1E5EDB) is known color: Denim. HEX triplet: 1E, 5E and DB. RGB value is (30,94,219). Sum of RGB (Red+Green+Blue) = 30+94+219=343 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.75% from 343); Green value is 94 (37.11% from 255 or 27.41% from 343); Blue value is 219 (85.94% from 255 or 63.85% from 343); Max value from RGB is 219 - color contains mainly: blue. Hex color #1E5EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E5EDB is #E1A124. Grayscale: #585858. Windows color (decimal): -14786853 or 14376478. OLE color: 14376478.
HSL color Cylindrical-coordinate representation of color #1E5EDB: hue angle of 219.68º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E5EDB is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 94 | 219 | - |
| CMYK | 0.86 | 0.57 | 0 | 0.14 |
| HSL | 219.68º | 0.76% | 0.49% | - |
| HSV(B) | 219.68º | 0.86% | 0.86% | - |
| XYZ | 17.32 | 13.4 | 68.69 | - |
| YUV | 89.11 | 201.3 | 85.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 94 | 219 | 0.86 | 0.57 | 0 | 0.14 | 219.68 | 0.76 | 0.49 |
| Hex | 1E | 5E | DB | 56 | 39 | 0 | E | DC | 4C | 31 |
| Octal | 36 | 136 | 333 | 126 | 71 | 0 | 16 | 334 | 114 | 61 |
| Binary | 11110 | 1011110 | 11011011 | 1010110 | 111001 | 0 | 1110 | 11011100 | 1001100 | 110001 |
Color Harmonies of #1E5EDB
Complementary color
Monochromatic Colors of #1E5EDB
Black with #1E5EDB
Text Example
Text Example
White with #1E5EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5EDB; }
p { color: rgb(30,94,219); }
H1.HeaderClassName
{
color: #1E5EDB;
}
.AnyTagClassName
{
color: #1E5EDB;
}
</style>
background-color css
<style>
a { background-color: #1E5EDB; }
a { background-color: rgb(30,94,219); }
div.DivClassName
{
background-color: #1E5EDB;
}
.BgClassName
{
background-color: #1E5EDB;
}
</style>
border-color css
<style>
span { border-color: #1E5EDB; }
span { border-color: rgb(30,94,219); }
td.TdClassName
{
border-color: #1E5EDB;
}
.TagClassName
{
border-color: #1E5EDB;
}
</style>