Shades of Midnight Blue #0E074E
Tints of Midnight Blue #0E074E
RGB
CMYK
RGB Variations
Color information
#0E074E (or 0x0E074E) is known color: Midnight Blue. HEX triplet: 0E, 07 and 4E. RGB value is (14,7,78). Sum of RGB (Red+Green+Blue) = 14+7+78=99 (13% of max value = 765). Red value is 14 (5.86% from 255 or 14.14% from 99); Green value is 7 (3.12% from 255 or 7.07% from 99); Blue value is 78 (30.86% from 255 or 78.79% from 99); Max value from RGB is 78 - color contains mainly: blue. Hex color #0E074E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E074E is #F1F8B1. Grayscale: #101010. Windows color (decimal): -15857842 or 5113614. OLE color: 5113614.
HSL color Cylindrical-coordinate representation of color #0E074E: hue angle of 245.92º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E074E is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 14 | 7 | 78 | - |
| CMYK | 0.82 | 0.91 | 0 | 0.69 |
| HSL | 245.92º | 0.84% | 0.17% | - |
| HSV(B) | 245.92º | 0.91% | 0.31% | - |
| XYZ | 1.63 | 0.8 | 7.28 | - |
| YUV | 17.19 | 162.32 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 7 | 78 | 0.82 | 0.91 | 0 | 0.69 | 245.92 | 0.84 | 0.17 |
| Hex | E | 7 | 4E | 52 | 5B | 0 | 45 | F6 | 54 | 11 |
| Octal | 16 | 7 | 116 | 122 | 133 | 0 | 105 | 366 | 124 | 21 |
| Binary | 1110 | 111 | 1001110 | 1010010 | 1011011 | 0 | 1000101 | 11110110 | 1010100 | 10001 |
Color Harmonies of #0E074E
Complementary color
Monochromatic Colors of #0E074E
Black with #0E074E
Text Example
Text Example
White with #0E074E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E074E; }
p { color: rgb(14,7,78); }
H1.HeaderClassName
{
color: #0E074E;
}
.AnyTagClassName
{
color: #0E074E;
}
</style>
background-color css
<style>
a { background-color: #0E074E; }
a { background-color: rgb(14,7,78); }
div.DivClassName
{
background-color: #0E074E;
}
.BgClassName
{
background-color: #0E074E;
}
</style>
border-color css
<style>
span { border-color: #0E074E; }
span { border-color: rgb(14,7,78); }
td.TdClassName
{
border-color: #0E074E;
}
.TagClassName
{
border-color: #0E074E;
}
</style>