Shades of Denim #1E5DBA
Tints of Denim #1E5DBA
RGB
CMYK
RGB Variations
Color information
#1E5DBA (or 0x1E5DBA) is known color: Denim. HEX triplet: 1E, 5D and BA. RGB value is (30,93,186). Sum of RGB (Red+Green+Blue) = 30+93+186=309 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.71% from 309); Green value is 93 (36.72% from 255 or 30.10% from 309); Blue value is 186 (73.05% from 255 or 60.19% from 309); Max value from RGB is 186 - color contains mainly: blue. Hex color #1E5DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E5DBA is #E1A245. Grayscale: #545454. Windows color (decimal): -14787142 or 12213534. OLE color: 12213534.
HSL color Cylindrical-coordinate representation of color #1E5DBA: hue angle of 215.77º 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 #1E5DBA is Cyan = 0.84, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 93 | 186 | - |
| CMYK | 0.84 | 0.5 | 0 | 0.27 |
| HSL | 215.77º | 0.72% | 0.42% | - |
| HSV(B) | 215.77º | 0.84% | 0.73% | - |
| XYZ | 13.31 | 11.65 | 48 | - |
| YUV | 84.77 | 185.13 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 93 | 186 | 0.84 | 0.5 | 0 | 0.27 | 215.77 | 0.72 | 0.42 |
| Hex | 1E | 5D | BA | 54 | 32 | 0 | 1B | D8 | 48 | 2A |
| Octal | 36 | 135 | 272 | 124 | 62 | 0 | 33 | 330 | 110 | 52 |
| Binary | 11110 | 1011101 | 10111010 | 1010100 | 110010 | 0 | 11011 | 11011000 | 1001000 | 101010 |
Color Harmonies of #1E5DBA
Complementary color
Monochromatic Colors of #1E5DBA
Black with #1E5DBA
Text Example
Text Example
White with #1E5DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5DBA; }
p { color: rgb(30,93,186); }
H1.HeaderClassName
{
color: #1E5DBA;
}
.AnyTagClassName
{
color: #1E5DBA;
}
</style>
background-color css
<style>
a { background-color: #1E5DBA; }
a { background-color: rgb(30,93,186); }
div.DivClassName
{
background-color: #1E5DBA;
}
.BgClassName
{
background-color: #1E5DBA;
}
</style>
border-color css
<style>
span { border-color: #1E5DBA; }
span { border-color: rgb(30,93,186); }
td.TdClassName
{
border-color: #1E5DBA;
}
.TagClassName
{
border-color: #1E5DBA;
}
</style>