Shades of Denim #1E5DAC
Tints of Denim #1E5DAC
RGB
CMYK
RGB Variations
Color information
#1E5DAC (or 0x1E5DAC) is known color: Denim. HEX triplet: 1E, 5D and AC. RGB value is (30,93,172). Sum of RGB (Red+Green+Blue) = 30+93+172=295 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.17% from 295); Green value is 93 (36.72% from 255 or 31.53% from 295); Blue value is 172 (67.58% from 255 or 58.31% from 295); Max value from RGB is 172 - color contains mainly: blue. Hex color #1E5DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E5DAC is #E1A253. Grayscale: #525252. Windows color (decimal): -14787156 or 11296030. OLE color: 11296030.
HSL color Cylindrical-coordinate representation of color #1E5DAC: hue angle of 213.38º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E5DAC is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 93 | 172 | - |
| CMYK | 0.83 | 0.46 | 0 | 0.33 |
| HSL | 213.38º | 0.7% | 0.4% | - |
| HSV(B) | 213.38º | 0.83% | 0.67% | - |
| XYZ | 11.9 | 11.08 | 40.54 | - |
| YUV | 83.17 | 178.13 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 93 | 172 | 0.83 | 0.46 | 0 | 0.33 | 213.38 | 0.7 | 0.4 |
| Hex | 1E | 5D | AC | 53 | 2E | 0 | 21 | D5 | 46 | 28 |
| Octal | 36 | 135 | 254 | 123 | 56 | 0 | 41 | 325 | 106 | 50 |
| Binary | 11110 | 1011101 | 10101100 | 1010011 | 101110 | 0 | 100001 | 11010101 | 1000110 | 101000 |
Color Harmonies of #1E5DAC
Complementary color
Monochromatic Colors of #1E5DAC
Black with #1E5DAC
Text Example
Text Example
White with #1E5DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5DAC; }
p { color: rgb(30,93,172); }
H1.HeaderClassName
{
color: #1E5DAC;
}
.AnyTagClassName
{
color: #1E5DAC;
}
</style>
background-color css
<style>
a { background-color: #1E5DAC; }
a { background-color: rgb(30,93,172); }
div.DivClassName
{
background-color: #1E5DAC;
}
.BgClassName
{
background-color: #1E5DAC;
}
</style>
border-color css
<style>
span { border-color: #1E5DAC; }
span { border-color: rgb(30,93,172); }
td.TdClassName
{
border-color: #1E5DAC;
}
.TagClassName
{
border-color: #1E5DAC;
}
</style>