Shades of Midnight Express #051337
Tints of Midnight Express #051337
RGB
CMYK
RGB Variations
Color information
#051337 (or 0x051337) is known color: Midnight Express. HEX triplet: 05, 13 and 37. RGB value is (5,19,55). Sum of RGB (Red+Green+Blue) = 5+19+55=79 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.33% from 79); Green value is 19 (7.81% from 255 or 24.05% from 79); Blue value is 55 (21.88% from 255 or 69.62% from 79); Max value from RGB is 55 - color contains mainly: blue. Hex color #051337 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051337 is #FAECC8. Grayscale: #121212. Windows color (decimal): -16444617 or 3609349. OLE color: 3609349.
HSL color Cylindrical-coordinate representation of color #051337: hue angle of 223.2º 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 #051337 is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 5 | 19 | 55 | - |
| CMYK | 0.91 | 0.65 | 0 | 0.78 |
| HSL | 223.2º | 0.83% | 0.12% | - |
| HSV(B) | 223.2º | 0.91% | 0.22% | - |
| XYZ | 0.99 | 0.77 | 3.71 | - |
| YUV | 18.92 | 148.36 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 19 | 55 | 0.91 | 0.65 | 0 | 0.78 | 223.2 | 0.83 | 0.12 |
| Hex | 5 | 13 | 37 | 5B | 41 | 0 | 4E | DF | 53 | C |
| Octal | 5 | 23 | 67 | 133 | 101 | 0 | 116 | 337 | 123 | 14 |
| Binary | 101 | 10011 | 110111 | 1011011 | 1000001 | 0 | 1001110 | 11011111 | 1010011 | 1100 |
Color Harmonies of #051337
Complementary color
Monochromatic Colors of #051337
Black with #051337
Text Example
Text Example
White with #051337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051337; }
p { color: rgb(5,19,55); }
H1.HeaderClassName
{
color: #051337;
}
.AnyTagClassName
{
color: #051337;
}
</style>
background-color css
<style>
a { background-color: #051337; }
a { background-color: rgb(5,19,55); }
div.DivClassName
{
background-color: #051337;
}
.BgClassName
{
background-color: #051337;
}
</style>
border-color css
<style>
span { border-color: #051337; }
span { border-color: rgb(5,19,55); }
td.TdClassName
{
border-color: #051337;
}
.TagClassName
{
border-color: #051337;
}
</style>