Shades of Midnight Express #051246
Tints of Midnight Express #051246
RGB
CMYK
RGB Variations
Color information
#051246 (or 0x051246) is known color: Midnight Express. HEX triplet: 05, 12 and 46. RGB value is (5,18,70). Sum of RGB (Red+Green+Blue) = 5+18+70=93 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.38% from 93); Green value is 18 (7.42% from 255 or 19.35% from 93); Blue value is 70 (27.73% from 255 or 75.27% from 93); Max value from RGB is 70 - color contains mainly: blue. Hex color #051246 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051246 is #FAEDB9. Grayscale: #131313. Windows color (decimal): -16444858 or 4592133. OLE color: 4592133.
HSL color Cylindrical-coordinate representation of color #051246: hue angle of 228º degrees, saturation: 0.87, 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 #051246 is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 18 | 70 | - |
| CMYK | 0.93 | 0.74 | 0 | 0.73 |
| HSL | 228º | 0.87% | 0.15% | - |
| HSV(B) | 228º | 0.93% | 0.27% | - |
| XYZ | 1.38 | 0.91 | 5.9 | - |
| YUV | 20.04 | 156.19 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 18 | 70 | 0.93 | 0.74 | 0 | 0.73 | 228 | 0.87 | 0.15 |
| Hex | 5 | 12 | 46 | 5D | 4A | 0 | 49 | E4 | 57 | F |
| Octal | 5 | 22 | 106 | 135 | 112 | 0 | 111 | 344 | 127 | 17 |
| Binary | 101 | 10010 | 1000110 | 1011101 | 1001010 | 0 | 1001001 | 11100100 | 1010111 | 1111 |
Color Harmonies of #051246
Complementary color
Monochromatic Colors of #051246
Black with #051246
Text Example
Text Example
White with #051246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051246; }
p { color: rgb(5,18,70); }
H1.HeaderClassName
{
color: #051246;
}
.AnyTagClassName
{
color: #051246;
}
</style>
background-color css
<style>
a { background-color: #051246; }
a { background-color: rgb(5,18,70); }
div.DivClassName
{
background-color: #051246;
}
.BgClassName
{
background-color: #051246;
}
</style>
border-color css
<style>
span { border-color: #051246; }
span { border-color: rgb(5,18,70); }
td.TdClassName
{
border-color: #051246;
}
.TagClassName
{
border-color: #051246;
}
</style>