Shades of Midnight Express #051533
Tints of Midnight Express #051533
RGB
CMYK
RGB Variations
Color information
#051533 (or 0x051533) is known color: Midnight Express. HEX triplet: 05, 15 and 33. RGB value is (5,21,51). Sum of RGB (Red+Green+Blue) = 5+21+51=77 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.49% from 77); Green value is 21 (8.59% from 255 or 27.27% from 77); Blue value is 51 (20.31% from 255 or 66.23% from 77); Max value from RGB is 51 - color contains mainly: blue. Hex color #051533 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051533 is #FAEACC. Grayscale: #131313. Windows color (decimal): -16444109 or 3347717. OLE color: 3347717.
HSL color Cylindrical-coordinate representation of color #051533: hue angle of 219.13º 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 #051533 is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 5 | 21 | 51 | - |
| CMYK | 0.90 | 0.59 | 0 | 0.8 |
| HSL | 219.13º | 0.82% | 0.11% | - |
| HSV(B) | 219.13º | 0.9% | 0.2% | - |
| XYZ | 0.93 | 0.81 | 3.24 | - |
| YUV | 19.64 | 145.7 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 21 | 51 | 0.90 | 0.59 | 0 | 0.8 | 219.13 | 0.82 | 0.11 |
| Hex | 5 | 15 | 33 | 5A | 3B | 0 | 50 | DB | 52 | B |
| Octal | 5 | 25 | 63 | 132 | 73 | 0 | 120 | 333 | 122 | 13 |
| Binary | 101 | 10101 | 110011 | 1011010 | 111011 | 0 | 1010000 | 11011011 | 1010010 | 1011 |
Color Harmonies of #051533
Complementary color
Monochromatic Colors of #051533
Black with #051533
Text Example
Text Example
White with #051533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051533; }
p { color: rgb(5,21,51); }
H1.HeaderClassName
{
color: #051533;
}
.AnyTagClassName
{
color: #051533;
}
</style>
background-color css
<style>
a { background-color: #051533; }
a { background-color: rgb(5,21,51); }
div.DivClassName
{
background-color: #051533;
}
.BgClassName
{
background-color: #051533;
}
</style>
border-color css
<style>
span { border-color: #051533; }
span { border-color: rgb(5,21,51); }
td.TdClassName
{
border-color: #051533;
}
.TagClassName
{
border-color: #051533;
}
</style>