Shades of Denim #1E5CDB
Tints of Denim #1E5CDB
RGB
CMYK
RGB Variations
Color information
#1E5CDB (or 0x1E5CDB) is known color: Denim. HEX triplet: 1E, 5C and DB. RGB value is (30,92,219). Sum of RGB (Red+Green+Blue) = 30+92+219=341 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.80% from 341); Green value is 92 (36.33% from 255 or 26.98% from 341); Blue value is 219 (85.94% from 255 or 64.22% from 341); Max value from RGB is 219 - color contains mainly: blue. Hex color #1E5CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E5CDB is #E1A324. Grayscale: #575757. Windows color (decimal): -14787365 or 14375966. OLE color: 14375966.
HSL color Cylindrical-coordinate representation of color #1E5CDB: hue angle of 220.32º 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 #1E5CDB is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 92 | 219 | - |
| CMYK | 0.86 | 0.58 | 0 | 0.14 |
| HSL | 220.32º | 0.76% | 0.49% | - |
| HSV(B) | 220.32º | 0.86% | 0.86% | - |
| XYZ | 17.15 | 13.04 | 68.63 | - |
| YUV | 87.94 | 201.96 | 86.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 92 | 219 | 0.86 | 0.58 | 0 | 0.14 | 220.32 | 0.76 | 0.49 |
| Hex | 1E | 5C | DB | 56 | 3A | 0 | E | DC | 4C | 31 |
| Octal | 36 | 134 | 333 | 126 | 72 | 0 | 16 | 334 | 114 | 61 |
| Binary | 11110 | 1011100 | 11011011 | 1010110 | 111010 | 0 | 1110 | 11011100 | 1001100 | 110001 |
Color Harmonies of #1E5CDB
Complementary color
Monochromatic Colors of #1E5CDB
Black with #1E5CDB
Text Example
Text Example
White with #1E5CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5CDB; }
p { color: rgb(30,92,219); }
H1.HeaderClassName
{
color: #1E5CDB;
}
.AnyTagClassName
{
color: #1E5CDB;
}
</style>
background-color css
<style>
a { background-color: #1E5CDB; }
a { background-color: rgb(30,92,219); }
div.DivClassName
{
background-color: #1E5CDB;
}
.BgClassName
{
background-color: #1E5CDB;
}
</style>
border-color css
<style>
span { border-color: #1E5CDB; }
span { border-color: rgb(30,92,219); }
td.TdClassName
{
border-color: #1E5CDB;
}
.TagClassName
{
border-color: #1E5CDB;
}
</style>