Shades of Denim #1E5AAD
Tints of Denim #1E5AAD
RGB
CMYK
RGB Variations
Color information
#1E5AAD (or 0x1E5AAD) is known color: Denim. HEX triplet: 1E, 5A and AD. RGB value is (30,90,173). Sum of RGB (Red+Green+Blue) = 30+90+173=293 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.24% from 293); Green value is 90 (35.55% from 255 or 30.72% from 293); Blue value is 173 (67.97% from 255 or 59.04% from 293); Max value from RGB is 173 - color contains mainly: blue. Hex color #1E5AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E5AAD is #E1A552. Grayscale: #515151. Windows color (decimal): -14787923 or 11360798. OLE color: 11360798.
HSL color Cylindrical-coordinate representation of color #1E5AAD: hue angle of 214.83º 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 #1E5AAD is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 30 | 90 | 173 | - |
| CMYK | 0.83 | 0.48 | 0 | 0.32 |
| HSL | 214.83º | 0.7% | 0.4% | - |
| HSV(B) | 214.83º | 0.83% | 0.68% | - |
| XYZ | 11.73 | 10.61 | 40.96 | - |
| YUV | 81.52 | 179.62 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 90 | 173 | 0.83 | 0.48 | 0 | 0.32 | 214.83 | 0.7 | 0.4 |
| Hex | 1E | 5A | AD | 53 | 30 | 0 | 20 | D7 | 46 | 28 |
| Octal | 36 | 132 | 255 | 123 | 60 | 0 | 40 | 327 | 106 | 50 |
| Binary | 11110 | 1011010 | 10101101 | 1010011 | 110000 | 0 | 100000 | 11010111 | 1000110 | 101000 |
Color Harmonies of #1E5AAD
Complementary color
Monochromatic Colors of #1E5AAD
Black with #1E5AAD
Text Example
Text Example
White with #1E5AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5AAD; }
p { color: rgb(30,90,173); }
H1.HeaderClassName
{
color: #1E5AAD;
}
.AnyTagClassName
{
color: #1E5AAD;
}
</style>
background-color css
<style>
a { background-color: #1E5AAD; }
a { background-color: rgb(30,90,173); }
div.DivClassName
{
background-color: #1E5AAD;
}
.BgClassName
{
background-color: #1E5AAD;
}
</style>
border-color css
<style>
span { border-color: #1E5AAD; }
span { border-color: rgb(30,90,173); }
td.TdClassName
{
border-color: #1E5AAD;
}
.TagClassName
{
border-color: #1E5AAD;
}
</style>