Shades of Midnight Express #0E1C44
Tints of Midnight Express #0E1C44
RGB
CMYK
RGB Variations
Color information
#0E1C44 (or 0x0E1C44) is known color: Midnight Express. HEX triplet: 0E, 1C and 44. RGB value is (14,28,68). Sum of RGB (Red+Green+Blue) = 14+28+68=110 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.73% from 110); Green value is 28 (11.33% from 255 or 25.45% from 110); Blue value is 68 (26.95% from 255 or 61.82% from 110); Max value from RGB is 68 - color contains mainly: blue. Hex color #0E1C44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E1C44 is #F1E3BB. Grayscale: #1C1C1C. Windows color (decimal): -15852476 or 4463630. OLE color: 4463630.
HSL color Cylindrical-coordinate representation of color #0E1C44: hue angle of 224.44º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0E1C44 is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 14 | 28 | 68 | - |
| CMYK | 0.79 | 0.59 | 0 | 0.73 |
| HSL | 224.44º | 0.66% | 0.16% | - |
| HSV(B) | 224.44º | 0.79% | 0.27% | - |
| XYZ | 1.64 | 1.34 | 5.64 | - |
| YUV | 28.37 | 150.36 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 28 | 68 | 0.79 | 0.59 | 0 | 0.73 | 224.44 | 0.66 | 0.16 |
| Hex | E | 1C | 44 | 4F | 3B | 0 | 49 | E0 | 42 | 10 |
| Octal | 16 | 34 | 104 | 117 | 73 | 0 | 111 | 340 | 102 | 20 |
| Binary | 1110 | 11100 | 1000100 | 1001111 | 111011 | 0 | 1001001 | 11100000 | 1000010 | 10000 |
Color Harmonies of #0E1C44
Complementary color
Monochromatic Colors of #0E1C44
Black with #0E1C44
Text Example
Text Example
White with #0E1C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1C44; }
p { color: rgb(14,28,68); }
H1.HeaderClassName
{
color: #0E1C44;
}
.AnyTagClassName
{
color: #0E1C44;
}
</style>
background-color css
<style>
a { background-color: #0E1C44; }
a { background-color: rgb(14,28,68); }
div.DivClassName
{
background-color: #0E1C44;
}
.BgClassName
{
background-color: #0E1C44;
}
</style>
border-color css
<style>
span { border-color: #0E1C44; }
span { border-color: rgb(14,28,68); }
td.TdClassName
{
border-color: #0E1C44;
}
.TagClassName
{
border-color: #0E1C44;
}
</style>