Shades of Midnight Express #05053A
Tints of Midnight Express #05053A
RGB
CMYK
RGB Variations
Color information
#05053A (or 0x05053A) is known color: Midnight Express. HEX triplet: 05, 05 and 3A. RGB value is (5,5,58). Sum of RGB (Red+Green+Blue) = 5+5+58=68 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.35% from 68); Green value is 5 (2.34% from 255 or 7.35% from 68); Blue value is 58 (23.05% from 255 or 85.29% from 68); Max value from RGB is 58 - color contains mainly: blue. Hex color #05053A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05053A is #FAFAC5. Grayscale: #0A0A0A. Windows color (decimal): -16448198 or 3802373. OLE color: 3802373.
HSL color Cylindrical-coordinate representation of color #05053A: hue angle of 240º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #05053A is Cyan = 0.91, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 5 | 5 | 58 | - |
| CMYK | 0.91 | 0.91 | 0 | 0.77 |
| HSL | 240º | 0.84% | 0.12% | - |
| HSV(B) | 240º | 0.91% | 0.23% | - |
| XYZ | 0.88 | 0.45 | 4.04 | - |
| YUV | 11.04 | 154.5 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 5 | 58 | 0.91 | 0.91 | 0 | 0.77 | 240 | 0.84 | 0.12 |
| Hex | 5 | 5 | 3A | 5B | 5B | 0 | 4D | F0 | 54 | C |
| Octal | 5 | 5 | 72 | 133 | 133 | 0 | 115 | 360 | 124 | 14 |
| Binary | 101 | 101 | 111010 | 1011011 | 1011011 | 0 | 1001101 | 11110000 | 1010100 | 1100 |
Color Harmonies of #05053A
Complementary color
Monochromatic Colors of #05053A
Black with #05053A
Text Example
Text Example
White with #05053A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05053A; }
p { color: rgb(5,5,58); }
H1.HeaderClassName
{
color: #05053A;
}
.AnyTagClassName
{
color: #05053A;
}
</style>
background-color css
<style>
a { background-color: #05053A; }
a { background-color: rgb(5,5,58); }
div.DivClassName
{
background-color: #05053A;
}
.BgClassName
{
background-color: #05053A;
}
</style>
border-color css
<style>
span { border-color: #05053A; }
span { border-color: rgb(5,5,58); }
td.TdClassName
{
border-color: #05053A;
}
.TagClassName
{
border-color: #05053A;
}
</style>