Shades of Midnight Express #050D40
Tints of Midnight Express #050D40
RGB
CMYK
RGB Variations
Color information
#050D40 (or 0x050D40) is known color: Midnight Express. HEX triplet: 05, 0D and 40. RGB value is (5,13,64). Sum of RGB (Red+Green+Blue) = 5+13+64=82 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.10% from 82); Green value is 13 (5.47% from 255 or 15.85% from 82); Blue value is 64 (25.39% from 255 or 78.05% from 82); Max value from RGB is 64 - color contains mainly: blue. Hex color #050D40 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050D40 is #FAF2BF. Grayscale: #101010. Windows color (decimal): -16446144 or 4197637. OLE color: 4197637.
HSL color Cylindrical-coordinate representation of color #050D40: hue angle of 231.86º 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 #050D40 is Cyan = 0.92, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 5 | 13 | 64 | - |
| CMYK | 0.92 | 0.80 | 0 | 0.75 |
| HSL | 231.86º | 0.86% | 0.14% | - |
| HSV(B) | 231.86º | 0.92% | 0.25% | - |
| XYZ | 1.13 | 0.69 | 4.92 | - |
| YUV | 16.42 | 154.85 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 13 | 64 | 0.92 | 0.80 | 0 | 0.75 | 231.86 | 0.86 | 0.14 |
| Hex | 5 | D | 40 | 5C | 50 | 0 | 4B | E8 | 56 | E |
| Octal | 5 | 15 | 100 | 134 | 120 | 0 | 113 | 350 | 126 | 16 |
| Binary | 101 | 1101 | 1000000 | 1011100 | 1010000 | 0 | 1001011 | 11101000 | 1010110 | 1110 |
Color Harmonies of #050D40
Complementary color
Monochromatic Colors of #050D40
Black with #050D40
Text Example
Text Example
White with #050D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050D40; }
p { color: rgb(5,13,64); }
H1.HeaderClassName
{
color: #050D40;
}
.AnyTagClassName
{
color: #050D40;
}
</style>
background-color css
<style>
a { background-color: #050D40; }
a { background-color: rgb(5,13,64); }
div.DivClassName
{
background-color: #050D40;
}
.BgClassName
{
background-color: #050D40;
}
</style>
border-color css
<style>
span { border-color: #050D40; }
span { border-color: rgb(5,13,64); }
td.TdClassName
{
border-color: #050D40;
}
.TagClassName
{
border-color: #050D40;
}
</style>