Shades of Midnight Blue #1E0B73
Tints of Midnight Blue #1E0B73
RGB
CMYK
RGB Variations
Color information
#1E0B73 (or 0x1E0B73) is known color: Midnight Blue. HEX triplet: 1E, 0B and 73. RGB value is (30,11,115). Sum of RGB (Red+Green+Blue) = 30+11+115=156 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.23% from 156); Green value is 11 (4.69% from 255 or 7.05% from 156); Blue value is 115 (45.31% from 255 or 73.72% from 156); Max value from RGB is 115 - color contains mainly: blue. Hex color #1E0B73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0B73 is #E1F48C. Grayscale: #1C1C1C. Windows color (decimal): -14808205 or 7539486. OLE color: 7539486.
HSL color Cylindrical-coordinate representation of color #1E0B73: hue angle of 250.96º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1E0B73 is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 11 | 115 | - |
| CMYK | 0.74 | 0.90 | 0 | 0.55 |
| HSL | 250.96º | 0.83% | 0.25% | - |
| HSV(B) | 250.96º | 0.9% | 0.45% | - |
| XYZ | 3.75 | 1.75 | 16.36 | - |
| YUV | 28.54 | 176.79 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 11 | 115 | 0.74 | 0.90 | 0 | 0.55 | 250.96 | 0.83 | 0.25 |
| Hex | 1E | B | 73 | 4A | 5A | 0 | 37 | FB | 53 | 19 |
| Octal | 36 | 13 | 163 | 112 | 132 | 0 | 67 | 373 | 123 | 31 |
| Binary | 11110 | 1011 | 1110011 | 1001010 | 1011010 | 0 | 110111 | 11111011 | 1010011 | 11001 |
Color Harmonies of #1E0B73
Complementary color
Monochromatic Colors of #1E0B73
Black with #1E0B73
Text Example
Text Example
White with #1E0B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0B73; }
p { color: rgb(30,11,115); }
H1.HeaderClassName
{
color: #1E0B73;
}
.AnyTagClassName
{
color: #1E0B73;
}
</style>
background-color css
<style>
a { background-color: #1E0B73; }
a { background-color: rgb(30,11,115); }
div.DivClassName
{
background-color: #1E0B73;
}
.BgClassName
{
background-color: #1E0B73;
}
</style>
border-color css
<style>
span { border-color: #1E0B73; }
span { border-color: rgb(30,11,115); }
td.TdClassName
{
border-color: #1E0B73;
}
.TagClassName
{
border-color: #1E0B73;
}
</style>