Shades of Midnight Express #051432
Tints of Midnight Express #051432
RGB
CMYK
RGB Variations
Color information
#051432 (or 0x051432) is known color: Midnight Express. HEX triplet: 05, 14 and 32. RGB value is (5,20,50). Sum of RGB (Red+Green+Blue) = 5+20+50=75 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.67% from 75); Green value is 20 (8.20% from 255 or 26.67% from 75); Blue value is 50 (19.92% from 255 or 66.67% from 75); Max value from RGB is 50 - color contains mainly: blue. Hex color #051432 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051432 is #FAEBCD. Grayscale: #121212. Windows color (decimal): -16444366 or 3281925. OLE color: 3281925.
HSL color Cylindrical-coordinate representation of color #051432: hue angle of 220º 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 #051432 is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 5 | 20 | 50 | - |
| CMYK | 0.90 | 0.60 | 0 | 0.80 |
| HSL | 220º | 0.82% | 0.11% | - |
| HSV(B) | 220º | 0.9% | 0.2% | - |
| XYZ | 0.89 | 0.76 | 3.12 | - |
| YUV | 18.94 | 145.53 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 20 | 50 | 0.90 | 0.60 | 0 | 0.80 | 220 | 0.82 | 0.11 |
| Hex | 5 | 14 | 32 | 5A | 3C | 0 | 50 | DC | 52 | B |
| Octal | 5 | 24 | 62 | 132 | 74 | 0 | 120 | 334 | 122 | 13 |
| Binary | 101 | 10100 | 110010 | 1011010 | 111100 | 0 | 1010000 | 11011100 | 1010010 | 1011 |
Color Harmonies of #051432
Complementary color
Monochromatic Colors of #051432
Black with #051432
Text Example
Text Example
White with #051432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051432; }
p { color: rgb(5,20,50); }
H1.HeaderClassName
{
color: #051432;
}
.AnyTagClassName
{
color: #051432;
}
</style>
background-color css
<style>
a { background-color: #051432; }
a { background-color: rgb(5,20,50); }
div.DivClassName
{
background-color: #051432;
}
.BgClassName
{
background-color: #051432;
}
</style>
border-color css
<style>
span { border-color: #051432; }
span { border-color: rgb(5,20,50); }
td.TdClassName
{
border-color: #051432;
}
.TagClassName
{
border-color: #051432;
}
</style>