Shades of Midnight Express #0E103C
Tints of Midnight Express #0E103C
RGB
CMYK
RGB Variations
Color information
#0E103C (or 0x0E103C) is known color: Midnight Express. HEX triplet: 0E, 10 and 3C. RGB value is (14,16,60). Sum of RGB (Red+Green+Blue) = 14+16+60=90 (11% of max value = 765). Red value is 14 (5.86% from 255 or 15.56% from 90); Green value is 16 (6.64% from 255 or 17.78% from 90); Blue value is 60 (23.83% from 255 or 66.67% from 90); Max value from RGB is 60 - color contains mainly: blue. Hex color #0E103C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E103C is #F1EFC3. Grayscale: #141414. Windows color (decimal): -15855556 or 3936270. OLE color: 3936270.
HSL color Cylindrical-coordinate representation of color #0E103C: hue angle of 237.39º 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 #0E103C is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 14 | 16 | 60 | - |
| CMYK | 0.77 | 0.73 | 0 | 0.76 |
| HSL | 237.39º | 0.62% | 0.15% | - |
| HSV(B) | 237.39º | 0.77% | 0.24% | - |
| XYZ | 1.18 | 0.79 | 4.37 | - |
| YUV | 20.42 | 150.34 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 16 | 60 | 0.77 | 0.73 | 0 | 0.76 | 237.39 | 0.62 | 0.15 |
| Hex | E | 10 | 3C | 4D | 49 | 0 | 4C | ED | 3E | F |
| Octal | 16 | 20 | 74 | 115 | 111 | 0 | 114 | 355 | 76 | 17 |
| Binary | 1110 | 10000 | 111100 | 1001101 | 1001001 | 0 | 1001100 | 11101101 | 111110 | 1111 |
Color Harmonies of #0E103C
Complementary color
Monochromatic Colors of #0E103C
Black with #0E103C
Text Example
Text Example
White with #0E103C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E103C; }
p { color: rgb(14,16,60); }
H1.HeaderClassName
{
color: #0E103C;
}
.AnyTagClassName
{
color: #0E103C;
}
</style>
background-color css
<style>
a { background-color: #0E103C; }
a { background-color: rgb(14,16,60); }
div.DivClassName
{
background-color: #0E103C;
}
.BgClassName
{
background-color: #0E103C;
}
</style>
border-color css
<style>
span { border-color: #0E103C; }
span { border-color: rgb(14,16,60); }
td.TdClassName
{
border-color: #0E103C;
}
.TagClassName
{
border-color: #0E103C;
}
</style>