Shades of Midnight Blue #1E116E
Tints of Midnight Blue #1E116E
RGB
CMYK
RGB Variations
Color information
#1E116E (or 0x1E116E) is known color: Midnight Blue. HEX triplet: 1E, 11 and 6E. RGB value is (30,17,110). Sum of RGB (Red+Green+Blue) = 30+17+110=157 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.11% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 110 (43.36% from 255 or 70.06% from 157); Max value from RGB is 110 - color contains mainly: blue. Hex color #1E116E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E116E is #E1EE91. Grayscale: #1F1F1F. Windows color (decimal): -14806674 or 7213342. OLE color: 7213342.
HSL color Cylindrical-coordinate representation of color #1E116E: hue angle of 248.39º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E116E is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 30 | 17 | 110 | - |
| CMYK | 0.73 | 0.85 | 0 | 0.57 |
| HSL | 248.39º | 0.73% | 0.25% | - |
| HSV(B) | 248.39º | 0.85% | 0.43% | - |
| XYZ | 3.55 | 1.8 | 14.91 | - |
| YUV | 31.49 | 172.31 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 17 | 110 | 0.73 | 0.85 | 0 | 0.57 | 248.39 | 0.73 | 0.25 |
| Hex | 1E | 11 | 6E | 49 | 55 | 0 | 39 | F8 | 49 | 19 |
| Octal | 36 | 21 | 156 | 111 | 125 | 0 | 71 | 370 | 111 | 31 |
| Binary | 11110 | 10001 | 1101110 | 1001001 | 1010101 | 0 | 111001 | 11111000 | 1001001 | 11001 |
Color Harmonies of #1E116E
Complementary color
Monochromatic Colors of #1E116E
Black with #1E116E
Text Example
Text Example
White with #1E116E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E116E; }
p { color: rgb(30,17,110); }
H1.HeaderClassName
{
color: #1E116E;
}
.AnyTagClassName
{
color: #1E116E;
}
</style>
background-color css
<style>
a { background-color: #1E116E; }
a { background-color: rgb(30,17,110); }
div.DivClassName
{
background-color: #1E116E;
}
.BgClassName
{
background-color: #1E116E;
}
</style>
border-color css
<style>
span { border-color: #1E116E; }
span { border-color: rgb(30,17,110); }
td.TdClassName
{
border-color: #1E116E;
}
.TagClassName
{
border-color: #1E116E;
}
</style>