Shades of Midnight Express #050E3C
Tints of Midnight Express #050E3C
RGB
CMYK
RGB Variations
Color information
#050E3C (or 0x050E3C) is known color: Midnight Express. HEX triplet: 05, 0E and 3C. RGB value is (5,14,60). Sum of RGB (Red+Green+Blue) = 5+14+60=79 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.33% from 79); Green value is 14 (5.86% from 255 or 17.72% from 79); Blue value is 60 (23.83% from 255 or 75.95% from 79); Max value from RGB is 60 - color contains mainly: blue. Hex color #050E3C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050E3C is #FAF1C3. Grayscale: #101010. Windows color (decimal): -16445892 or 3935749. OLE color: 3935749.
HSL color Cylindrical-coordinate representation of color #050E3C: hue angle of 230.18º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #050E3C is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 14 | 60 | - |
| CMYK | 0.92 | 0.77 | 0 | 0.76 |
| HSL | 230.18º | 0.85% | 0.13% | - |
| HSV(B) | 230.18º | 0.92% | 0.24% | - |
| XYZ | 1.04 | 0.67 | 4.35 | - |
| YUV | 16.55 | 152.52 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 14 | 60 | 0.92 | 0.77 | 0 | 0.76 | 230.18 | 0.85 | 0.13 |
| Hex | 5 | E | 3C | 5C | 4D | 0 | 4C | E6 | 55 | D |
| Octal | 5 | 16 | 74 | 134 | 115 | 0 | 114 | 346 | 125 | 15 |
| Binary | 101 | 1110 | 111100 | 1011100 | 1001101 | 0 | 1001100 | 11100110 | 1010101 | 1101 |
Color Harmonies of #050E3C
Complementary color
Monochromatic Colors of #050E3C
Black with #050E3C
Text Example
Text Example
White with #050E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050E3C; }
p { color: rgb(5,14,60); }
H1.HeaderClassName
{
color: #050E3C;
}
.AnyTagClassName
{
color: #050E3C;
}
</style>
background-color css
<style>
a { background-color: #050E3C; }
a { background-color: rgb(5,14,60); }
div.DivClassName
{
background-color: #050E3C;
}
.BgClassName
{
background-color: #050E3C;
}
</style>
border-color css
<style>
span { border-color: #050E3C; }
span { border-color: rgb(5,14,60); }
td.TdClassName
{
border-color: #050E3C;
}
.TagClassName
{
border-color: #050E3C;
}
</style>