Shades of Midnight Express #051632
Tints of Midnight Express #051632
RGB
CMYK
RGB Variations
Color information
#051632 (or 0x051632) is known color: Midnight Express. HEX triplet: 05, 16 and 32. RGB value is (5,22,50). Sum of RGB (Red+Green+Blue) = 5+22+50=77 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.49% from 77); Green value is 22 (8.98% from 255 or 28.57% from 77); Blue value is 50 (19.92% from 255 or 64.94% from 77); Max value from RGB is 50 - color contains mainly: blue. Hex color #051632 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051632 is #FAE9CD. Grayscale: #131313. Windows color (decimal): -16443854 or 3282437. OLE color: 3282437.
HSL color Cylindrical-coordinate representation of color #051632: hue angle of 217.33º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #051632 is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 5 | 22 | 50 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.80 |
| HSL | 217.33º | 0.82% | 0.11% | - |
| HSV(B) | 217.33º | 0.9% | 0.2% | - |
| XYZ | 0.93 | 0.84 | 3.13 | - |
| YUV | 20.11 | 144.87 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 22 | 50 | 0.90 | 0.56 | 0 | 0.80 | 217.33 | 0.82 | 0.11 |
| Hex | 5 | 16 | 32 | 5A | 38 | 0 | 50 | D9 | 52 | B |
| Octal | 5 | 26 | 62 | 132 | 70 | 0 | 120 | 331 | 122 | 13 |
| Binary | 101 | 10110 | 110010 | 1011010 | 111000 | 0 | 1010000 | 11011001 | 1010010 | 1011 |
Color Harmonies of #051632
Complementary color
Monochromatic Colors of #051632
Black with #051632
Text Example
Text Example
White with #051632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051632; }
p { color: rgb(5,22,50); }
H1.HeaderClassName
{
color: #051632;
}
.AnyTagClassName
{
color: #051632;
}
</style>
background-color css
<style>
a { background-color: #051632; }
a { background-color: rgb(5,22,50); }
div.DivClassName
{
background-color: #051632;
}
.BgClassName
{
background-color: #051632;
}
</style>
border-color css
<style>
span { border-color: #051632; }
span { border-color: rgb(5,22,50); }
td.TdClassName
{
border-color: #051632;
}
.TagClassName
{
border-color: #051632;
}
</style>