Shades of Midnight Express #0E1E4A
Tints of Midnight Express #0E1E4A
RGB
CMYK
RGB Variations
Color information
#0E1E4A (or 0x0E1E4A) is known color: Midnight Express. HEX triplet: 0E, 1E and 4A. RGB value is (14,30,74). Sum of RGB (Red+Green+Blue) = 14+30+74=118 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.86% from 118); Green value is 30 (12.11% from 255 or 25.42% from 118); Blue value is 74 (29.30% from 255 or 62.71% from 118); Max value from RGB is 74 - color contains mainly: blue. Hex color #0E1E4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E1E4A is #F1E1B5. Grayscale: #1E1E1E. Windows color (decimal): -15851958 or 4857358. OLE color: 4857358.
HSL color Cylindrical-coordinate representation of color #0E1E4A: hue angle of 224º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0E1E4A is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 14 | 30 | 74 | - |
| CMYK | 0.81 | 0.59 | 0 | 0.71 |
| HSL | 224º | 0.68% | 0.17% | - |
| HSV(B) | 224º | 0.81% | 0.29% | - |
| XYZ | 1.88 | 1.52 | 6.67 | - |
| YUV | 30.23 | 152.7 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 30 | 74 | 0.81 | 0.59 | 0 | 0.71 | 224 | 0.68 | 0.17 |
| Hex | E | 1E | 4A | 51 | 3B | 0 | 47 | E0 | 44 | 11 |
| Octal | 16 | 36 | 112 | 121 | 73 | 0 | 107 | 340 | 104 | 21 |
| Binary | 1110 | 11110 | 1001010 | 1010001 | 111011 | 0 | 1000111 | 11100000 | 1000100 | 10001 |
Color Harmonies of #0E1E4A
Complementary color
Monochromatic Colors of #0E1E4A
Black with #0E1E4A
Text Example
Text Example
White with #0E1E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1E4A; }
p { color: rgb(14,30,74); }
H1.HeaderClassName
{
color: #0E1E4A;
}
.AnyTagClassName
{
color: #0E1E4A;
}
</style>
background-color css
<style>
a { background-color: #0E1E4A; }
a { background-color: rgb(14,30,74); }
div.DivClassName
{
background-color: #0E1E4A;
}
.BgClassName
{
background-color: #0E1E4A;
}
</style>
border-color css
<style>
span { border-color: #0E1E4A; }
span { border-color: rgb(14,30,74); }
td.TdClassName
{
border-color: #0E1E4A;
}
.TagClassName
{
border-color: #0E1E4A;
}
</style>