Shades of Midnight Express #051538
Tints of Midnight Express #051538
RGB
CMYK
RGB Variations
Color information
#051538 (or 0x051538) is known color: Midnight Express. HEX triplet: 05, 15 and 38. RGB value is (5,21,56). Sum of RGB (Red+Green+Blue) = 5+21+56=82 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.10% from 82); Green value is 21 (8.59% from 255 or 25.61% from 82); Blue value is 56 (22.27% from 255 or 68.29% from 82); Max value from RGB is 56 - color contains mainly: blue. Hex color #051538 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051538 is #FAEAC7. Grayscale: #141414. Windows color (decimal): -16444104 or 3675397. OLE color: 3675397.
HSL color Cylindrical-coordinate representation of color #051538: hue angle of 221.18º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #051538 is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 5 | 21 | 56 | - |
| CMYK | 0.91 | 0.63 | 0 | 0.78 |
| HSL | 221.18º | 0.84% | 0.12% | - |
| HSV(B) | 221.18º | 0.91% | 0.22% | - |
| XYZ | 1.04 | 0.85 | 3.85 | - |
| YUV | 20.21 | 148.2 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 21 | 56 | 0.91 | 0.63 | 0 | 0.78 | 221.18 | 0.84 | 0.12 |
| Hex | 5 | 15 | 38 | 5B | 3F | 0 | 4E | DD | 54 | C |
| Octal | 5 | 25 | 70 | 133 | 77 | 0 | 116 | 335 | 124 | 14 |
| Binary | 101 | 10101 | 111000 | 1011011 | 111111 | 0 | 1001110 | 11011101 | 1010100 | 1100 |
Color Harmonies of #051538
Complementary color
Monochromatic Colors of #051538
Black with #051538
Text Example
Text Example
White with #051538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051538; }
p { color: rgb(5,21,56); }
H1.HeaderClassName
{
color: #051538;
}
.AnyTagClassName
{
color: #051538;
}
</style>
background-color css
<style>
a { background-color: #051538; }
a { background-color: rgb(5,21,56); }
div.DivClassName
{
background-color: #051538;
}
.BgClassName
{
background-color: #051538;
}
</style>
border-color css
<style>
span { border-color: #051538; }
span { border-color: rgb(5,21,56); }
td.TdClassName
{
border-color: #051538;
}
.TagClassName
{
border-color: #051538;
}
</style>