Shades of Midnight Express #050D31
Tints of Midnight Express #050D31
RGB
CMYK
RGB Variations
Color information
#050D31 (or 0x050D31) is known color: Midnight Express. HEX triplet: 05, 0D and 31. RGB value is (5,13,49). Sum of RGB (Red+Green+Blue) = 5+13+49=67 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.46% from 67); Green value is 13 (5.47% from 255 or 19.40% from 67); Blue value is 49 (19.53% from 255 or 73.13% from 67); Max value from RGB is 49 - color contains mainly: blue. Hex color #050D31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050D31 is #FAF2CE. Grayscale: #0E0E0E. Windows color (decimal): -16446159 or 3214597. OLE color: 3214597.
HSL color Cylindrical-coordinate representation of color #050D31: hue angle of 229.09º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #050D31 is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 5 | 13 | 49 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.81 |
| HSL | 229.09º | 0.81% | 0.11% | - |
| HSV(B) | 229.09º | 0.9% | 0.19% | - |
| XYZ | 0.76 | 0.54 | 2.97 | - |
| YUV | 14.71 | 147.35 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 13 | 49 | 0.90 | 0.73 | 0 | 0.81 | 229.09 | 0.81 | 0.11 |
| Hex | 5 | D | 31 | 5A | 49 | 0 | 51 | E5 | 51 | B |
| Octal | 5 | 15 | 61 | 132 | 111 | 0 | 121 | 345 | 121 | 13 |
| Binary | 101 | 1101 | 110001 | 1011010 | 1001001 | 0 | 1010001 | 11100101 | 1010001 | 1011 |
Color Harmonies of #050D31
Complementary color
Monochromatic Colors of #050D31
Black with #050D31
Text Example
Text Example
White with #050D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050D31; }
p { color: rgb(5,13,49); }
H1.HeaderClassName
{
color: #050D31;
}
.AnyTagClassName
{
color: #050D31;
}
</style>
background-color css
<style>
a { background-color: #050D31; }
a { background-color: rgb(5,13,49); }
div.DivClassName
{
background-color: #050D31;
}
.BgClassName
{
background-color: #050D31;
}
</style>
border-color css
<style>
span { border-color: #050D31; }
span { border-color: rgb(5,13,49); }
td.TdClassName
{
border-color: #050D31;
}
.TagClassName
{
border-color: #050D31;
}
</style>