Shades of Denim #1E57BA
Tints of Denim #1E57BA
RGB
CMYK
RGB Variations
Color information
#1E57BA (or 0x1E57BA) is known color: Denim. HEX triplet: 1E, 57 and BA. RGB value is (30,87,186). Sum of RGB (Red+Green+Blue) = 30+87+186=303 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.90% from 303); Green value is 87 (34.38% from 255 or 28.71% from 303); Blue value is 186 (73.05% from 255 or 61.39% from 303); Max value from RGB is 186 - color contains mainly: blue. Hex color #1E57BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E57BA is #E1A845. Grayscale: #505050. Windows color (decimal): -14788678 or 12211998. OLE color: 12211998.
HSL color Cylindrical-coordinate representation of color #1E57BA: hue angle of 218.08º 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 #1E57BA is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 87 | 186 | - |
| CMYK | 0.84 | 0.53 | 0 | 0.27 |
| HSL | 218.08º | 0.72% | 0.42% | - |
| HSV(B) | 218.08º | 0.84% | 0.73% | - |
| XYZ | 12.81 | 10.64 | 47.83 | - |
| YUV | 81.24 | 187.12 | 91.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 87 | 186 | 0.84 | 0.53 | 0 | 0.27 | 218.08 | 0.72 | 0.42 |
| Hex | 1E | 57 | BA | 54 | 35 | 0 | 1B | DA | 48 | 2A |
| Octal | 36 | 127 | 272 | 124 | 65 | 0 | 33 | 332 | 110 | 52 |
| Binary | 11110 | 1010111 | 10111010 | 1010100 | 110101 | 0 | 11011 | 11011010 | 1001000 | 101010 |
Color Harmonies of #1E57BA
Complementary color
Monochromatic Colors of #1E57BA
Black with #1E57BA
Text Example
Text Example
White with #1E57BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E57BA; }
p { color: rgb(30,87,186); }
H1.HeaderClassName
{
color: #1E57BA;
}
.AnyTagClassName
{
color: #1E57BA;
}
</style>
background-color css
<style>
a { background-color: #1E57BA; }
a { background-color: rgb(30,87,186); }
div.DivClassName
{
background-color: #1E57BA;
}
.BgClassName
{
background-color: #1E57BA;
}
</style>
border-color css
<style>
span { border-color: #1E57BA; }
span { border-color: rgb(30,87,186); }
td.TdClassName
{
border-color: #1E57BA;
}
.TagClassName
{
border-color: #1E57BA;
}
</style>