Shades of Denim #1E5BAE
Tints of Denim #1E5BAE
RGB
CMYK
RGB Variations
Color information
#1E5BAE (or 0x1E5BAE) is known color: Denim. HEX triplet: 1E, 5B and AE. RGB value is (30,91,174). Sum of RGB (Red+Green+Blue) = 30+91+174=295 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.17% from 295); Green value is 91 (35.94% from 255 or 30.85% from 295); Blue value is 174 (68.36% from 255 or 58.98% from 295); Max value from RGB is 174 - color contains mainly: blue. Hex color #1E5BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E5BAE is #E1A451. Grayscale: #515151. Windows color (decimal): -14787666 or 11426590. OLE color: 11426590.
HSL color Cylindrical-coordinate representation of color #1E5BAE: hue angle of 214.58º degrees, saturation: 0.71, 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 #1E5BAE is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 30 | 91 | 174 | - |
| CMYK | 0.83 | 0.48 | 0 | 0.32 |
| HSL | 214.58º | 0.71% | 0.4% | - |
| HSV(B) | 214.58º | 0.83% | 0.68% | - |
| XYZ | 11.92 | 10.81 | 41.5 | - |
| YUV | 82.22 | 179.79 | 90.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 91 | 174 | 0.83 | 0.48 | 0 | 0.32 | 214.58 | 0.71 | 0.4 |
| Hex | 1E | 5B | AE | 53 | 30 | 0 | 20 | D7 | 47 | 28 |
| Octal | 36 | 133 | 256 | 123 | 60 | 0 | 40 | 327 | 107 | 50 |
| Binary | 11110 | 1011011 | 10101110 | 1010011 | 110000 | 0 | 100000 | 11010111 | 1000111 | 101000 |
Color Harmonies of #1E5BAE
Complementary color
Monochromatic Colors of #1E5BAE
Black with #1E5BAE
Text Example
Text Example
White with #1E5BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5BAE; }
p { color: rgb(30,91,174); }
H1.HeaderClassName
{
color: #1E5BAE;
}
.AnyTagClassName
{
color: #1E5BAE;
}
</style>
background-color css
<style>
a { background-color: #1E5BAE; }
a { background-color: rgb(30,91,174); }
div.DivClassName
{
background-color: #1E5BAE;
}
.BgClassName
{
background-color: #1E5BAE;
}
</style>
border-color css
<style>
span { border-color: #1E5BAE; }
span { border-color: rgb(30,91,174); }
td.TdClassName
{
border-color: #1E5BAE;
}
.TagClassName
{
border-color: #1E5BAE;
}
</style>