Shades of Medium Blue #1E00BA
Tints of Medium Blue #1E00BA
RGB
CMYK
RGB Variations
Color information
#1E00BA (or 0x1E00BA) is known color: Medium Blue. HEX triplet: 1E, 00 and BA. RGB value is (30,0,186). Sum of RGB (Red+Green+Blue) = 30+0+186=216 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.89% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 186 (73.05% from 255 or 86.11% from 216); Max value from RGB is 186 - color contains mainly: blue. Hex color #1E00BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E00BA is #E1FF45. Grayscale: #1D1D1D. Windows color (decimal): -14810950 or 12189726. OLE color: 12189726.
HSL color Cylindrical-coordinate representation of color #1E00BA: hue angle of 249.68º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1E00BA is Cyan = 0.84, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 0 | 186 | - |
| CMYK | 0.84 | 1 | 0 | 0.27 |
| HSL | 249.68º | 1% | 0.36% | - |
| HSV(B) | 249.68º | 1% | 0.73% | - |
| XYZ | 9.4 | 3.82 | 46.7 | - |
| YUV | 30.17 | 215.94 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 0 | 186 | 0.84 | 1 | 0 | 0.27 | 249.68 | 1 | 0.36 |
| Hex | 1E | 0 | BA | 54 | 64 | 0 | 1B | FA | 64 | 24 |
| Octal | 36 | 0 | 272 | 124 | 144 | 0 | 33 | 372 | 144 | 44 |
| Binary | 11110 | 0 | 10111010 | 1010100 | 1100100 | 0 | 11011 | 11111010 | 1100100 | 100100 |
Color Harmonies of #1E00BA
Complementary color
Monochromatic Colors of #1E00BA
Black with #1E00BA
Text Example
Text Example
White with #1E00BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E00BA; }
p { color: rgb(30,0,186); }
H1.HeaderClassName
{
color: #1E00BA;
}
.AnyTagClassName
{
color: #1E00BA;
}
</style>
background-color css
<style>
a { background-color: #1E00BA; }
a { background-color: rgb(30,0,186); }
div.DivClassName
{
background-color: #1E00BA;
}
.BgClassName
{
background-color: #1E00BA;
}
</style>
border-color css
<style>
span { border-color: #1E00BA; }
span { border-color: rgb(30,0,186); }
td.TdClassName
{
border-color: #1E00BA;
}
.TagClassName
{
border-color: #1E00BA;
}
</style>