Shades of Midnight Express #050E32
Tints of Midnight Express #050E32
RGB
CMYK
RGB Variations
Color information
#050E32 (or 0x050E32) is known color: Midnight Express. HEX triplet: 05, 0E and 32. RGB value is (5,14,50). Sum of RGB (Red+Green+Blue) = 5+14+50=69 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.25% from 69); Green value is 14 (5.86% from 255 or 20.29% from 69); Blue value is 50 (19.92% from 255 or 72.46% from 69); Max value from RGB is 50 - color contains mainly: blue. Hex color #050E32 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050E32 is #FAF1CD. Grayscale: #0F0F0F. Windows color (decimal): -16445902 or 3280389. OLE color: 3280389.
HSL color Cylindrical-coordinate representation of color #050E32: hue angle of 228º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #050E32 is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 5 | 14 | 50 | - |
| CMYK | 0.90 | 0.72 | 0 | 0.80 |
| HSL | 228º | 0.82% | 0.11% | - |
| HSV(B) | 228º | 0.9% | 0.2% | - |
| XYZ | 0.8 | 0.58 | 3.09 | - |
| YUV | 15.41 | 147.52 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 14 | 50 | 0.90 | 0.72 | 0 | 0.80 | 228 | 0.82 | 0.11 |
| Hex | 5 | E | 32 | 5A | 48 | 0 | 50 | E4 | 52 | B |
| Octal | 5 | 16 | 62 | 132 | 110 | 0 | 120 | 344 | 122 | 13 |
| Binary | 101 | 1110 | 110010 | 1011010 | 1001000 | 0 | 1010000 | 11100100 | 1010010 | 1011 |
Color Harmonies of #050E32
Complementary color
Monochromatic Colors of #050E32
Black with #050E32
Text Example
Text Example
White with #050E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050E32; }
p { color: rgb(5,14,50); }
H1.HeaderClassName
{
color: #050E32;
}
.AnyTagClassName
{
color: #050E32;
}
</style>
background-color css
<style>
a { background-color: #050E32; }
a { background-color: rgb(5,14,50); }
div.DivClassName
{
background-color: #050E32;
}
.BgClassName
{
background-color: #050E32;
}
</style>
border-color css
<style>
span { border-color: #050E32; }
span { border-color: rgb(5,14,50); }
td.TdClassName
{
border-color: #050E32;
}
.TagClassName
{
border-color: #050E32;
}
</style>