Shades of Midnight Express #0E133C
Tints of Midnight Express #0E133C
RGB
CMYK
RGB Variations
Color information
#0E133C (or 0x0E133C) is known color: Midnight Express. HEX triplet: 0E, 13 and 3C. RGB value is (14,19,60). Sum of RGB (Red+Green+Blue) = 14+19+60=93 (12% of max value = 765). Red value is 14 (5.86% from 255 or 15.05% from 93); Green value is 19 (7.81% from 255 or 20.43% from 93); Blue value is 60 (23.83% from 255 or 64.52% from 93); Max value from RGB is 60 - color contains mainly: blue. Hex color #0E133C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E133C is #F1ECC3. Grayscale: #161616. Windows color (decimal): -15854788 or 3937038. OLE color: 3937038.
HSL color Cylindrical-coordinate representation of color #0E133C: hue angle of 233.48º 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 #0E133C is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 14 | 19 | 60 | - |
| CMYK | 0.77 | 0.68 | 0 | 0.76 |
| HSL | 233.48º | 0.62% | 0.15% | - |
| HSV(B) | 233.48º | 0.77% | 0.24% | - |
| XYZ | 1.23 | 0.89 | 4.38 | - |
| YUV | 22.18 | 149.34 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 19 | 60 | 0.77 | 0.68 | 0 | 0.76 | 233.48 | 0.62 | 0.15 |
| Hex | E | 13 | 3C | 4D | 44 | 0 | 4C | E9 | 3E | F |
| Octal | 16 | 23 | 74 | 115 | 104 | 0 | 114 | 351 | 76 | 17 |
| Binary | 1110 | 10011 | 111100 | 1001101 | 1000100 | 0 | 1001100 | 11101001 | 111110 | 1111 |
Color Harmonies of #0E133C
Complementary color
Monochromatic Colors of #0E133C
Black with #0E133C
Text Example
Text Example
White with #0E133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E133C; }
p { color: rgb(14,19,60); }
H1.HeaderClassName
{
color: #0E133C;
}
.AnyTagClassName
{
color: #0E133C;
}
</style>
background-color css
<style>
a { background-color: #0E133C; }
a { background-color: rgb(14,19,60); }
div.DivClassName
{
background-color: #0E133C;
}
.BgClassName
{
background-color: #0E133C;
}
</style>
border-color css
<style>
span { border-color: #0E133C; }
span { border-color: rgb(14,19,60); }
td.TdClassName
{
border-color: #0E133C;
}
.TagClassName
{
border-color: #0E133C;
}
</style>