Shades of Midnight Express #051137
Tints of Midnight Express #051137
RGB
CMYK
RGB Variations
Color information
#051137 (or 0x051137) is known color: Midnight Express. HEX triplet: 05, 11 and 37. RGB value is (5,17,55). Sum of RGB (Red+Green+Blue) = 5+17+55=77 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.49% from 77); Green value is 17 (7.03% from 255 or 22.08% from 77); Blue value is 55 (21.88% from 255 or 71.43% from 77); Max value from RGB is 55 - color contains mainly: blue. Hex color #051137 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051137 is #FAEEC8. Grayscale: #111111. Windows color (decimal): -16445129 or 3608837. OLE color: 3608837.
HSL color Cylindrical-coordinate representation of color #051137: hue angle of 225.6º degrees, saturation: 0.83, 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 #051137 is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 5 | 17 | 55 | - |
| CMYK | 0.91 | 0.69 | 0 | 0.78 |
| HSL | 225.6º | 0.83% | 0.12% | - |
| HSV(B) | 225.6º | 0.91% | 0.22% | - |
| XYZ | 0.95 | 0.71 | 3.7 | - |
| YUV | 17.74 | 149.02 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 17 | 55 | 0.91 | 0.69 | 0 | 0.78 | 225.6 | 0.83 | 0.12 |
| Hex | 5 | 11 | 37 | 5B | 45 | 0 | 4E | E2 | 53 | C |
| Octal | 5 | 21 | 67 | 133 | 105 | 0 | 116 | 342 | 123 | 14 |
| Binary | 101 | 10001 | 110111 | 1011011 | 1000101 | 0 | 1001110 | 11100010 | 1010011 | 1100 |
Color Harmonies of #051137
Complementary color
Monochromatic Colors of #051137
Black with #051137
Text Example
Text Example
White with #051137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051137; }
p { color: rgb(5,17,55); }
H1.HeaderClassName
{
color: #051137;
}
.AnyTagClassName
{
color: #051137;
}
</style>
background-color css
<style>
a { background-color: #051137; }
a { background-color: rgb(5,17,55); }
div.DivClassName
{
background-color: #051137;
}
.BgClassName
{
background-color: #051137;
}
</style>
border-color css
<style>
span { border-color: #051137; }
span { border-color: rgb(5,17,55); }
td.TdClassName
{
border-color: #051137;
}
.TagClassName
{
border-color: #051137;
}
</style>