Shades of Midnight Express #050843
Tints of Midnight Express #050843
RGB
CMYK
RGB Variations
Color information
#050843 (or 0x050843) is known color: Midnight Express. HEX triplet: 05, 08 and 43. RGB value is (5,8,67). Sum of RGB (Red+Green+Blue) = 5+8+67=80 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.25% from 80); Green value is 8 (3.52% from 255 or 10% from 80); Blue value is 67 (26.56% from 255 or 83.75% from 80); Max value from RGB is 67 - color contains mainly: blue. Hex color #050843 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050843 is #FAF7BC. Grayscale: #0D0D0D. Windows color (decimal): -16447421 or 4392965. OLE color: 4392965.
HSL color Cylindrical-coordinate representation of color #050843: hue angle of 237.1º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #050843 is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 5 | 8 | 67 | - |
| CMYK | 0.93 | 0.88 | 0 | 0.74 |
| HSL | 237.1º | 0.86% | 0.14% | - |
| HSV(B) | 237.1º | 0.93% | 0.26% | - |
| XYZ | 1.16 | 0.61 | 5.37 | - |
| YUV | 13.83 | 158.01 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 8 | 67 | 0.93 | 0.88 | 0 | 0.74 | 237.1 | 0.86 | 0.14 |
| Hex | 5 | 8 | 43 | 5D | 58 | 0 | 4A | ED | 56 | E |
| Octal | 5 | 10 | 103 | 135 | 130 | 0 | 112 | 355 | 126 | 16 |
| Binary | 101 | 1000 | 1000011 | 1011101 | 1011000 | 0 | 1001010 | 11101101 | 1010110 | 1110 |
Color Harmonies of #050843
Complementary color
Monochromatic Colors of #050843
Black with #050843
Text Example
Text Example
White with #050843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050843; }
p { color: rgb(5,8,67); }
H1.HeaderClassName
{
color: #050843;
}
.AnyTagClassName
{
color: #050843;
}
</style>
background-color css
<style>
a { background-color: #050843; }
a { background-color: rgb(5,8,67); }
div.DivClassName
{
background-color: #050843;
}
.BgClassName
{
background-color: #050843;
}
</style>
border-color css
<style>
span { border-color: #050843; }
span { border-color: rgb(5,8,67); }
td.TdClassName
{
border-color: #050843;
}
.TagClassName
{
border-color: #050843;
}
</style>