Shades of Medium Blue #1E13C0
Tints of Medium Blue #1E13C0
RGB
CMYK
RGB Variations
Color information
#1E13C0 (or 0x1E13C0) is known color: Medium Blue. HEX triplet: 1E, 13 and C0. RGB value is (30,19,192). Sum of RGB (Red+Green+Blue) = 30+19+192=241 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.45% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 192 (75.39% from 255 or 79.67% from 241); Max value from RGB is 192 - color contains mainly: blue. Hex color #1E13C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E13C0 is #E1EC3F. Grayscale: #292929. Windows color (decimal): -14806080 or 12587806. OLE color: 12587806.
HSL color Cylindrical-coordinate representation of color #1E13C0: hue angle of 243.82º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1E13C0 is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 19 | 192 | - |
| CMYK | 0.84 | 0.90 | 0 | 0.25 |
| HSL | 243.82º | 0.82% | 0.41% | - |
| HSV(B) | 243.82º | 0.9% | 0.75% | - |
| XYZ | 10.28 | 4.55 | 50.2 | - |
| YUV | 42.01 | 212.64 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 19 | 192 | 0.84 | 0.90 | 0 | 0.25 | 243.82 | 0.82 | 0.41 |
| Hex | 1E | 13 | C0 | 54 | 5A | 0 | 19 | F4 | 52 | 29 |
| Octal | 36 | 23 | 300 | 124 | 132 | 0 | 31 | 364 | 122 | 51 |
| Binary | 11110 | 10011 | 11000000 | 1010100 | 1011010 | 0 | 11001 | 11110100 | 1010010 | 101001 |
Color Harmonies of #1E13C0
Complementary color
Monochromatic Colors of #1E13C0
Black with #1E13C0
Text Example
Text Example
White with #1E13C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E13C0; }
p { color: rgb(30,19,192); }
H1.HeaderClassName
{
color: #1E13C0;
}
.AnyTagClassName
{
color: #1E13C0;
}
</style>
background-color css
<style>
a { background-color: #1E13C0; }
a { background-color: rgb(30,19,192); }
div.DivClassName
{
background-color: #1E13C0;
}
.BgClassName
{
background-color: #1E13C0;
}
</style>
border-color css
<style>
span { border-color: #1E13C0; }
span { border-color: rgb(30,19,192); }
td.TdClassName
{
border-color: #1E13C0;
}
.TagClassName
{
border-color: #1E13C0;
}
</style>