Shades of Midnight Express #051143
Tints of Midnight Express #051143
RGB
CMYK
RGB Variations
Color information
#051143 (or 0x051143) is known color: Midnight Express. HEX triplet: 05, 11 and 43. RGB value is (5,17,67). Sum of RGB (Red+Green+Blue) = 5+17+67=89 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.62% from 89); Green value is 17 (7.03% from 255 or 19.10% from 89); Blue value is 67 (26.56% from 255 or 75.28% from 89); Max value from RGB is 67 - color contains mainly: blue. Hex color #051143 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051143 is #FAEEBC. Grayscale: #121212. Windows color (decimal): -16445117 or 4395269. OLE color: 4395269.
HSL color Cylindrical-coordinate representation of color #051143: hue angle of 228.39º 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 #051143 is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 5 | 17 | 67 | - |
| CMYK | 0.93 | 0.75 | 0 | 0.74 |
| HSL | 228.39º | 0.86% | 0.14% | - |
| HSV(B) | 228.39º | 0.93% | 0.26% | - |
| XYZ | 1.28 | 0.84 | 5.4 | - |
| YUV | 19.11 | 155.02 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 17 | 67 | 0.93 | 0.75 | 0 | 0.74 | 228.39 | 0.86 | 0.14 |
| Hex | 5 | 11 | 43 | 5D | 4B | 0 | 4A | E4 | 56 | E |
| Octal | 5 | 21 | 103 | 135 | 113 | 0 | 112 | 344 | 126 | 16 |
| Binary | 101 | 10001 | 1000011 | 1011101 | 1001011 | 0 | 1001010 | 11100100 | 1010110 | 1110 |
Color Harmonies of #051143
Complementary color
Monochromatic Colors of #051143
Black with #051143
Text Example
Text Example
White with #051143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051143; }
p { color: rgb(5,17,67); }
H1.HeaderClassName
{
color: #051143;
}
.AnyTagClassName
{
color: #051143;
}
</style>
background-color css
<style>
a { background-color: #051143; }
a { background-color: rgb(5,17,67); }
div.DivClassName
{
background-color: #051143;
}
.BgClassName
{
background-color: #051143;
}
</style>
border-color css
<style>
span { border-color: #051143; }
span { border-color: rgb(5,17,67); }
td.TdClassName
{
border-color: #051143;
}
.TagClassName
{
border-color: #051143;
}
</style>