Shades of Midnight Express #050E40
Tints of Midnight Express #050E40
RGB
CMYK
RGB Variations
Color information
#050E40 (or 0x050E40) is known color: Midnight Express. HEX triplet: 05, 0E and 40. RGB value is (5,14,64). Sum of RGB (Red+Green+Blue) = 5+14+64=83 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.02% from 83); Green value is 14 (5.86% from 255 or 16.87% from 83); Blue value is 64 (25.39% from 255 or 77.11% from 83); Max value from RGB is 64 - color contains mainly: blue. Hex color #050E40 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050E40 is #FAF1BF. Grayscale: #101010. Windows color (decimal): -16445888 or 4197893. OLE color: 4197893.
HSL color Cylindrical-coordinate representation of color #050E40: hue angle of 230.85º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #050E40 is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 5 | 14 | 64 | - |
| CMYK | 0.92 | 0.78 | 0 | 0.75 |
| HSL | 230.85º | 0.86% | 0.14% | - |
| HSV(B) | 230.85º | 0.92% | 0.25% | - |
| XYZ | 1.15 | 0.72 | 4.93 | - |
| YUV | 17.01 | 154.52 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 14 | 64 | 0.92 | 0.78 | 0 | 0.75 | 230.85 | 0.86 | 0.14 |
| Hex | 5 | E | 40 | 5C | 4E | 0 | 4B | E7 | 56 | E |
| Octal | 5 | 16 | 100 | 134 | 116 | 0 | 113 | 347 | 126 | 16 |
| Binary | 101 | 1110 | 1000000 | 1011100 | 1001110 | 0 | 1001011 | 11100111 | 1010110 | 1110 |
Color Harmonies of #050E40
Complementary color
Monochromatic Colors of #050E40
Black with #050E40
Text Example
Text Example
White with #050E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050E40; }
p { color: rgb(5,14,64); }
H1.HeaderClassName
{
color: #050E40;
}
.AnyTagClassName
{
color: #050E40;
}
</style>
background-color css
<style>
a { background-color: #050E40; }
a { background-color: rgb(5,14,64); }
div.DivClassName
{
background-color: #050E40;
}
.BgClassName
{
background-color: #050E40;
}
</style>
border-color css
<style>
span { border-color: #050E40; }
span { border-color: rgb(5,14,64); }
td.TdClassName
{
border-color: #050E40;
}
.TagClassName
{
border-color: #050E40;
}
</style>