Shades of Midnight Blue #0E004E
Tints of Midnight Blue #0E004E
RGB
CMYK
RGB Variations
Color information
#0E004E (or 0x0E004E) is known color: Midnight Blue. HEX triplet: 0E, 00 and 4E. RGB value is (14,0,78). Sum of RGB (Red+Green+Blue) = 14+0+78=92 (12% of max value = 765). Red value is 14 (5.86% from 255 or 15.22% from 92); Green value is 0 (0.39% from 255 or 0% from 92); Blue value is 78 (30.86% from 255 or 84.78% from 92); Max value from RGB is 78 - color contains mainly: blue. Hex color #0E004E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E004E is #F1FFB1. Grayscale: #0C0C0C. Windows color (decimal): -15859634 or 5111822. OLE color: 5111822.
HSL color Cylindrical-coordinate representation of color #0E004E: hue angle of 250.77º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0E004E is Cyan = 0.82, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 14 | 0 | 78 | - |
| CMYK | 0.82 | 1 | 0 | 0.69 |
| HSL | 250.77º | 1% | 0.15% | - |
| HSV(B) | 250.77º | 1% | 0.31% | - |
| XYZ | 1.56 | 0.64 | 7.25 | - |
| YUV | 13.08 | 164.64 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 0 | 78 | 0.82 | 1 | 0 | 0.69 | 250.77 | 1 | 0.15 |
| Hex | E | 0 | 4E | 52 | 64 | 0 | 45 | FB | 64 | F |
| Octal | 16 | 0 | 116 | 122 | 144 | 0 | 105 | 373 | 144 | 17 |
| Binary | 1110 | 0 | 1001110 | 1010010 | 1100100 | 0 | 1000101 | 11111011 | 1100100 | 1111 |
Color Harmonies of #0E004E
Complementary color
Monochromatic Colors of #0E004E
Black with #0E004E
Text Example
Text Example
White with #0E004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E004E; }
p { color: rgb(14,0,78); }
H1.HeaderClassName
{
color: #0E004E;
}
.AnyTagClassName
{
color: #0E004E;
}
</style>
background-color css
<style>
a { background-color: #0E004E; }
a { background-color: rgb(14,0,78); }
div.DivClassName
{
background-color: #0E004E;
}
.BgClassName
{
background-color: #0E004E;
}
</style>
border-color css
<style>
span { border-color: #0E004E; }
span { border-color: rgb(14,0,78); }
td.TdClassName
{
border-color: #0E004E;
}
.TagClassName
{
border-color: #0E004E;
}
</style>