Shades of Midnight Express #050E34
Tints of Midnight Express #050E34
RGB
CMYK
RGB Variations
Color information
#050E34 (or 0x050E34) is known color: Midnight Express. HEX triplet: 05, 0E and 34. RGB value is (5,14,52). Sum of RGB (Red+Green+Blue) = 5+14+52=71 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.04% from 71); Green value is 14 (5.86% from 255 or 19.72% from 71); Blue value is 52 (20.70% from 255 or 73.24% from 71); Max value from RGB is 52 - color contains mainly: blue. Hex color #050E34 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050E34 is #FAF1CB. Grayscale: #0F0F0F. Windows color (decimal): -16445900 or 3411461. OLE color: 3411461.
HSL color Cylindrical-coordinate representation of color #050E34: hue angle of 228.51º 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 #050E34 is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 5 | 14 | 52 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.80 |
| HSL | 228.51º | 0.82% | 0.11% | - |
| HSV(B) | 228.51º | 0.9% | 0.2% | - |
| XYZ | 0.84 | 0.59 | 3.32 | - |
| YUV | 15.64 | 148.52 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 14 | 52 | 0.90 | 0.73 | 0 | 0.80 | 228.51 | 0.82 | 0.11 |
| Hex | 5 | E | 34 | 5A | 49 | 0 | 50 | E5 | 52 | B |
| Octal | 5 | 16 | 64 | 132 | 111 | 0 | 120 | 345 | 122 | 13 |
| Binary | 101 | 1110 | 110100 | 1011010 | 1001001 | 0 | 1010000 | 11100101 | 1010010 | 1011 |
Color Harmonies of #050E34
Complementary color
Monochromatic Colors of #050E34
Black with #050E34
Text Example
Text Example
White with #050E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050E34; }
p { color: rgb(5,14,52); }
H1.HeaderClassName
{
color: #050E34;
}
.AnyTagClassName
{
color: #050E34;
}
</style>
background-color css
<style>
a { background-color: #050E34; }
a { background-color: rgb(5,14,52); }
div.DivClassName
{
background-color: #050E34;
}
.BgClassName
{
background-color: #050E34;
}
</style>
border-color css
<style>
span { border-color: #050E34; }
span { border-color: rgb(5,14,52); }
td.TdClassName
{
border-color: #050E34;
}
.TagClassName
{
border-color: #050E34;
}
</style>