Shades of Midnight Blue #0E034E
Tints of Midnight Blue #0E034E
RGB
CMYK
RGB Variations
Color information
#0E034E (or 0x0E034E) is known color: Midnight Blue. HEX triplet: 0E, 03 and 4E. RGB value is (14,3,78). Sum of RGB (Red+Green+Blue) = 14+3+78=95 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.74% from 95); Green value is 3 (1.56% from 255 or 3.16% from 95); Blue value is 78 (30.86% from 255 or 82.11% from 95); Max value from RGB is 78 - color contains mainly: blue. Hex color #0E034E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E034E is #F1FCB1. Grayscale: #0E0E0E. Windows color (decimal): -15858866 or 5112590. OLE color: 5112590.
HSL color Cylindrical-coordinate representation of color #0E034E: hue angle of 248.8º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0E034E is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 14 | 3 | 78 | - |
| CMYK | 0.82 | 0.96 | 0 | 0.69 |
| HSL | 248.8º | 0.93% | 0.16% | - |
| HSV(B) | 248.8º | 0.96% | 0.31% | - |
| XYZ | 1.59 | 0.71 | 7.26 | - |
| YUV | 14.84 | 163.64 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 3 | 78 | 0.82 | 0.96 | 0 | 0.69 | 248.8 | 0.93 | 0.16 |
| Hex | E | 3 | 4E | 52 | 60 | 0 | 45 | F9 | 5D | 10 |
| Octal | 16 | 3 | 116 | 122 | 140 | 0 | 105 | 371 | 135 | 20 |
| Binary | 1110 | 11 | 1001110 | 1010010 | 1100000 | 0 | 1000101 | 11111001 | 1011101 | 10000 |
Color Harmonies of #0E034E
Complementary color
Monochromatic Colors of #0E034E
Black with #0E034E
Text Example
Text Example
White with #0E034E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E034E; }
p { color: rgb(14,3,78); }
H1.HeaderClassName
{
color: #0E034E;
}
.AnyTagClassName
{
color: #0E034E;
}
</style>
background-color css
<style>
a { background-color: #0E034E; }
a { background-color: rgb(14,3,78); }
div.DivClassName
{
background-color: #0E034E;
}
.BgClassName
{
background-color: #0E034E;
}
</style>
border-color css
<style>
span { border-color: #0E034E; }
span { border-color: rgb(14,3,78); }
td.TdClassName
{
border-color: #0E034E;
}
.TagClassName
{
border-color: #0E034E;
}
</style>