Shades of Midnight Express #050444
Tints of Midnight Express #050444
RGB
CMYK
RGB Variations
Color information
#050444 (or 0x050444) is known color: Midnight Express. HEX triplet: 05, 04 and 44. RGB value is (5,4,68). Sum of RGB (Red+Green+Blue) = 5+4+68=77 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.49% from 77); Green value is 4 (1.95% from 255 or 5.19% from 77); Blue value is 68 (26.95% from 255 or 88.31% from 77); Max value from RGB is 68 - color contains mainly: blue. Hex color #050444 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050444 is #FAFBBB. Grayscale: #0B0B0B. Windows color (decimal): -16448444 or 4457477. OLE color: 4457477.
HSL color Cylindrical-coordinate representation of color #050444: hue angle of 240.94º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #050444 is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 4 | 68 | - |
| CMYK | 0.93 | 0.94 | 0 | 0.73 |
| HSL | 240.94º | 0.89% | 0.14% | - |
| HSV(B) | 240.94º | 0.94% | 0.27% | - |
| XYZ | 1.15 | 0.54 | 5.51 | - |
| YUV | 11.6 | 159.83 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 4 | 68 | 0.93 | 0.94 | 0 | 0.73 | 240.94 | 0.89 | 0.14 |
| Hex | 5 | 4 | 44 | 5D | 5E | 0 | 49 | F1 | 59 | E |
| Octal | 5 | 4 | 104 | 135 | 136 | 0 | 111 | 361 | 131 | 16 |
| Binary | 101 | 100 | 1000100 | 1011101 | 1011110 | 0 | 1001001 | 11110001 | 1011001 | 1110 |
Color Harmonies of #050444
Complementary color
Monochromatic Colors of #050444
Black with #050444
Text Example
Text Example
White with #050444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050444; }
p { color: rgb(5,4,68); }
H1.HeaderClassName
{
color: #050444;
}
.AnyTagClassName
{
color: #050444;
}
</style>
background-color css
<style>
a { background-color: #050444; }
a { background-color: rgb(5,4,68); }
div.DivClassName
{
background-color: #050444;
}
.BgClassName
{
background-color: #050444;
}
</style>
border-color css
<style>
span { border-color: #050444; }
span { border-color: rgb(5,4,68); }
td.TdClassName
{
border-color: #050444;
}
.TagClassName
{
border-color: #050444;
}
</style>