Shades of Midnight Blue #1E0E73
Tints of Midnight Blue #1E0E73
RGB
CMYK
RGB Variations
Color information
#1E0E73 (or 0x1E0E73) is known color: Midnight Blue. HEX triplet: 1E, 0E and 73. RGB value is (30,14,115). Sum of RGB (Red+Green+Blue) = 30+14+115=159 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.87% from 159); Green value is 14 (5.86% from 255 or 8.81% from 159); Blue value is 115 (45.31% from 255 or 72.33% from 159); Max value from RGB is 115 - color contains mainly: blue. Hex color #1E0E73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0E73 is #E1F18C. Grayscale: #1D1D1D. Windows color (decimal): -14807437 or 7540254. OLE color: 7540254.
HSL color Cylindrical-coordinate representation of color #1E0E73: hue angle of 249.5º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E0E73 is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 14 | 115 | - |
| CMYK | 0.74 | 0.88 | 0 | 0.55 |
| HSL | 249.5º | 0.78% | 0.25% | - |
| HSV(B) | 249.5º | 0.88% | 0.45% | - |
| XYZ | 3.79 | 1.83 | 16.37 | - |
| YUV | 30.3 | 175.8 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 14 | 115 | 0.74 | 0.88 | 0 | 0.55 | 249.5 | 0.78 | 0.25 |
| Hex | 1E | E | 73 | 4A | 58 | 0 | 37 | FA | 4E | 19 |
| Octal | 36 | 16 | 163 | 112 | 130 | 0 | 67 | 372 | 116 | 31 |
| Binary | 11110 | 1110 | 1110011 | 1001010 | 1011000 | 0 | 110111 | 11111010 | 1001110 | 11001 |
Color Harmonies of #1E0E73
Complementary color
Monochromatic Colors of #1E0E73
Black with #1E0E73
Text Example
Text Example
White with #1E0E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0E73; }
p { color: rgb(30,14,115); }
H1.HeaderClassName
{
color: #1E0E73;
}
.AnyTagClassName
{
color: #1E0E73;
}
</style>
background-color css
<style>
a { background-color: #1E0E73; }
a { background-color: rgb(30,14,115); }
div.DivClassName
{
background-color: #1E0E73;
}
.BgClassName
{
background-color: #1E0E73;
}
</style>
border-color css
<style>
span { border-color: #1E0E73; }
span { border-color: rgb(30,14,115); }
td.TdClassName
{
border-color: #1E0E73;
}
.TagClassName
{
border-color: #1E0E73;
}
</style>