Shades of Medium Blue #1E14BE
Tints of Medium Blue #1E14BE
RGB
CMYK
RGB Variations
Color information
#1E14BE (or 0x1E14BE) is known color: Medium Blue. HEX triplet: 1E, 14 and BE. RGB value is (30,20,190). Sum of RGB (Red+Green+Blue) = 30+20+190=240 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.5% from 240); Green value is 20 (8.20% from 255 or 8.33% from 240); Blue value is 190 (74.61% from 255 or 79.17% from 240); Max value from RGB is 190 - color contains mainly: blue. Hex color #1E14BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E14BE is #E1EB41. Grayscale: #292929. Windows color (decimal): -14805826 or 12456990. OLE color: 12456990.
HSL color Cylindrical-coordinate representation of color #1E14BE: hue angle of 243.53º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1E14BE is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 20 | 190 | - |
| CMYK | 0.84 | 0.89 | 0 | 0.25 |
| HSL | 243.53º | 0.81% | 0.41% | - |
| HSV(B) | 243.53º | 0.89% | 0.75% | - |
| XYZ | 10.08 | 4.49 | 49.05 | - |
| YUV | 42.37 | 211.31 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 20 | 190 | 0.84 | 0.89 | 0 | 0.25 | 243.53 | 0.81 | 0.41 |
| Hex | 1E | 14 | BE | 54 | 59 | 0 | 19 | F4 | 51 | 29 |
| Octal | 36 | 24 | 276 | 124 | 131 | 0 | 31 | 364 | 121 | 51 |
| Binary | 11110 | 10100 | 10111110 | 1010100 | 1011001 | 0 | 11001 | 11110100 | 1010001 | 101001 |
Color Harmonies of #1E14BE
Complementary color
Monochromatic Colors of #1E14BE
Black with #1E14BE
Text Example
Text Example
White with #1E14BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E14BE; }
p { color: rgb(30,20,190); }
H1.HeaderClassName
{
color: #1E14BE;
}
.AnyTagClassName
{
color: #1E14BE;
}
</style>
background-color css
<style>
a { background-color: #1E14BE; }
a { background-color: rgb(30,20,190); }
div.DivClassName
{
background-color: #1E14BE;
}
.BgClassName
{
background-color: #1E14BE;
}
</style>
border-color css
<style>
span { border-color: #1E14BE; }
span { border-color: rgb(30,20,190); }
td.TdClassName
{
border-color: #1E14BE;
}
.TagClassName
{
border-color: #1E14BE;
}
</style>