Shades of Midnight Express #051638
Tints of Midnight Express #051638
RGB
CMYK
RGB Variations
Color information
#051638 (or 0x051638) is known color: Midnight Express. HEX triplet: 05, 16 and 38. RGB value is (5,22,56). Sum of RGB (Red+Green+Blue) = 5+22+56=83 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.02% from 83); Green value is 22 (8.98% from 255 or 26.51% from 83); Blue value is 56 (22.27% from 255 or 67.47% from 83); Max value from RGB is 56 - color contains mainly: blue. Hex color #051638 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051638 is #FAE9C7. Grayscale: #141414. Windows color (decimal): -16443848 or 3675653. OLE color: 3675653.
HSL color Cylindrical-coordinate representation of color #051638: hue angle of 220º 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 #051638 is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 5 | 22 | 56 | - |
| CMYK | 0.91 | 0.61 | 0 | 0.78 |
| HSL | 220º | 0.84% | 0.12% | - |
| HSV(B) | 220º | 0.91% | 0.22% | - |
| XYZ | 1.06 | 0.89 | 3.86 | - |
| YUV | 20.79 | 147.87 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 22 | 56 | 0.91 | 0.61 | 0 | 0.78 | 220 | 0.84 | 0.12 |
| Hex | 5 | 16 | 38 | 5B | 3D | 0 | 4E | DC | 54 | C |
| Octal | 5 | 26 | 70 | 133 | 75 | 0 | 116 | 334 | 124 | 14 |
| Binary | 101 | 10110 | 111000 | 1011011 | 111101 | 0 | 1001110 | 11011100 | 1010100 | 1100 |
Color Harmonies of #051638
Complementary color
Monochromatic Colors of #051638
Black with #051638
Text Example
Text Example
White with #051638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051638; }
p { color: rgb(5,22,56); }
H1.HeaderClassName
{
color: #051638;
}
.AnyTagClassName
{
color: #051638;
}
</style>
background-color css
<style>
a { background-color: #051638; }
a { background-color: rgb(5,22,56); }
div.DivClassName
{
background-color: #051638;
}
.BgClassName
{
background-color: #051638;
}
</style>
border-color css
<style>
span { border-color: #051638; }
span { border-color: rgb(5,22,56); }
td.TdClassName
{
border-color: #051638;
}
.TagClassName
{
border-color: #051638;
}
</style>