Shades of Midnight Express #050A41
Tints of Midnight Express #050A41
RGB
CMYK
RGB Variations
Color information
#050A41 (or 0x050A41) is known color: Midnight Express. HEX triplet: 05, 0A and 41. RGB value is (5,10,65). Sum of RGB (Red+Green+Blue) = 5+10+65=80 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.25% from 80); Green value is 10 (4.30% from 255 or 12.5% from 80); Blue value is 65 (25.78% from 255 or 81.25% from 80); Max value from RGB is 65 - color contains mainly: blue. Hex color #050A41 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050A41 is #FAF5BE. Grayscale: #0E0E0E. Windows color (decimal): -16446911 or 4262405. OLE color: 4262405.
HSL color Cylindrical-coordinate representation of color #050A41: hue angle of 235º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #050A41 is Cyan = 0.92, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 5 | 10 | 65 | - |
| CMYK | 0.92 | 0.85 | 0 | 0.75 |
| HSL | 235º | 0.86% | 0.14% | - |
| HSV(B) | 235º | 0.92% | 0.25% | - |
| XYZ | 1.13 | 0.63 | 5.06 | - |
| YUV | 14.78 | 156.34 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 10 | 65 | 0.92 | 0.85 | 0 | 0.75 | 235 | 0.86 | 0.14 |
| Hex | 5 | A | 41 | 5C | 55 | 0 | 4B | EB | 56 | E |
| Octal | 5 | 12 | 101 | 134 | 125 | 0 | 113 | 353 | 126 | 16 |
| Binary | 101 | 1010 | 1000001 | 1011100 | 1010101 | 0 | 1001011 | 11101011 | 1010110 | 1110 |
Color Harmonies of #050A41
Complementary color
Monochromatic Colors of #050A41
Black with #050A41
Text Example
Text Example
White with #050A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050A41; }
p { color: rgb(5,10,65); }
H1.HeaderClassName
{
color: #050A41;
}
.AnyTagClassName
{
color: #050A41;
}
</style>
background-color css
<style>
a { background-color: #050A41; }
a { background-color: rgb(5,10,65); }
div.DivClassName
{
background-color: #050A41;
}
.BgClassName
{
background-color: #050A41;
}
</style>
border-color css
<style>
span { border-color: #050A41; }
span { border-color: rgb(5,10,65); }
td.TdClassName
{
border-color: #050A41;
}
.TagClassName
{
border-color: #050A41;
}
</style>