Shades of Midnight Blue #0E1259
Tints of Midnight Blue #0E1259
RGB
CMYK
RGB Variations
Color information
#0E1259 (or 0x0E1259) is known color: Midnight Blue. HEX triplet: 0E, 12 and 59. RGB value is (14,18,89). Sum of RGB (Red+Green+Blue) = 14+18+89=121 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.57% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 89 (35.16% from 255 or 73.55% from 121); Max value from RGB is 89 - color contains mainly: blue. Hex color #0E1259 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E1259 is #F1EDA6. Grayscale: #181818. Windows color (decimal): -15855015 or 5837326. OLE color: 5837326.
HSL color Cylindrical-coordinate representation of color #0E1259: hue angle of 236.8º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E1259 is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 14 | 18 | 89 | - |
| CMYK | 0.84 | 0.80 | 0 | 0.65 |
| HSL | 236.8º | 0.73% | 0.2% | - |
| HSV(B) | 236.8º | 0.84% | 0.35% | - |
| XYZ | 2.2 | 1.25 | 9.58 | - |
| YUV | 24.9 | 164.17 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 18 | 89 | 0.84 | 0.80 | 0 | 0.65 | 236.8 | 0.73 | 0.2 |
| Hex | E | 12 | 59 | 54 | 50 | 0 | 41 | ED | 49 | 14 |
| Octal | 16 | 22 | 131 | 124 | 120 | 0 | 101 | 355 | 111 | 24 |
| Binary | 1110 | 10010 | 1011001 | 1010100 | 1010000 | 0 | 1000001 | 11101101 | 1001001 | 10100 |
Color Harmonies of #0E1259
Complementary color
Monochromatic Colors of #0E1259
Black with #0E1259
Text Example
Text Example
White with #0E1259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1259; }
p { color: rgb(14,18,89); }
H1.HeaderClassName
{
color: #0E1259;
}
.AnyTagClassName
{
color: #0E1259;
}
</style>
background-color css
<style>
a { background-color: #0E1259; }
a { background-color: rgb(14,18,89); }
div.DivClassName
{
background-color: #0E1259;
}
.BgClassName
{
background-color: #0E1259;
}
</style>
border-color css
<style>
span { border-color: #0E1259; }
span { border-color: rgb(14,18,89); }
td.TdClassName
{
border-color: #0E1259;
}
.TagClassName
{
border-color: #0E1259;
}
</style>