Shades of Denim #1E71DB
Tints of Denim #1E71DB
RGB
CMYK
RGB Variations
Color information
#1E71DB (or 0x1E71DB) is known color: Denim. HEX triplet: 1E, 71 and DB. RGB value is (30,113,219). Sum of RGB (Red+Green+Blue) = 30+113+219=362 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.29% from 362); Green value is 113 (44.53% from 255 or 31.22% from 362); Blue value is 219 (85.94% from 255 or 60.50% from 362); Max value from RGB is 219 - color contains mainly: blue. Hex color #1E71DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E71DB is #E18E24. Grayscale: #636363. Windows color (decimal): -14781989 or 14381342. OLE color: 14381342.
HSL color Cylindrical-coordinate representation of color #1E71DB: hue angle of 213.65º 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 #1E71DB is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 113 | 219 | - |
| CMYK | 0.86 | 0.48 | 0 | 0.14 |
| HSL | 213.65º | 0.76% | 0.49% | - |
| HSV(B) | 213.65º | 0.86% | 0.86% | - |
| XYZ | 19.23 | 17.2 | 69.32 | - |
| YUV | 100.27 | 195 | 77.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 113 | 219 | 0.86 | 0.48 | 0 | 0.14 | 213.65 | 0.76 | 0.49 |
| Hex | 1E | 71 | DB | 56 | 30 | 0 | E | D6 | 4C | 31 |
| Octal | 36 | 161 | 333 | 126 | 60 | 0 | 16 | 326 | 114 | 61 |
| Binary | 11110 | 1110001 | 11011011 | 1010110 | 110000 | 0 | 1110 | 11010110 | 1001100 | 110001 |
Color Harmonies of #1E71DB
Complementary color
Monochromatic Colors of #1E71DB
Black with #1E71DB
Text Example
Text Example
White with #1E71DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E71DB; }
p { color: rgb(30,113,219); }
H1.HeaderClassName
{
color: #1E71DB;
}
.AnyTagClassName
{
color: #1E71DB;
}
</style>
background-color css
<style>
a { background-color: #1E71DB; }
a { background-color: rgb(30,113,219); }
div.DivClassName
{
background-color: #1E71DB;
}
.BgClassName
{
background-color: #1E71DB;
}
</style>
border-color css
<style>
span { border-color: #1E71DB; }
span { border-color: rgb(30,113,219); }
td.TdClassName
{
border-color: #1E71DB;
}
.TagClassName
{
border-color: #1E71DB;
}
</style>