Shades of Midnight Blue #0E117E
Tints of Midnight Blue #0E117E
RGB
CMYK
RGB Variations
Color information
#0E117E (or 0x0E117E) is known color: Midnight Blue. HEX triplet: 0E, 11 and 7E. RGB value is (14,17,126). Sum of RGB (Red+Green+Blue) = 14+17+126=157 (20% of max value = 765). Red value is 14 (5.86% from 255 or 8.92% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 126 (49.61% from 255 or 80.25% from 157); Max value from RGB is 126 - color contains mainly: blue. Hex color #0E117E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E117E is #F1EE81. Grayscale: #1C1C1C. Windows color (decimal): -15855234 or 8261902. OLE color: 8261902.
HSL color Cylindrical-coordinate representation of color #0E117E: hue angle of 238.39º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E117E is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 14 | 17 | 126 | - |
| CMYK | 0.89 | 0.87 | 0 | 0.51 |
| HSL | 238.39º | 0.8% | 0.27% | - |
| HSV(B) | 238.39º | 0.89% | 0.49% | - |
| XYZ | 4.15 | 2 | 19.91 | - |
| YUV | 28.53 | 183.01 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 17 | 126 | 0.89 | 0.87 | 0 | 0.51 | 238.39 | 0.8 | 0.27 |
| Hex | E | 11 | 7E | 59 | 57 | 0 | 33 | EE | 50 | 1B |
| Octal | 16 | 21 | 176 | 131 | 127 | 0 | 63 | 356 | 120 | 33 |
| Binary | 1110 | 10001 | 1111110 | 1011001 | 1010111 | 0 | 110011 | 11101110 | 1010000 | 11011 |
Color Harmonies of #0E117E
Complementary color
Monochromatic Colors of #0E117E
Black with #0E117E
Text Example
Text Example
White with #0E117E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E117E; }
p { color: rgb(14,17,126); }
H1.HeaderClassName
{
color: #0E117E;
}
.AnyTagClassName
{
color: #0E117E;
}
</style>
background-color css
<style>
a { background-color: #0E117E; }
a { background-color: rgb(14,17,126); }
div.DivClassName
{
background-color: #0E117E;
}
.BgClassName
{
background-color: #0E117E;
}
</style>
border-color css
<style>
span { border-color: #0E117E; }
span { border-color: rgb(14,17,126); }
td.TdClassName
{
border-color: #0E117E;
}
.TagClassName
{
border-color: #0E117E;
}
</style>