Shades of Midnight Express #050A43
Tints of Midnight Express #050A43
RGB
CMYK
RGB Variations
Color information
#050A43 (or 0x050A43) is known color: Midnight Express. HEX triplet: 05, 0A and 43. RGB value is (5,10,67). Sum of RGB (Red+Green+Blue) = 5+10+67=82 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.10% from 82); Green value is 10 (4.30% from 255 or 12.20% from 82); Blue value is 67 (26.56% from 255 or 81.71% from 82); Max value from RGB is 67 - color contains mainly: blue. Hex color #050A43 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050A43 is #FAF5BC. Grayscale: #0E0E0E. Windows color (decimal): -16446909 or 4393477. OLE color: 4393477.
HSL color Cylindrical-coordinate representation of color #050A43: hue angle of 235.16º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #050A43 is Cyan = 0.93, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 5 | 10 | 67 | - |
| CMYK | 0.93 | 0.85 | 0 | 0.74 |
| HSL | 235.16º | 0.86% | 0.14% | - |
| HSV(B) | 235.16º | 0.93% | 0.26% | - |
| XYZ | 1.18 | 0.65 | 5.37 | - |
| YUV | 15 | 157.34 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 10 | 67 | 0.93 | 0.85 | 0 | 0.74 | 235.16 | 0.86 | 0.14 |
| Hex | 5 | A | 43 | 5D | 55 | 0 | 4A | EB | 56 | E |
| Octal | 5 | 12 | 103 | 135 | 125 | 0 | 112 | 353 | 126 | 16 |
| Binary | 101 | 1010 | 1000011 | 1011101 | 1010101 | 0 | 1001010 | 11101011 | 1010110 | 1110 |
Color Harmonies of #050A43
Complementary color
Monochromatic Colors of #050A43
Black with #050A43
Text Example
Text Example
White with #050A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050A43; }
p { color: rgb(5,10,67); }
H1.HeaderClassName
{
color: #050A43;
}
.AnyTagClassName
{
color: #050A43;
}
</style>
background-color css
<style>
a { background-color: #050A43; }
a { background-color: rgb(5,10,67); }
div.DivClassName
{
background-color: #050A43;
}
.BgClassName
{
background-color: #050A43;
}
</style>
border-color css
<style>
span { border-color: #050A43; }
span { border-color: rgb(5,10,67); }
td.TdClassName
{
border-color: #050A43;
}
.TagClassName
{
border-color: #050A43;
}
</style>