Shades of Midnight Express #050B37
Tints of Midnight Express #050B37
RGB
CMYK
RGB Variations
Color information
#050B37 (or 0x050B37) is known color: Midnight Express. HEX triplet: 05, 0B and 37. RGB value is (5,11,55). Sum of RGB (Red+Green+Blue) = 5+11+55=71 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.04% from 71); Green value is 11 (4.69% from 255 or 15.49% from 71); Blue value is 55 (21.88% from 255 or 77.46% from 71); Max value from RGB is 55 - color contains mainly: blue. Hex color #050B37 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050B37 is #FAF4C8. Grayscale: #0E0E0E. Windows color (decimal): -16446665 or 3607301. OLE color: 3607301.
HSL color Cylindrical-coordinate representation of color #050B37: hue angle of 232.8º 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 #050B37 is Cyan = 0.91, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 5 | 11 | 55 | - |
| CMYK | 0.91 | 0.8 | 0 | 0.78 |
| HSL | 232.8º | 0.83% | 0.12% | - |
| HSV(B) | 232.8º | 0.91% | 0.22% | - |
| XYZ | 0.87 | 0.55 | 3.67 | - |
| YUV | 14.22 | 151.01 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 11 | 55 | 0.91 | 0.8 | 0 | 0.78 | 232.8 | 0.83 | 0.12 |
| Hex | 5 | B | 37 | 5B | 50 | 0 | 4E | E9 | 53 | C |
| Octal | 5 | 13 | 67 | 133 | 120 | 0 | 116 | 351 | 123 | 14 |
| Binary | 101 | 1011 | 110111 | 1011011 | 1010000 | 0 | 1001110 | 11101001 | 1010011 | 1100 |
Color Harmonies of #050B37
Complementary color
Monochromatic Colors of #050B37
Black with #050B37
Text Example
Text Example
White with #050B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050B37; }
p { color: rgb(5,11,55); }
H1.HeaderClassName
{
color: #050B37;
}
.AnyTagClassName
{
color: #050B37;
}
</style>
background-color css
<style>
a { background-color: #050B37; }
a { background-color: rgb(5,11,55); }
div.DivClassName
{
background-color: #050B37;
}
.BgClassName
{
background-color: #050B37;
}
</style>
border-color css
<style>
span { border-color: #050B37; }
span { border-color: rgb(5,11,55); }
td.TdClassName
{
border-color: #050B37;
}
.TagClassName
{
border-color: #050B37;
}
</style>