Shades of Midnight Express #0E163C
Tints of Midnight Express #0E163C
RGB
CMYK
RGB Variations
Color information
#0E163C (or 0x0E163C) is known color: Midnight Express. HEX triplet: 0E, 16 and 3C. RGB value is (14,22,60). Sum of RGB (Red+Green+Blue) = 14+22+60=96 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.58% from 96); Green value is 22 (8.98% from 255 or 22.92% from 96); Blue value is 60 (23.83% from 255 or 62.5% from 96); Max value from RGB is 60 - color contains mainly: blue. Hex color #0E163C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E163C is #F1E9C3. Grayscale: #171717. Windows color (decimal): -15854020 or 3937806. OLE color: 3937806.
HSL color Cylindrical-coordinate representation of color #0E163C: hue angle of 229.57º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0E163C is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 14 | 22 | 60 | - |
| CMYK | 0.77 | 0.63 | 0 | 0.76 |
| HSL | 229.57º | 0.62% | 0.15% | - |
| HSV(B) | 229.57º | 0.77% | 0.24% | - |
| XYZ | 1.28 | 0.99 | 4.4 | - |
| YUV | 23.94 | 148.35 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 22 | 60 | 0.77 | 0.63 | 0 | 0.76 | 229.57 | 0.62 | 0.15 |
| Hex | E | 16 | 3C | 4D | 3F | 0 | 4C | E6 | 3E | F |
| Octal | 16 | 26 | 74 | 115 | 77 | 0 | 114 | 346 | 76 | 17 |
| Binary | 1110 | 10110 | 111100 | 1001101 | 111111 | 0 | 1001100 | 11100110 | 111110 | 1111 |
Color Harmonies of #0E163C
Complementary color
Monochromatic Colors of #0E163C
Black with #0E163C
Text Example
Text Example
White with #0E163C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E163C; }
p { color: rgb(14,22,60); }
H1.HeaderClassName
{
color: #0E163C;
}
.AnyTagClassName
{
color: #0E163C;
}
</style>
background-color css
<style>
a { background-color: #0E163C; }
a { background-color: rgb(14,22,60); }
div.DivClassName
{
background-color: #0E163C;
}
.BgClassName
{
background-color: #0E163C;
}
</style>
border-color css
<style>
span { border-color: #0E163C; }
span { border-color: rgb(14,22,60); }
td.TdClassName
{
border-color: #0E163C;
}
.TagClassName
{
border-color: #0E163C;
}
</style>