Shades of Midnight Express #050D2E
Tints of Midnight Express #050D2E
RGB
CMYK
RGB Variations
Color information
#050D2E (or 0x050D2E) is known color: Midnight Express. HEX triplet: 05, 0D and 2E. RGB value is (5,13,46). Sum of RGB (Red+Green+Blue) = 5+13+46=64 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.81% from 64); Green value is 13 (5.47% from 255 or 20.31% from 64); Blue value is 46 (18.36% from 255 or 71.88% from 64); Max value from RGB is 46 - color contains mainly: blue. Hex color #050D2E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050D2E is #FAF2D1. Grayscale: #0E0E0E. Windows color (decimal): -16446162 or 3017989. OLE color: 3017989.
HSL color Cylindrical-coordinate representation of color #050D2E: hue angle of 228.29º 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 #050D2E is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 5 | 13 | 46 | - |
| CMYK | 0.89 | 0.72 | 0 | 0.82 |
| HSL | 228.29º | 0.8% | 0.1% | - |
| HSV(B) | 228.29º | 0.89% | 0.18% | - |
| XYZ | 0.7 | 0.52 | 2.65 | - |
| YUV | 14.37 | 145.85 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 13 | 46 | 0.89 | 0.72 | 0 | 0.82 | 228.29 | 0.8 | 0.1 |
| Hex | 5 | D | 2E | 59 | 48 | 0 | 52 | E4 | 50 | A |
| Octal | 5 | 15 | 56 | 131 | 110 | 0 | 122 | 344 | 120 | 12 |
| Binary | 101 | 1101 | 101110 | 1011001 | 1001000 | 0 | 1010010 | 11100100 | 1010000 | 1010 |
Color Harmonies of #050D2E
Complementary color
Monochromatic Colors of #050D2E
Black with #050D2E
Text Example
Text Example
White with #050D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050D2E; }
p { color: rgb(5,13,46); }
H1.HeaderClassName
{
color: #050D2E;
}
.AnyTagClassName
{
color: #050D2E;
}
</style>
background-color css
<style>
a { background-color: #050D2E; }
a { background-color: rgb(5,13,46); }
div.DivClassName
{
background-color: #050D2E;
}
.BgClassName
{
background-color: #050D2E;
}
</style>
border-color css
<style>
span { border-color: #050D2E; }
span { border-color: rgb(5,13,46); }
td.TdClassName
{
border-color: #050D2E;
}
.TagClassName
{
border-color: #050D2E;
}
</style>