Shades of Midnight Express #050D41
Tints of Midnight Express #050D41
RGB
CMYK
RGB Variations
Color information
#050D41 (or 0x050D41) is known color: Midnight Express. HEX triplet: 05, 0D and 41. RGB value is (5,13,65). Sum of RGB (Red+Green+Blue) = 5+13+65=83 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.02% from 83); Green value is 13 (5.47% from 255 or 15.66% from 83); Blue value is 65 (25.78% from 255 or 78.31% from 83); Max value from RGB is 65 - color contains mainly: blue. Hex color #050D41 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050D41 is #FAF2BE. Grayscale: #101010. Windows color (decimal): -16446143 or 4263173. OLE color: 4263173.
HSL color Cylindrical-coordinate representation of color #050D41: hue angle of 232º 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 #050D41 is Cyan = 0.92, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 5 | 13 | 65 | - |
| CMYK | 0.92 | 0.80 | 0 | 0.75 |
| HSL | 232º | 0.86% | 0.14% | - |
| HSV(B) | 232º | 0.92% | 0.25% | - |
| XYZ | 1.16 | 0.7 | 5.08 | - |
| YUV | 16.54 | 155.35 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 13 | 65 | 0.92 | 0.80 | 0 | 0.75 | 232 | 0.86 | 0.14 |
| Hex | 5 | D | 41 | 5C | 50 | 0 | 4B | E8 | 56 | E |
| Octal | 5 | 15 | 101 | 134 | 120 | 0 | 113 | 350 | 126 | 16 |
| Binary | 101 | 1101 | 1000001 | 1011100 | 1010000 | 0 | 1001011 | 11101000 | 1010110 | 1110 |
Color Harmonies of #050D41
Complementary color
Monochromatic Colors of #050D41
Black with #050D41
Text Example
Text Example
White with #050D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050D41; }
p { color: rgb(5,13,65); }
H1.HeaderClassName
{
color: #050D41;
}
.AnyTagClassName
{
color: #050D41;
}
</style>
background-color css
<style>
a { background-color: #050D41; }
a { background-color: rgb(5,13,65); }
div.DivClassName
{
background-color: #050D41;
}
.BgClassName
{
background-color: #050D41;
}
</style>
border-color css
<style>
span { border-color: #050D41; }
span { border-color: rgb(5,13,65); }
td.TdClassName
{
border-color: #050D41;
}
.TagClassName
{
border-color: #050D41;
}
</style>