Shades of Midnight Express #0F0E40
Tints of Midnight Express #0F0E40
RGB
CMYK
RGB Variations
Color information
#0F0E40 (or 0x0F0E40) is known color: Midnight Express. HEX triplet: 0F, 0E and 40. RGB value is (15,14,64). Sum of RGB (Red+Green+Blue) = 15+14+64=93 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.13% from 93); Green value is 14 (5.86% from 255 or 15.05% from 93); Blue value is 64 (25.39% from 255 or 68.82% from 93); Max value from RGB is 64 - color contains mainly: blue. Hex color #0F0E40 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0E40 is #F0F1BF. Grayscale: #131313. Windows color (decimal): -15790528 or 4197903. OLE color: 4197903.
HSL color Cylindrical-coordinate representation of color #0F0E40: hue angle of 241.2º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0F0E40 is Cyan = 0.77, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 15 | 14 | 64 | - |
| CMYK | 0.77 | 0.78 | 0 | 0.75 |
| HSL | 241.2º | 0.64% | 0.15% | - |
| HSV(B) | 241.2º | 0.78% | 0.25% | - |
| XYZ | 1.28 | 0.79 | 4.93 | - |
| YUV | 20 | 152.83 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 14 | 64 | 0.77 | 0.78 | 0 | 0.75 | 241.2 | 0.64 | 0.15 |
| Hex | F | E | 40 | 4D | 4E | 0 | 4B | F1 | 40 | F |
| Octal | 17 | 16 | 100 | 115 | 116 | 0 | 113 | 361 | 100 | 17 |
| Binary | 1111 | 1110 | 1000000 | 1001101 | 1001110 | 0 | 1001011 | 11110001 | 1000000 | 1111 |
Color Harmonies of #0F0E40
Complementary color
Monochromatic Colors of #0F0E40
Black with #0F0E40
Text Example
Text Example
White with #0F0E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0E40; }
p { color: rgb(15,14,64); }
H1.HeaderClassName
{
color: #0F0E40;
}
.AnyTagClassName
{
color: #0F0E40;
}
</style>
background-color css
<style>
a { background-color: #0F0E40; }
a { background-color: rgb(15,14,64); }
div.DivClassName
{
background-color: #0F0E40;
}
.BgClassName
{
background-color: #0F0E40;
}
</style>
border-color css
<style>
span { border-color: #0F0E40; }
span { border-color: rgb(15,14,64); }
td.TdClassName
{
border-color: #0F0E40;
}
.TagClassName
{
border-color: #0F0E40;
}
</style>