Shades of Medium Blue #1E13BE
Tints of Medium Blue #1E13BE
RGB
CMYK
RGB Variations
Color information
#1E13BE (or 0x1E13BE) is known color: Medium Blue. HEX triplet: 1E, 13 and BE. RGB value is (30,19,190). Sum of RGB (Red+Green+Blue) = 30+19+190=239 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.55% from 239); Green value is 19 (7.81% from 255 or 7.95% from 239); Blue value is 190 (74.61% from 255 or 79.50% from 239); Max value from RGB is 190 - color contains mainly: blue. Hex color #1E13BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E13BE is #E1EC41. Grayscale: #292929. Windows color (decimal): -14806082 or 12456734. OLE color: 12456734.
HSL color Cylindrical-coordinate representation of color #1E13BE: hue angle of 243.86º 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 #1E13BE is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 19 | 190 | - |
| CMYK | 0.84 | 0.90 | 0 | 0.25 |
| HSL | 243.86º | 0.82% | 0.41% | - |
| HSV(B) | 243.86º | 0.9% | 0.75% | - |
| XYZ | 10.06 | 4.46 | 49.05 | - |
| YUV | 41.78 | 211.64 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 19 | 190 | 0.84 | 0.90 | 0 | 0.25 | 243.86 | 0.82 | 0.41 |
| Hex | 1E | 13 | BE | 54 | 5A | 0 | 19 | F4 | 52 | 29 |
| Octal | 36 | 23 | 276 | 124 | 132 | 0 | 31 | 364 | 122 | 51 |
| Binary | 11110 | 10011 | 10111110 | 1010100 | 1011010 | 0 | 11001 | 11110100 | 1010010 | 101001 |
Color Harmonies of #1E13BE
Complementary color
Monochromatic Colors of #1E13BE
Black with #1E13BE
Text Example
Text Example
White with #1E13BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E13BE; }
p { color: rgb(30,19,190); }
H1.HeaderClassName
{
color: #1E13BE;
}
.AnyTagClassName
{
color: #1E13BE;
}
</style>
background-color css
<style>
a { background-color: #1E13BE; }
a { background-color: rgb(30,19,190); }
div.DivClassName
{
background-color: #1E13BE;
}
.BgClassName
{
background-color: #1E13BE;
}
</style>
border-color css
<style>
span { border-color: #1E13BE; }
span { border-color: rgb(30,19,190); }
td.TdClassName
{
border-color: #1E13BE;
}
.TagClassName
{
border-color: #1E13BE;
}
</style>