Shades of Denim #1E5EAD
Tints of Denim #1E5EAD
RGB
CMYK
RGB Variations
Color information
#1E5EAD (or 0x1E5EAD) is known color: Denim. HEX triplet: 1E, 5E and AD. RGB value is (30,94,173). Sum of RGB (Red+Green+Blue) = 30+94+173=297 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.10% from 297); Green value is 94 (37.11% from 255 or 31.65% from 297); Blue value is 173 (67.97% from 255 or 58.25% from 297); Max value from RGB is 173 - color contains mainly: blue. Hex color #1E5EAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E5EAD is #E1A152. Grayscale: #535353. Windows color (decimal): -14786899 or 11361822. OLE color: 11361822.
HSL color Cylindrical-coordinate representation of color #1E5EAD: hue angle of 213.15º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E5EAD is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 30 | 94 | 173 | - |
| CMYK | 0.83 | 0.46 | 0 | 0.32 |
| HSL | 213.15º | 0.7% | 0.4% | - |
| HSV(B) | 213.15º | 0.83% | 0.68% | - |
| XYZ | 12.08 | 11.3 | 41.08 | - |
| YUV | 83.87 | 178.3 | 89.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 94 | 173 | 0.83 | 0.46 | 0 | 0.32 | 213.15 | 0.7 | 0.4 |
| Hex | 1E | 5E | AD | 53 | 2E | 0 | 20 | D5 | 46 | 28 |
| Octal | 36 | 136 | 255 | 123 | 56 | 0 | 40 | 325 | 106 | 50 |
| Binary | 11110 | 1011110 | 10101101 | 1010011 | 101110 | 0 | 100000 | 11010101 | 1000110 | 101000 |
Color Harmonies of #1E5EAD
Complementary color
Monochromatic Colors of #1E5EAD
Black with #1E5EAD
Text Example
Text Example
White with #1E5EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5EAD; }
p { color: rgb(30,94,173); }
H1.HeaderClassName
{
color: #1E5EAD;
}
.AnyTagClassName
{
color: #1E5EAD;
}
</style>
background-color css
<style>
a { background-color: #1E5EAD; }
a { background-color: rgb(30,94,173); }
div.DivClassName
{
background-color: #1E5EAD;
}
.BgClassName
{
background-color: #1E5EAD;
}
</style>
border-color css
<style>
span { border-color: #1E5EAD; }
span { border-color: rgb(30,94,173); }
td.TdClassName
{
border-color: #1E5EAD;
}
.TagClassName
{
border-color: #1E5EAD;
}
</style>