Shades of Midnight Express #050E2D
Tints of Midnight Express #050E2D
RGB
CMYK
RGB Variations
Color information
#050E2D (or 0x050E2D) is known color: Midnight Express. HEX triplet: 05, 0E and 2D. RGB value is (5,14,45). Sum of RGB (Red+Green+Blue) = 5+14+45=64 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.81% from 64); Green value is 14 (5.86% from 255 or 21.88% from 64); Blue value is 45 (17.97% from 255 or 70.31% from 64); Max value from RGB is 45 - color contains mainly: blue. Hex color #050E2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050E2D is #FAF1D2. Grayscale: #0E0E0E. Windows color (decimal): -16445907 or 2952709. OLE color: 2952709.
HSL color Cylindrical-coordinate representation of color #050E2D: hue angle of 226.5º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #050E2D is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 5 | 14 | 45 | - |
| CMYK | 0.89 | 0.69 | 0 | 0.82 |
| HSL | 226.5º | 0.8% | 0.1% | - |
| HSV(B) | 226.5º | 0.89% | 0.18% | - |
| XYZ | 0.69 | 0.54 | 2.55 | - |
| YUV | 14.84 | 145.02 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 14 | 45 | 0.89 | 0.69 | 0 | 0.82 | 226.5 | 0.8 | 0.1 |
| Hex | 5 | E | 2D | 59 | 45 | 0 | 52 | E2 | 50 | A |
| Octal | 5 | 16 | 55 | 131 | 105 | 0 | 122 | 342 | 120 | 12 |
| Binary | 101 | 1110 | 101101 | 1011001 | 1000101 | 0 | 1010010 | 11100010 | 1010000 | 1010 |
Color Harmonies of #050E2D
Complementary color
Monochromatic Colors of #050E2D
Black with #050E2D
Text Example
Text Example
White with #050E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050E2D; }
p { color: rgb(5,14,45); }
H1.HeaderClassName
{
color: #050E2D;
}
.AnyTagClassName
{
color: #050E2D;
}
</style>
background-color css
<style>
a { background-color: #050E2D; }
a { background-color: rgb(5,14,45); }
div.DivClassName
{
background-color: #050E2D;
}
.BgClassName
{
background-color: #050E2D;
}
</style>
border-color css
<style>
span { border-color: #050E2D; }
span { border-color: rgb(5,14,45); }
td.TdClassName
{
border-color: #050E2D;
}
.TagClassName
{
border-color: #050E2D;
}
</style>