Shades of Midnight Express #051236
Tints of Midnight Express #051236
RGB
CMYK
RGB Variations
Color information
#051236 (or 0x051236) is known color: Midnight Express. HEX triplet: 05, 12 and 36. RGB value is (5,18,54). Sum of RGB (Red+Green+Blue) = 5+18+54=77 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.49% from 77); Green value is 18 (7.42% from 255 or 23.38% from 77); Blue value is 54 (21.48% from 255 or 70.13% from 77); Max value from RGB is 54 - color contains mainly: blue. Hex color #051236 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051236 is #FAEDC9. Grayscale: #121212. Windows color (decimal): -16444874 or 3543557. OLE color: 3543557.
HSL color Cylindrical-coordinate representation of color #051236: hue angle of 224.08º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #051236 is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 5 | 18 | 54 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.79 |
| HSL | 224.08º | 0.83% | 0.12% | - |
| HSV(B) | 224.08º | 0.91% | 0.21% | - |
| XYZ | 0.94 | 0.73 | 3.58 | - |
| YUV | 18.22 | 148.19 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 18 | 54 | 0.91 | 0.67 | 0 | 0.79 | 224.08 | 0.83 | 0.12 |
| Hex | 5 | 12 | 36 | 5B | 43 | 0 | 4F | E0 | 53 | C |
| Octal | 5 | 22 | 66 | 133 | 103 | 0 | 117 | 340 | 123 | 14 |
| Binary | 101 | 10010 | 110110 | 1011011 | 1000011 | 0 | 1001111 | 11100000 | 1010011 | 1100 |
Color Harmonies of #051236
Complementary color
Monochromatic Colors of #051236
Black with #051236
Text Example
Text Example
White with #051236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051236; }
p { color: rgb(5,18,54); }
H1.HeaderClassName
{
color: #051236;
}
.AnyTagClassName
{
color: #051236;
}
</style>
background-color css
<style>
a { background-color: #051236; }
a { background-color: rgb(5,18,54); }
div.DivClassName
{
background-color: #051236;
}
.BgClassName
{
background-color: #051236;
}
</style>
border-color css
<style>
span { border-color: #051236; }
span { border-color: rgb(5,18,54); }
td.TdClassName
{
border-color: #051236;
}
.TagClassName
{
border-color: #051236;
}
</style>