Shades of Midnight Express #051D43
Tints of Midnight Express #051D43
RGB
CMYK
RGB Variations
Color information
#051D43 (or 0x051D43) is known color: Midnight Express. HEX triplet: 05, 1D and 43. RGB value is (5,29,67). Sum of RGB (Red+Green+Blue) = 5+29+67=101 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.95% from 101); Green value is 29 (11.72% from 255 or 28.71% from 101); Blue value is 67 (26.56% from 255 or 66.34% from 101); Max value from RGB is 67 - color contains mainly: blue. Hex color #051D43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051D43 is #FAE2BC. Grayscale: #191919. Windows color (decimal): -16442045 or 4398341. OLE color: 4398341.
HSL color Cylindrical-coordinate representation of color #051D43: hue angle of 216.77º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #051D43 is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 5 | 29 | 67 | - |
| CMYK | 0.93 | 0.57 | 0 | 0.74 |
| HSL | 216.77º | 0.86% | 0.14% | - |
| HSV(B) | 216.77º | 0.93% | 0.26% | - |
| XYZ | 1.52 | 1.32 | 5.48 | - |
| YUV | 26.16 | 151.05 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 29 | 67 | 0.93 | 0.57 | 0 | 0.74 | 216.77 | 0.86 | 0.14 |
| Hex | 5 | 1D | 43 | 5D | 39 | 0 | 4A | D9 | 56 | E |
| Octal | 5 | 35 | 103 | 135 | 71 | 0 | 112 | 331 | 126 | 16 |
| Binary | 101 | 11101 | 1000011 | 1011101 | 111001 | 0 | 1001010 | 11011001 | 1010110 | 1110 |
Color Harmonies of #051D43
Complementary color
Monochromatic Colors of #051D43
Black with #051D43
Text Example
Text Example
White with #051D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051D43; }
p { color: rgb(5,29,67); }
H1.HeaderClassName
{
color: #051D43;
}
.AnyTagClassName
{
color: #051D43;
}
</style>
background-color css
<style>
a { background-color: #051D43; }
a { background-color: rgb(5,29,67); }
div.DivClassName
{
background-color: #051D43;
}
.BgClassName
{
background-color: #051D43;
}
</style>
border-color css
<style>
span { border-color: #051D43; }
span { border-color: rgb(5,29,67); }
td.TdClassName
{
border-color: #051D43;
}
.TagClassName
{
border-color: #051D43;
}
</style>