Shades of Midnight Express #05132E
Tints of Midnight Express #05132E
RGB
CMYK
RGB Variations
Color information
#05132E (or 0x05132E) is known color: Midnight Express. HEX triplet: 05, 13 and 2E. RGB value is (5,19,46). Sum of RGB (Red+Green+Blue) = 5+19+46=70 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.14% from 70); Green value is 19 (7.81% from 255 or 27.14% from 70); Blue value is 46 (18.36% from 255 or 65.71% from 70); Max value from RGB is 46 - color contains mainly: blue. Hex color #05132E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05132E is #FAECD1. Grayscale: #111111. Windows color (decimal): -16444626 or 3019525. OLE color: 3019525.
HSL color Cylindrical-coordinate representation of color #05132E: hue angle of 219.51º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #05132E is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 5 | 19 | 46 | - |
| CMYK | 0.89 | 0.59 | 0 | 0.82 |
| HSL | 219.51º | 0.8% | 0.1% | - |
| HSV(B) | 219.51º | 0.89% | 0.18% | - |
| XYZ | 0.79 | 0.7 | 2.68 | - |
| YUV | 17.89 | 143.86 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 19 | 46 | 0.89 | 0.59 | 0 | 0.82 | 219.51 | 0.8 | 0.1 |
| Hex | 5 | 13 | 2E | 59 | 3B | 0 | 52 | DC | 50 | A |
| Octal | 5 | 23 | 56 | 131 | 73 | 0 | 122 | 334 | 120 | 12 |
| Binary | 101 | 10011 | 101110 | 1011001 | 111011 | 0 | 1010010 | 11011100 | 1010000 | 1010 |
Color Harmonies of #05132E
Complementary color
Monochromatic Colors of #05132E
Black with #05132E
Text Example
Text Example
White with #05132E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05132E; }
p { color: rgb(5,19,46); }
H1.HeaderClassName
{
color: #05132E;
}
.AnyTagClassName
{
color: #05132E;
}
</style>
background-color css
<style>
a { background-color: #05132E; }
a { background-color: rgb(5,19,46); }
div.DivClassName
{
background-color: #05132E;
}
.BgClassName
{
background-color: #05132E;
}
</style>
border-color css
<style>
span { border-color: #05132E; }
span { border-color: rgb(5,19,46); }
td.TdClassName
{
border-color: #05132E;
}
.TagClassName
{
border-color: #05132E;
}
</style>