Shades of Medium Blue #1E0EC4
Tints of Medium Blue #1E0EC4
RGB
CMYK
RGB Variations
Color information
#1E0EC4 (or 0x1E0EC4) is known color: Medium Blue. HEX triplet: 1E, 0E and C4. RGB value is (30,14,196). Sum of RGB (Red+Green+Blue) = 30+14+196=240 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.5% from 240); Green value is 14 (5.86% from 255 or 5.83% from 240); Blue value is 196 (76.95% from 255 or 81.67% from 240); Max value from RGB is 196 - color contains mainly: blue. Hex color #1E0EC4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E0EC4 is #E1F13B. Grayscale: #262626. Windows color (decimal): -14807356 or 12848670. OLE color: 12848670.
HSL color Cylindrical-coordinate representation of color #1E0EC4: hue angle of 245.27º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1E0EC4 is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 30 | 14 | 196 | - |
| CMYK | 0.85 | 0.93 | 0 | 0.23 |
| HSL | 245.27º | 0.87% | 0.41% | - |
| HSV(B) | 245.27º | 0.93% | 0.77% | - |
| XYZ | 10.66 | 4.58 | 52.55 | - |
| YUV | 39.53 | 216.3 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 14 | 196 | 0.85 | 0.93 | 0 | 0.23 | 245.27 | 0.87 | 0.41 |
| Hex | 1E | E | C4 | 55 | 5D | 0 | 17 | F5 | 57 | 29 |
| Octal | 36 | 16 | 304 | 125 | 135 | 0 | 27 | 365 | 127 | 51 |
| Binary | 11110 | 1110 | 11000100 | 1010101 | 1011101 | 0 | 10111 | 11110101 | 1010111 | 101001 |
Color Harmonies of #1E0EC4
Complementary color
Monochromatic Colors of #1E0EC4
Black with #1E0EC4
Text Example
Text Example
White with #1E0EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0EC4; }
p { color: rgb(30,14,196); }
H1.HeaderClassName
{
color: #1E0EC4;
}
.AnyTagClassName
{
color: #1E0EC4;
}
</style>
background-color css
<style>
a { background-color: #1E0EC4; }
a { background-color: rgb(30,14,196); }
div.DivClassName
{
background-color: #1E0EC4;
}
.BgClassName
{
background-color: #1E0EC4;
}
</style>
border-color css
<style>
span { border-color: #1E0EC4; }
span { border-color: rgb(30,14,196); }
td.TdClassName
{
border-color: #1E0EC4;
}
.TagClassName
{
border-color: #1E0EC4;
}
</style>