Shades of Midnight Express #050D37
Tints of Midnight Express #050D37
RGB
CMYK
RGB Variations
Color information
#050D37 (or 0x050D37) is known color: Midnight Express. HEX triplet: 05, 0D and 37. RGB value is (5,13,55). Sum of RGB (Red+Green+Blue) = 5+13+55=73 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.85% from 73); Green value is 13 (5.47% from 255 or 17.81% from 73); Blue value is 55 (21.88% from 255 or 75.34% from 73); Max value from RGB is 55 - color contains mainly: blue. Hex color #050D37 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050D37 is #FAF2C8. Grayscale: #0F0F0F. Windows color (decimal): -16446153 or 3607813. OLE color: 3607813.
HSL color Cylindrical-coordinate representation of color #050D37: hue angle of 230.4º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #050D37 is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 5 | 13 | 55 | - |
| CMYK | 0.91 | 0.76 | 0 | 0.78 |
| HSL | 230.4º | 0.83% | 0.12% | - |
| HSV(B) | 230.4º | 0.91% | 0.22% | - |
| XYZ | 0.9 | 0.6 | 3.68 | - |
| YUV | 15.4 | 150.35 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 13 | 55 | 0.91 | 0.76 | 0 | 0.78 | 230.4 | 0.83 | 0.12 |
| Hex | 5 | D | 37 | 5B | 4C | 0 | 4E | E6 | 53 | C |
| Octal | 5 | 15 | 67 | 133 | 114 | 0 | 116 | 346 | 123 | 14 |
| Binary | 101 | 1101 | 110111 | 1011011 | 1001100 | 0 | 1001110 | 11100110 | 1010011 | 1100 |
Color Harmonies of #050D37
Complementary color
Monochromatic Colors of #050D37
Black with #050D37
Text Example
Text Example
White with #050D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050D37; }
p { color: rgb(5,13,55); }
H1.HeaderClassName
{
color: #050D37;
}
.AnyTagClassName
{
color: #050D37;
}
</style>
background-color css
<style>
a { background-color: #050D37; }
a { background-color: rgb(5,13,55); }
div.DivClassName
{
background-color: #050D37;
}
.BgClassName
{
background-color: #050D37;
}
</style>
border-color css
<style>
span { border-color: #050D37; }
span { border-color: rgb(5,13,55); }
td.TdClassName
{
border-color: #050D37;
}
.TagClassName
{
border-color: #050D37;
}
</style>