Shades of Medium Blue #1E13E0
Tints of Medium Blue #1E13E0
RGB
CMYK
RGB Variations
Color information
#1E13E0 (or 0x1E13E0) is known color: Medium Blue. HEX triplet: 1E, 13 and E0. RGB value is (30,19,224). Sum of RGB (Red+Green+Blue) = 30+19+224=273 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.99% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 224 (87.89% from 255 or 82.05% from 273); Max value from RGB is 224 - color contains mainly: blue. Hex color #1E13E0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E13E0 is #E1EC1F. Grayscale: #2C2C2C. Windows color (decimal): -14806048 or 14684958. OLE color: 14684958.
HSL color Cylindrical-coordinate representation of color #1E13E0: hue angle of 243.22º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1E13E0 is Cyan = 0.87, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 30 | 19 | 224 | - |
| CMYK | 0.87 | 0.92 | 0 | 0.12 |
| HSL | 243.22º | 0.84% | 0.48% | - |
| HSV(B) | 243.22º | 0.92% | 0.88% | - |
| XYZ | 14.22 | 6.12 | 70.95 | - |
| YUV | 45.66 | 228.64 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 19 | 224 | 0.87 | 0.92 | 0 | 0.12 | 243.22 | 0.84 | 0.48 |
| Hex | 1E | 13 | E0 | 57 | 5C | 0 | C | F3 | 54 | 30 |
| Octal | 36 | 23 | 340 | 127 | 134 | 0 | 14 | 363 | 124 | 60 |
| Binary | 11110 | 10011 | 11100000 | 1010111 | 1011100 | 0 | 1100 | 11110011 | 1010100 | 110000 |
Color Harmonies of #1E13E0
Complementary color
Monochromatic Colors of #1E13E0
Black with #1E13E0
Text Example
Text Example
White with #1E13E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E13E0; }
p { color: rgb(30,19,224); }
H1.HeaderClassName
{
color: #1E13E0;
}
.AnyTagClassName
{
color: #1E13E0;
}
</style>
background-color css
<style>
a { background-color: #1E13E0; }
a { background-color: rgb(30,19,224); }
div.DivClassName
{
background-color: #1E13E0;
}
.BgClassName
{
background-color: #1E13E0;
}
</style>
border-color css
<style>
span { border-color: #1E13E0; }
span { border-color: rgb(30,19,224); }
td.TdClassName
{
border-color: #1E13E0;
}
.TagClassName
{
border-color: #1E13E0;
}
</style>