Shades of Medium Blue #1E13C1
Tints of Medium Blue #1E13C1
RGB
CMYK
RGB Variations
Color information
#1E13C1 (or 0x1E13C1) is known color: Medium Blue. HEX triplet: 1E, 13 and C1. RGB value is (30,19,193). Sum of RGB (Red+Green+Blue) = 30+19+193=242 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.40% from 242); Green value is 19 (7.81% from 255 or 7.85% from 242); Blue value is 193 (75.78% from 255 or 79.75% from 242); Max value from RGB is 193 - color contains mainly: blue. Hex color #1E13C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E13C1 is #E1EC3E. Grayscale: #292929. Windows color (decimal): -14806079 or 12653342. OLE color: 12653342.
HSL color Cylindrical-coordinate representation of color #1E13C1: hue angle of 243.79º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1E13C1 is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 19 | 193 | - |
| CMYK | 0.84 | 0.90 | 0 | 0.24 |
| HSL | 243.79º | 0.82% | 0.42% | - |
| HSV(B) | 243.79º | 0.9% | 0.76% | - |
| XYZ | 10.39 | 4.59 | 50.79 | - |
| YUV | 42.13 | 213.14 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 19 | 193 | 0.84 | 0.90 | 0 | 0.24 | 243.79 | 0.82 | 0.42 |
| Hex | 1E | 13 | C1 | 54 | 5A | 0 | 18 | F4 | 52 | 2A |
| Octal | 36 | 23 | 301 | 124 | 132 | 0 | 30 | 364 | 122 | 52 |
| Binary | 11110 | 10011 | 11000001 | 1010100 | 1011010 | 0 | 11000 | 11110100 | 1010010 | 101010 |
Color Harmonies of #1E13C1
Complementary color
Monochromatic Colors of #1E13C1
Black with #1E13C1
Text Example
Text Example
White with #1E13C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E13C1; }
p { color: rgb(30,19,193); }
H1.HeaderClassName
{
color: #1E13C1;
}
.AnyTagClassName
{
color: #1E13C1;
}
</style>
background-color css
<style>
a { background-color: #1E13C1; }
a { background-color: rgb(30,19,193); }
div.DivClassName
{
background-color: #1E13C1;
}
.BgClassName
{
background-color: #1E13C1;
}
</style>
border-color css
<style>
span { border-color: #1E13C1; }
span { border-color: rgb(30,19,193); }
td.TdClassName
{
border-color: #1E13C1;
}
.TagClassName
{
border-color: #1E13C1;
}
</style>