Shades of Midnight Blue #0E014E
Tints of Midnight Blue #0E014E
RGB
CMYK
RGB Variations
Color information
#0E014E (or 0x0E014E) is known color: Midnight Blue. HEX triplet: 0E, 01 and 4E. RGB value is (14,1,78). Sum of RGB (Red+Green+Blue) = 14+1+78=93 (12% of max value = 765). Red value is 14 (5.86% from 255 or 15.05% from 93); Green value is 1 (0.78% from 255 or 1.08% from 93); Blue value is 78 (30.86% from 255 or 83.87% from 93); Max value from RGB is 78 - color contains mainly: blue. Hex color #0E014E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E014E is #F1FEB1. Grayscale: #0D0D0D. Windows color (decimal): -15859378 or 5112078. OLE color: 5112078.
HSL color Cylindrical-coordinate representation of color #0E014E: hue angle of 250.13º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0E014E is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 14 | 1 | 78 | - |
| CMYK | 0.82 | 0.99 | 0 | 0.69 |
| HSL | 250.13º | 0.97% | 0.15% | - |
| HSV(B) | 250.13º | 0.99% | 0.31% | - |
| XYZ | 1.57 | 0.67 | 7.25 | - |
| YUV | 13.67 | 164.31 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 1 | 78 | 0.82 | 0.99 | 0 | 0.69 | 250.13 | 0.97 | 0.15 |
| Hex | E | 1 | 4E | 52 | 63 | 0 | 45 | FA | 61 | F |
| Octal | 16 | 1 | 116 | 122 | 143 | 0 | 105 | 372 | 141 | 17 |
| Binary | 1110 | 1 | 1001110 | 1010010 | 1100011 | 0 | 1000101 | 11111010 | 1100001 | 1111 |
Color Harmonies of #0E014E
Complementary color
Monochromatic Colors of #0E014E
Black with #0E014E
Text Example
Text Example
White with #0E014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E014E; }
p { color: rgb(14,1,78); }
H1.HeaderClassName
{
color: #0E014E;
}
.AnyTagClassName
{
color: #0E014E;
}
</style>
background-color css
<style>
a { background-color: #0E014E; }
a { background-color: rgb(14,1,78); }
div.DivClassName
{
background-color: #0E014E;
}
.BgClassName
{
background-color: #0E014E;
}
</style>
border-color css
<style>
span { border-color: #0E014E; }
span { border-color: rgb(14,1,78); }
td.TdClassName
{
border-color: #0E014E;
}
.TagClassName
{
border-color: #0E014E;
}
</style>