Shades of Midnight Express #050D42
Tints of Midnight Express #050D42
RGB
CMYK
RGB Variations
Color information
#050D42 (or 0x050D42) is known color: Midnight Express. HEX triplet: 05, 0D and 42. RGB value is (5,13,66). Sum of RGB (Red+Green+Blue) = 5+13+66=84 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.95% from 84); Green value is 13 (5.47% from 255 or 15.48% from 84); Blue value is 66 (26.17% from 255 or 78.57% from 84); Max value from RGB is 66 - color contains mainly: blue. Hex color #050D42 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050D42 is #FAF2BD. Grayscale: #101010. Windows color (decimal): -16446142 or 4328709. OLE color: 4328709.
HSL color Cylindrical-coordinate representation of color #050D42: hue angle of 232.13º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #050D42 is Cyan = 0.92, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 5 | 13 | 66 | - |
| CMYK | 0.92 | 0.80 | 0 | 0.74 |
| HSL | 232.13º | 0.86% | 0.14% | - |
| HSV(B) | 232.13º | 0.92% | 0.26% | - |
| XYZ | 1.19 | 0.71 | 5.23 | - |
| YUV | 16.65 | 155.85 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 13 | 66 | 0.92 | 0.80 | 0 | 0.74 | 232.13 | 0.86 | 0.14 |
| Hex | 5 | D | 42 | 5C | 50 | 0 | 4A | E8 | 56 | E |
| Octal | 5 | 15 | 102 | 134 | 120 | 0 | 112 | 350 | 126 | 16 |
| Binary | 101 | 1101 | 1000010 | 1011100 | 1010000 | 0 | 1001010 | 11101000 | 1010110 | 1110 |
Color Harmonies of #050D42
Complementary color
Monochromatic Colors of #050D42
Black with #050D42
Text Example
Text Example
White with #050D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050D42; }
p { color: rgb(5,13,66); }
H1.HeaderClassName
{
color: #050D42;
}
.AnyTagClassName
{
color: #050D42;
}
</style>
background-color css
<style>
a { background-color: #050D42; }
a { background-color: rgb(5,13,66); }
div.DivClassName
{
background-color: #050D42;
}
.BgClassName
{
background-color: #050D42;
}
</style>
border-color css
<style>
span { border-color: #050D42; }
span { border-color: rgb(5,13,66); }
td.TdClassName
{
border-color: #050D42;
}
.TagClassName
{
border-color: #050D42;
}
</style>