Shades of Midnight Express #0E0C43
Tints of Midnight Express #0E0C43
RGB
CMYK
RGB Variations
Color information
#0E0C43 (or 0x0E0C43) is known color: Midnight Express. HEX triplet: 0E, 0C and 43. RGB value is (14,12,67). Sum of RGB (Red+Green+Blue) = 14+12+67=93 (12% of max value = 765). Red value is 14 (5.86% from 255 or 15.05% from 93); Green value is 12 (5.08% from 255 or 12.90% from 93); Blue value is 67 (26.56% from 255 or 72.04% from 93); Max value from RGB is 67 - color contains mainly: blue. Hex color #0E0C43 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0C43 is #F1F3BC. Grayscale: #121212. Windows color (decimal): -15856573 or 4393998. OLE color: 4393998.
HSL color Cylindrical-coordinate representation of color #0E0C43: hue angle of 242.18º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0E0C43 is Cyan = 0.79, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 14 | 12 | 67 | - |
| CMYK | 0.79 | 0.82 | 0 | 0.74 |
| HSL | 242.18º | 0.7% | 0.15% | - |
| HSV(B) | 242.18º | 0.82% | 0.26% | - |
| XYZ | 1.33 | 0.76 | 5.39 | - |
| YUV | 18.87 | 155.16 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 12 | 67 | 0.79 | 0.82 | 0 | 0.74 | 242.18 | 0.7 | 0.15 |
| Hex | E | C | 43 | 4F | 52 | 0 | 4A | F2 | 46 | F |
| Octal | 16 | 14 | 103 | 117 | 122 | 0 | 112 | 362 | 106 | 17 |
| Binary | 1110 | 1100 | 1000011 | 1001111 | 1010010 | 0 | 1001010 | 11110010 | 1000110 | 1111 |
Color Harmonies of #0E0C43
Complementary color
Monochromatic Colors of #0E0C43
Black with #0E0C43
Text Example
Text Example
White with #0E0C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0C43; }
p { color: rgb(14,12,67); }
H1.HeaderClassName
{
color: #0E0C43;
}
.AnyTagClassName
{
color: #0E0C43;
}
</style>
background-color css
<style>
a { background-color: #0E0C43; }
a { background-color: rgb(14,12,67); }
div.DivClassName
{
background-color: #0E0C43;
}
.BgClassName
{
background-color: #0E0C43;
}
</style>
border-color css
<style>
span { border-color: #0E0C43; }
span { border-color: rgb(14,12,67); }
td.TdClassName
{
border-color: #0E0C43;
}
.TagClassName
{
border-color: #0E0C43;
}
</style>