Shades of Midnight Express #05053B
Tints of Midnight Express #05053B
RGB
CMYK
RGB Variations
Color information
#05053B (or 0x05053B) is known color: Midnight Express. HEX triplet: 05, 05 and 3B. RGB value is (5,5,59). Sum of RGB (Red+Green+Blue) = 5+5+59=69 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.25% from 69); Green value is 5 (2.34% from 255 or 7.25% from 69); Blue value is 59 (23.44% from 255 or 85.51% from 69); Max value from RGB is 59 - color contains mainly: blue. Hex color #05053B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05053B is #FAFAC4. Grayscale: #0A0A0A. Windows color (decimal): -16448197 or 3867909. OLE color: 3867909.
HSL color Cylindrical-coordinate representation of color #05053B: hue angle of 240º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #05053B is Cyan = 0.92, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 5 | 5 | 59 | - |
| CMYK | 0.92 | 0.92 | 0 | 0.77 |
| HSL | 240º | 0.84% | 0.13% | - |
| HSV(B) | 240º | 0.92% | 0.23% | - |
| XYZ | 0.91 | 0.46 | 4.18 | - |
| YUV | 11.16 | 155 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 5 | 59 | 0.92 | 0.92 | 0 | 0.77 | 240 | 0.84 | 0.13 |
| Hex | 5 | 5 | 3B | 5C | 5C | 0 | 4D | F0 | 54 | D |
| Octal | 5 | 5 | 73 | 134 | 134 | 0 | 115 | 360 | 124 | 15 |
| Binary | 101 | 101 | 111011 | 1011100 | 1011100 | 0 | 1001101 | 11110000 | 1010100 | 1101 |
Color Harmonies of #05053B
Complementary color
Monochromatic Colors of #05053B
Black with #05053B
Text Example
Text Example
White with #05053B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05053B; }
p { color: rgb(5,5,59); }
H1.HeaderClassName
{
color: #05053B;
}
.AnyTagClassName
{
color: #05053B;
}
</style>
background-color css
<style>
a { background-color: #05053B; }
a { background-color: rgb(5,5,59); }
div.DivClassName
{
background-color: #05053B;
}
.BgClassName
{
background-color: #05053B;
}
</style>
border-color css
<style>
span { border-color: #05053B; }
span { border-color: rgb(5,5,59); }
td.TdClassName
{
border-color: #05053B;
}
.TagClassName
{
border-color: #05053B;
}
</style>