Shades of Denim #1E5ABA
Tints of Denim #1E5ABA
RGB
CMYK
RGB Variations
Color information
#1E5ABA (or 0x1E5ABA) is known color: Denim. HEX triplet: 1E, 5A and BA. RGB value is (30,90,186). Sum of RGB (Red+Green+Blue) = 30+90+186=306 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.80% from 306); Green value is 90 (35.55% from 255 or 29.41% from 306); Blue value is 186 (73.05% from 255 or 60.78% from 306); Max value from RGB is 186 - color contains mainly: blue. Hex color #1E5ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E5ABA is #E1A545. Grayscale: #525252. Windows color (decimal): -14787910 or 12212766. OLE color: 12212766.
HSL color Cylindrical-coordinate representation of color #1E5ABA: hue angle of 216.92º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E5ABA is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 90 | 186 | - |
| CMYK | 0.84 | 0.52 | 0 | 0.27 |
| HSL | 216.92º | 0.72% | 0.42% | - |
| HSV(B) | 216.92º | 0.84% | 0.73% | - |
| XYZ | 13.05 | 11.13 | 47.92 | - |
| YUV | 83 | 186.12 | 90.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 90 | 186 | 0.84 | 0.52 | 0 | 0.27 | 216.92 | 0.72 | 0.42 |
| Hex | 1E | 5A | BA | 54 | 34 | 0 | 1B | D9 | 48 | 2A |
| Octal | 36 | 132 | 272 | 124 | 64 | 0 | 33 | 331 | 110 | 52 |
| Binary | 11110 | 1011010 | 10111010 | 1010100 | 110100 | 0 | 11011 | 11011001 | 1001000 | 101010 |
Color Harmonies of #1E5ABA
Complementary color
Monochromatic Colors of #1E5ABA
Black with #1E5ABA
Text Example
Text Example
White with #1E5ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5ABA; }
p { color: rgb(30,90,186); }
H1.HeaderClassName
{
color: #1E5ABA;
}
.AnyTagClassName
{
color: #1E5ABA;
}
</style>
background-color css
<style>
a { background-color: #1E5ABA; }
a { background-color: rgb(30,90,186); }
div.DivClassName
{
background-color: #1E5ABA;
}
.BgClassName
{
background-color: #1E5ABA;
}
</style>
border-color css
<style>
span { border-color: #1E5ABA; }
span { border-color: rgb(30,90,186); }
td.TdClassName
{
border-color: #1E5ABA;
}
.TagClassName
{
border-color: #1E5ABA;
}
</style>