Shades of Midnight Express #050437
Tints of Midnight Express #050437
RGB
CMYK
RGB Variations
Color information
#050437 (or 0x050437) is known color: Midnight Express. HEX triplet: 05, 04 and 37. RGB value is (5,4,55). Sum of RGB (Red+Green+Blue) = 5+4+55=64 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.81% from 64); Green value is 4 (1.95% from 255 or 6.25% from 64); Blue value is 55 (21.88% from 255 or 85.94% from 64); Max value from RGB is 55 - color contains mainly: blue. Hex color #050437 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050437 is #FAFBC8. Grayscale: #090909. Windows color (decimal): -16448457 or 3605509. OLE color: 3605509.
HSL color Cylindrical-coordinate representation of color #050437: hue angle of 241.18º degrees, saturation: 0.86, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #050437 is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 5 | 4 | 55 | - |
| CMYK | 0.91 | 0.93 | 0 | 0.78 |
| HSL | 241.18º | 0.86% | 0.12% | - |
| HSV(B) | 241.18º | 0.93% | 0.22% | - |
| XYZ | 0.8 | 0.39 | 3.65 | - |
| YUV | 10.11 | 153.33 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 4 | 55 | 0.91 | 0.93 | 0 | 0.78 | 241.18 | 0.86 | 0.12 |
| Hex | 5 | 4 | 37 | 5B | 5D | 0 | 4E | F1 | 56 | C |
| Octal | 5 | 4 | 67 | 133 | 135 | 0 | 116 | 361 | 126 | 14 |
| Binary | 101 | 100 | 110111 | 1011011 | 1011101 | 0 | 1001110 | 11110001 | 1010110 | 1100 |
Color Harmonies of #050437
Complementary color
Monochromatic Colors of #050437
Black with #050437
Text Example
Text Example
White with #050437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050437; }
p { color: rgb(5,4,55); }
H1.HeaderClassName
{
color: #050437;
}
.AnyTagClassName
{
color: #050437;
}
</style>
background-color css
<style>
a { background-color: #050437; }
a { background-color: rgb(5,4,55); }
div.DivClassName
{
background-color: #050437;
}
.BgClassName
{
background-color: #050437;
}
</style>
border-color css
<style>
span { border-color: #050437; }
span { border-color: rgb(5,4,55); }
td.TdClassName
{
border-color: #050437;
}
.TagClassName
{
border-color: #050437;
}
</style>