Shades of Midnight Express #050C46
Tints of Midnight Express #050C46
RGB
CMYK
RGB Variations
Color information
#050C46 (or 0x050C46) is known color: Midnight Express. HEX triplet: 05, 0C and 46. RGB value is (5,12,70). Sum of RGB (Red+Green+Blue) = 5+12+70=87 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.75% from 87); Green value is 12 (5.08% from 255 or 13.79% from 87); Blue value is 70 (27.73% from 255 or 80.46% from 87); Max value from RGB is 70 - color contains mainly: blue. Hex color #050C46 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050C46 is #FAF3B9. Grayscale: #101010. Windows color (decimal): -16446394 or 4590597. OLE color: 4590597.
HSL color Cylindrical-coordinate representation of color #050C46: hue angle of 233.54º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #050C46 is Cyan = 0.93, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 12 | 70 | - |
| CMYK | 0.93 | 0.83 | 0 | 0.73 |
| HSL | 233.54º | 0.87% | 0.15% | - |
| HSV(B) | 233.54º | 0.93% | 0.27% | - |
| XYZ | 1.3 | 0.74 | 5.87 | - |
| YUV | 16.52 | 158.18 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 12 | 70 | 0.93 | 0.83 | 0 | 0.73 | 233.54 | 0.87 | 0.15 |
| Hex | 5 | C | 46 | 5D | 53 | 0 | 49 | EA | 57 | F |
| Octal | 5 | 14 | 106 | 135 | 123 | 0 | 111 | 352 | 127 | 17 |
| Binary | 101 | 1100 | 1000110 | 1011101 | 1010011 | 0 | 1001001 | 11101010 | 1010111 | 1111 |
Color Harmonies of #050C46
Complementary color
Monochromatic Colors of #050C46
Black with #050C46
Text Example
Text Example
White with #050C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050C46; }
p { color: rgb(5,12,70); }
H1.HeaderClassName
{
color: #050C46;
}
.AnyTagClassName
{
color: #050C46;
}
</style>
background-color css
<style>
a { background-color: #050C46; }
a { background-color: rgb(5,12,70); }
div.DivClassName
{
background-color: #050C46;
}
.BgClassName
{
background-color: #050C46;
}
</style>
border-color css
<style>
span { border-color: #050C46; }
span { border-color: rgb(5,12,70); }
td.TdClassName
{
border-color: #050C46;
}
.TagClassName
{
border-color: #050C46;
}
</style>