Shades of Midnight Express #051545
Tints of Midnight Express #051545
RGB
CMYK
RGB Variations
Color information
#051545 (or 0x051545) is known color: Midnight Express. HEX triplet: 05, 15 and 45. RGB value is (5,21,69). Sum of RGB (Red+Green+Blue) = 5+21+69=95 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.26% from 95); Green value is 21 (8.59% from 255 or 22.11% from 95); Blue value is 69 (27.34% from 255 or 72.63% from 95); Max value from RGB is 69 - color contains mainly: blue. Hex color #051545 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051545 is #FAEABA. Grayscale: #151515. Windows color (decimal): -16444091 or 4527365. OLE color: 4527365.
HSL color Cylindrical-coordinate representation of color #051545: hue angle of 225º 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 #051545 is Cyan = 0.93, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 21 | 69 | - |
| CMYK | 0.93 | 0.70 | 0 | 0.73 |
| HSL | 225º | 0.86% | 0.15% | - |
| HSV(B) | 225º | 0.93% | 0.27% | - |
| XYZ | 1.4 | 1 | 5.75 | - |
| YUV | 21.69 | 154.7 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 21 | 69 | 0.93 | 0.70 | 0 | 0.73 | 225 | 0.86 | 0.15 |
| Hex | 5 | 15 | 45 | 5D | 46 | 0 | 49 | E1 | 56 | F |
| Octal | 5 | 25 | 105 | 135 | 106 | 0 | 111 | 341 | 126 | 17 |
| Binary | 101 | 10101 | 1000101 | 1011101 | 1000110 | 0 | 1001001 | 11100001 | 1010110 | 1111 |
Color Harmonies of #051545
Complementary color
Monochromatic Colors of #051545
Black with #051545
Text Example
Text Example
White with #051545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051545; }
p { color: rgb(5,21,69); }
H1.HeaderClassName
{
color: #051545;
}
.AnyTagClassName
{
color: #051545;
}
</style>
background-color css
<style>
a { background-color: #051545; }
a { background-color: rgb(5,21,69); }
div.DivClassName
{
background-color: #051545;
}
.BgClassName
{
background-color: #051545;
}
</style>
border-color css
<style>
span { border-color: #051545; }
span { border-color: rgb(5,21,69); }
td.TdClassName
{
border-color: #051545;
}
.TagClassName
{
border-color: #051545;
}
</style>