Shades of Midnight Express #050746
Tints of Midnight Express #050746
RGB
CMYK
RGB Variations
Color information
#050746 (or 0x050746) is known color: Midnight Express. HEX triplet: 05, 07 and 46. RGB value is (5,7,70). Sum of RGB (Red+Green+Blue) = 5+7+70=82 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.10% from 82); Green value is 7 (3.12% from 255 or 8.54% from 82); Blue value is 70 (27.73% from 255 or 85.37% from 82); Max value from RGB is 70 - color contains mainly: blue. Hex color #050746 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050746 is #FAF8B9. Grayscale: #0D0D0D. Windows color (decimal): -16447674 or 4589317. OLE color: 4589317.
HSL color Cylindrical-coordinate representation of color #050746: hue angle of 238.15º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #050746 is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 7 | 70 | - |
| CMYK | 0.93 | 0.90 | 0 | 0.73 |
| HSL | 238.15º | 0.87% | 0.15% | - |
| HSV(B) | 238.15º | 0.93% | 0.27% | - |
| XYZ | 1.24 | 0.63 | 5.85 | - |
| YUV | 13.58 | 159.84 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 7 | 70 | 0.93 | 0.90 | 0 | 0.73 | 238.15 | 0.87 | 0.15 |
| Hex | 5 | 7 | 46 | 5D | 5A | 0 | 49 | EE | 57 | F |
| Octal | 5 | 7 | 106 | 135 | 132 | 0 | 111 | 356 | 127 | 17 |
| Binary | 101 | 111 | 1000110 | 1011101 | 1011010 | 0 | 1001001 | 11101110 | 1010111 | 1111 |
Color Harmonies of #050746
Complementary color
Monochromatic Colors of #050746
Black with #050746
Text Example
Text Example
White with #050746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050746; }
p { color: rgb(5,7,70); }
H1.HeaderClassName
{
color: #050746;
}
.AnyTagClassName
{
color: #050746;
}
</style>
background-color css
<style>
a { background-color: #050746; }
a { background-color: rgb(5,7,70); }
div.DivClassName
{
background-color: #050746;
}
.BgClassName
{
background-color: #050746;
}
</style>
border-color css
<style>
span { border-color: #050746; }
span { border-color: rgb(5,7,70); }
td.TdClassName
{
border-color: #050746;
}
.TagClassName
{
border-color: #050746;
}
</style>