Shades of Denim #1E5CAD
Tints of Denim #1E5CAD
RGB
CMYK
RGB Variations
Color information
#1E5CAD (or 0x1E5CAD) is known color: Denim. HEX triplet: 1E, 5C and AD. RGB value is (30,92,173). Sum of RGB (Red+Green+Blue) = 30+92+173=295 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.17% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 173 (67.97% from 255 or 58.64% from 295); Max value from RGB is 173 - color contains mainly: blue. Hex color #1E5CAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E5CAD is #E1A352. Grayscale: #525252. Windows color (decimal): -14787411 or 11361310. OLE color: 11361310.
HSL color Cylindrical-coordinate representation of color #1E5CAD: hue angle of 213.99º 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 #1E5CAD is Cyan = 0.83, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 30 | 92 | 173 | - |
| CMYK | 0.83 | 0.47 | 0 | 0.32 |
| HSL | 213.99º | 0.7% | 0.4% | - |
| HSV(B) | 213.99º | 0.83% | 0.68% | - |
| XYZ | 11.91 | 10.95 | 41.02 | - |
| YUV | 82.7 | 178.96 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 92 | 173 | 0.83 | 0.47 | 0 | 0.32 | 213.99 | 0.7 | 0.4 |
| Hex | 1E | 5C | AD | 53 | 2F | 0 | 20 | D6 | 46 | 28 |
| Octal | 36 | 134 | 255 | 123 | 57 | 0 | 40 | 326 | 106 | 50 |
| Binary | 11110 | 1011100 | 10101101 | 1010011 | 101111 | 0 | 100000 | 11010110 | 1000110 | 101000 |
Color Harmonies of #1E5CAD
Complementary color
Monochromatic Colors of #1E5CAD
Black with #1E5CAD
Text Example
Text Example
White with #1E5CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5CAD; }
p { color: rgb(30,92,173); }
H1.HeaderClassName
{
color: #1E5CAD;
}
.AnyTagClassName
{
color: #1E5CAD;
}
</style>
background-color css
<style>
a { background-color: #1E5CAD; }
a { background-color: rgb(30,92,173); }
div.DivClassName
{
background-color: #1E5CAD;
}
.BgClassName
{
background-color: #1E5CAD;
}
</style>
border-color css
<style>
span { border-color: #1E5CAD; }
span { border-color: rgb(30,92,173); }
td.TdClassName
{
border-color: #1E5CAD;
}
.TagClassName
{
border-color: #1E5CAD;
}
</style>