Shades of Midnight Express #050C31
Tints of Midnight Express #050C31
RGB
CMYK
RGB Variations
Color information
#050C31 (or 0x050C31) is known color: Midnight Express. HEX triplet: 05, 0C and 31. RGB value is (5,12,49). Sum of RGB (Red+Green+Blue) = 5+12+49=66 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.58% from 66); Green value is 12 (5.08% from 255 or 18.18% from 66); Blue value is 49 (19.53% from 255 or 74.24% from 66); Max value from RGB is 49 - color contains mainly: blue. Hex color #050C31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050C31 is #FAF3CE. Grayscale: #0D0D0D. Windows color (decimal): -16446415 or 3214341. OLE color: 3214341.
HSL color Cylindrical-coordinate representation of color #050C31: hue angle of 230.45º 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 #050C31 is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 5 | 12 | 49 | - |
| CMYK | 0.90 | 0.76 | 0 | 0.81 |
| HSL | 230.45º | 0.81% | 0.11% | - |
| HSV(B) | 230.45º | 0.9% | 0.19% | - |
| XYZ | 0.75 | 0.52 | 2.97 | - |
| YUV | 14.13 | 147.68 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 12 | 49 | 0.90 | 0.76 | 0 | 0.81 | 230.45 | 0.81 | 0.11 |
| Hex | 5 | C | 31 | 5A | 4C | 0 | 51 | E6 | 51 | B |
| Octal | 5 | 14 | 61 | 132 | 114 | 0 | 121 | 346 | 121 | 13 |
| Binary | 101 | 1100 | 110001 | 1011010 | 1001100 | 0 | 1010001 | 11100110 | 1010001 | 1011 |
Color Harmonies of #050C31
Complementary color
Monochromatic Colors of #050C31
Black with #050C31
Text Example
Text Example
White with #050C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050C31; }
p { color: rgb(5,12,49); }
H1.HeaderClassName
{
color: #050C31;
}
.AnyTagClassName
{
color: #050C31;
}
</style>
background-color css
<style>
a { background-color: #050C31; }
a { background-color: rgb(5,12,49); }
div.DivClassName
{
background-color: #050C31;
}
.BgClassName
{
background-color: #050C31;
}
</style>
border-color css
<style>
span { border-color: #050C31; }
span { border-color: rgb(5,12,49); }
td.TdClassName
{
border-color: #050C31;
}
.TagClassName
{
border-color: #050C31;
}
</style>