Shades of Midnight Blue #1E116D
Tints of Midnight Blue #1E116D
RGB
CMYK
RGB Variations
Color information
#1E116D (or 0x1E116D) is known color: Midnight Blue. HEX triplet: 1E, 11 and 6D. RGB value is (30,17,109). Sum of RGB (Red+Green+Blue) = 30+17+109=156 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.23% from 156); Green value is 17 (7.03% from 255 or 10.90% from 156); Blue value is 109 (42.97% from 255 or 69.87% from 156); Max value from RGB is 109 - color contains mainly: blue. Hex color #1E116D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E116D is #E1EE92. Grayscale: #1F1F1F. Windows color (decimal): -14806675 or 7147806. OLE color: 7147806.
HSL color Cylindrical-coordinate representation of color #1E116D: hue angle of 248.48º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E116D is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 30 | 17 | 109 | - |
| CMYK | 0.72 | 0.84 | 0 | 0.57 |
| HSL | 248.48º | 0.73% | 0.25% | - |
| HSV(B) | 248.48º | 0.84% | 0.43% | - |
| XYZ | 3.5 | 1.78 | 14.63 | - |
| YUV | 31.38 | 171.81 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 17 | 109 | 0.72 | 0.84 | 0 | 0.57 | 248.48 | 0.73 | 0.25 |
| Hex | 1E | 11 | 6D | 48 | 54 | 0 | 39 | F8 | 49 | 19 |
| Octal | 36 | 21 | 155 | 110 | 124 | 0 | 71 | 370 | 111 | 31 |
| Binary | 11110 | 10001 | 1101101 | 1001000 | 1010100 | 0 | 111001 | 11111000 | 1001001 | 11001 |
Color Harmonies of #1E116D
Complementary color
Monochromatic Colors of #1E116D
Black with #1E116D
Text Example
Text Example
White with #1E116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E116D; }
p { color: rgb(30,17,109); }
H1.HeaderClassName
{
color: #1E116D;
}
.AnyTagClassName
{
color: #1E116D;
}
</style>
background-color css
<style>
a { background-color: #1E116D; }
a { background-color: rgb(30,17,109); }
div.DivClassName
{
background-color: #1E116D;
}
.BgClassName
{
background-color: #1E116D;
}
</style>
border-color css
<style>
span { border-color: #1E116D; }
span { border-color: rgb(30,17,109); }
td.TdClassName
{
border-color: #1E116D;
}
.TagClassName
{
border-color: #1E116D;
}
</style>