Shades of Midnight Express #050745
Tints of Midnight Express #050745
RGB
CMYK
RGB Variations
Color information
#050745 (or 0x050745) is known color: Midnight Express. HEX triplet: 05, 07 and 45. RGB value is (5,7,69). Sum of RGB (Red+Green+Blue) = 5+7+69=81 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.17% from 81); Green value is 7 (3.12% from 255 or 8.64% from 81); Blue value is 69 (27.34% from 255 or 85.19% from 81); Max value from RGB is 69 - color contains mainly: blue. Hex color #050745 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050745 is #FAF8BA. Grayscale: #0D0D0D. Windows color (decimal): -16447675 or 4523781. OLE color: 4523781.
HSL color Cylindrical-coordinate representation of color #050745: hue angle of 238.12º degrees, saturation: 0.86, 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 #050745 is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 7 | 69 | - |
| CMYK | 0.93 | 0.90 | 0 | 0.73 |
| HSL | 238.13º | 0.86% | 0.15% | - |
| HSV(B) | 238.13º | 0.93% | 0.27% | - |
| XYZ | 1.21 | 0.61 | 5.68 | - |
| YUV | 13.47 | 159.34 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 7 | 69 | 0.93 | 0.90 | 0 | 0.73 | 238.13 | 0.86 | 0.15 |
| Hex | 5 | 7 | 45 | 5D | 5A | 0 | 49 | EE | 56 | F |
| Octal | 5 | 7 | 105 | 135 | 132 | 0 | 111 | 356 | 126 | 17 |
| Binary | 101 | 111 | 1000101 | 1011101 | 1011010 | 0 | 1001001 | 11101110 | 1010110 | 1111 |
Color Harmonies of #050745
Complementary color
Monochromatic Colors of #050745
Black with #050745
Text Example
Text Example
White with #050745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050745; }
p { color: rgb(5,7,69); }
H1.HeaderClassName
{
color: #050745;
}
.AnyTagClassName
{
color: #050745;
}
</style>
background-color css
<style>
a { background-color: #050745; }
a { background-color: rgb(5,7,69); }
div.DivClassName
{
background-color: #050745;
}
.BgClassName
{
background-color: #050745;
}
</style>
border-color css
<style>
span { border-color: #050745; }
span { border-color: rgb(5,7,69); }
td.TdClassName
{
border-color: #050745;
}
.TagClassName
{
border-color: #050745;
}
</style>