Shades of Midnight Express #051145
Tints of Midnight Express #051145
RGB
CMYK
RGB Variations
Color information
#051145 (or 0x051145) is known color: Midnight Express. HEX triplet: 05, 11 and 45. RGB value is (5,17,69). Sum of RGB (Red+Green+Blue) = 5+17+69=91 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.49% from 91); Green value is 17 (7.03% from 255 or 18.68% from 91); Blue value is 69 (27.34% from 255 or 75.82% from 91); Max value from RGB is 69 - color contains mainly: blue. Hex color #051145 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051145 is #FAEEBA. Grayscale: #131313. Windows color (decimal): -16445115 or 4526341. OLE color: 4526341.
HSL color Cylindrical-coordinate representation of color #051145: hue angle of 228.75º degrees, saturation: 0.86, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #051145 is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 17 | 69 | - |
| CMYK | 0.93 | 0.75 | 0 | 0.73 |
| HSL | 228.75º | 0.86% | 0.15% | - |
| HSV(B) | 228.75º | 0.93% | 0.27% | - |
| XYZ | 1.34 | 0.86 | 5.73 | - |
| YUV | 19.34 | 156.02 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 17 | 69 | 0.93 | 0.75 | 0 | 0.73 | 228.75 | 0.86 | 0.15 |
| Hex | 5 | 11 | 45 | 5D | 4B | 0 | 49 | E5 | 56 | F |
| Octal | 5 | 21 | 105 | 135 | 113 | 0 | 111 | 345 | 126 | 17 |
| Binary | 101 | 10001 | 1000101 | 1011101 | 1001011 | 0 | 1001001 | 11100101 | 1010110 | 1111 |
Color Harmonies of #051145
Complementary color
Monochromatic Colors of #051145
Black with #051145
Text Example
Text Example
White with #051145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051145; }
p { color: rgb(5,17,69); }
H1.HeaderClassName
{
color: #051145;
}
.AnyTagClassName
{
color: #051145;
}
</style>
background-color css
<style>
a { background-color: #051145; }
a { background-color: rgb(5,17,69); }
div.DivClassName
{
background-color: #051145;
}
.BgClassName
{
background-color: #051145;
}
</style>
border-color css
<style>
span { border-color: #051145; }
span { border-color: rgb(5,17,69); }
td.TdClassName
{
border-color: #051145;
}
.TagClassName
{
border-color: #051145;
}
</style>