Shades of Midnight Express #0E0F34
Tints of Midnight Express #0E0F34
RGB
CMYK
RGB Variations
Color information
#0E0F34 (or 0x0E0F34) is known color: Midnight Express. HEX triplet: 0E, 0F and 34. RGB value is (14,15,52). Sum of RGB (Red+Green+Blue) = 14+15+52=81 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.28% from 81); Green value is 15 (6.25% from 255 or 18.52% from 81); Blue value is 52 (20.70% from 255 or 64.20% from 81); Max value from RGB is 52 - color contains mainly: blue. Hex color #0E0F34 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0F34 is #F1F0CB. Grayscale: #121212. Windows color (decimal): -15855820 or 3411726. OLE color: 3411726.
HSL color Cylindrical-coordinate representation of color #0E0F34: hue angle of 238.42º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0E0F34 is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 14 | 15 | 52 | - |
| CMYK | 0.73 | 0.71 | 0 | 0.80 |
| HSL | 238.42º | 0.58% | 0.13% | - |
| HSV(B) | 238.42º | 0.73% | 0.2% | - |
| XYZ | 0.97 | 0.68 | 3.33 | - |
| YUV | 18.92 | 146.67 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 15 | 52 | 0.73 | 0.71 | 0 | 0.80 | 238.42 | 0.58 | 0.13 |
| Hex | E | F | 34 | 49 | 47 | 0 | 50 | EE | 3A | D |
| Octal | 16 | 17 | 64 | 111 | 107 | 0 | 120 | 356 | 72 | 15 |
| Binary | 1110 | 1111 | 110100 | 1001001 | 1000111 | 0 | 1010000 | 11101110 | 111010 | 1101 |
Color Harmonies of #0E0F34
Complementary color
Monochromatic Colors of #0E0F34
Black with #0E0F34
Text Example
Text Example
White with #0E0F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0F34; }
p { color: rgb(14,15,52); }
H1.HeaderClassName
{
color: #0E0F34;
}
.AnyTagClassName
{
color: #0E0F34;
}
</style>
background-color css
<style>
a { background-color: #0E0F34; }
a { background-color: rgb(14,15,52); }
div.DivClassName
{
background-color: #0E0F34;
}
.BgClassName
{
background-color: #0E0F34;
}
</style>
border-color css
<style>
span { border-color: #0E0F34; }
span { border-color: rgb(14,15,52); }
td.TdClassName
{
border-color: #0E0F34;
}
.TagClassName
{
border-color: #0E0F34;
}
</style>