Shades of Midnight Express #050836
Tints of Midnight Express #050836
RGB
CMYK
RGB Variations
Color information
#050836 (or 0x050836) is known color: Midnight Express. HEX triplet: 05, 08 and 36. RGB value is (5,8,54). Sum of RGB (Red+Green+Blue) = 5+8+54=67 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.46% from 67); Green value is 8 (3.52% from 255 or 11.94% from 67); Blue value is 54 (21.48% from 255 or 80.60% from 67); Max value from RGB is 54 - color contains mainly: blue. Hex color #050836 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050836 is #FAF7C9. Grayscale: #0C0C0C. Windows color (decimal): -16447434 or 3540997. OLE color: 3540997.
HSL color Cylindrical-coordinate representation of color #050836: hue angle of 236.33º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #050836 is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 5 | 8 | 54 | - |
| CMYK | 0.91 | 0.85 | 0 | 0.79 |
| HSL | 236.33º | 0.83% | 0.12% | - |
| HSV(B) | 236.33º | 0.91% | 0.21% | - |
| XYZ | 0.82 | 0.47 | 3.54 | - |
| YUV | 12.35 | 151.51 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 8 | 54 | 0.91 | 0.85 | 0 | 0.79 | 236.33 | 0.83 | 0.12 |
| Hex | 5 | 8 | 36 | 5B | 55 | 0 | 4F | EC | 53 | C |
| Octal | 5 | 10 | 66 | 133 | 125 | 0 | 117 | 354 | 123 | 14 |
| Binary | 101 | 1000 | 110110 | 1011011 | 1010101 | 0 | 1001111 | 11101100 | 1010011 | 1100 |
Color Harmonies of #050836
Complementary color
Monochromatic Colors of #050836
Black with #050836
Text Example
Text Example
White with #050836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050836; }
p { color: rgb(5,8,54); }
H1.HeaderClassName
{
color: #050836;
}
.AnyTagClassName
{
color: #050836;
}
</style>
background-color css
<style>
a { background-color: #050836; }
a { background-color: rgb(5,8,54); }
div.DivClassName
{
background-color: #050836;
}
.BgClassName
{
background-color: #050836;
}
</style>
border-color css
<style>
span { border-color: #050836; }
span { border-color: rgb(5,8,54); }
td.TdClassName
{
border-color: #050836;
}
.TagClassName
{
border-color: #050836;
}
</style>