Shades of Midnight Express #000E3C
Tints of Midnight Express #000E3C
RGB
CMYK
RGB Variations
Color information
#000E3C (or 0x000E3C) is known color: Midnight Express. HEX triplet: 00, 0E and 3C. RGB value is (0,14,60). Sum of RGB (Red+Green+Blue) = 0+14+60=74 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 74); Green value is 14 (5.86% from 255 or 18.92% from 74); Blue value is 60 (23.83% from 255 or 81.08% from 74); Max value from RGB is 60 - color contains mainly: blue. Hex color #000E3C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000E3C is #FFF1C3. Grayscale: #0E0E0E. Windows color (decimal): -16773572 or 3935744. OLE color: 3935744.
HSL color Cylindrical-coordinate representation of color #000E3C: hue angle of 226º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000E3C is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 0 | 14 | 60 | - |
| CMYK | 1 | 0.77 | 0 | 0.76 |
| HSL | 226º | 1% | 0.12% | - |
| HSV(B) | 226º | 1% | 0.24% | - |
| XYZ | 0.97 | 0.64 | 4.35 | - |
| YUV | 15.06 | 153.36 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 14 | 60 | 1 | 0.77 | 0 | 0.76 | 226 | 1 | 0.12 |
| Hex | 0 | E | 3C | 64 | 4D | 0 | 4C | E2 | 64 | C |
| Octal | 0 | 16 | 74 | 144 | 115 | 0 | 114 | 342 | 144 | 14 |
| Binary | 0 | 1110 | 111100 | 1100100 | 1001101 | 0 | 1001100 | 11100010 | 1100100 | 1100 |
Color Harmonies of #000E3C
Complementary color
Monochromatic Colors of #000E3C
Black with #000E3C
Text Example
Text Example
White with #000E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000E3C; }
p { color: rgb(0,14,60); }
H1.HeaderClassName
{
color: #000E3C;
}
.AnyTagClassName
{
color: #000E3C;
}
</style>
background-color css
<style>
a { background-color: #000E3C; }
a { background-color: rgb(0,14,60); }
div.DivClassName
{
background-color: #000E3C;
}
.BgClassName
{
background-color: #000E3C;
}
</style>
border-color css
<style>
span { border-color: #000E3C; }
span { border-color: rgb(0,14,60); }
td.TdClassName
{
border-color: #000E3C;
}
.TagClassName
{
border-color: #000E3C;
}
</style>