Shades of Midnight Express #050A3A
Tints of Midnight Express #050A3A
RGB
CMYK
RGB Variations
Color information
#050A3A (or 0x050A3A) is known color: Midnight Express. HEX triplet: 05, 0A and 3A. RGB value is (5,10,58). Sum of RGB (Red+Green+Blue) = 5+10+58=73 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.85% from 73); Green value is 10 (4.30% from 255 or 13.70% from 73); Blue value is 58 (23.05% from 255 or 79.45% from 73); Max value from RGB is 58 - color contains mainly: blue. Hex color #050A3A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050A3A is #FAF5C5. Grayscale: #0D0D0D. Windows color (decimal): -16446918 or 3803653. OLE color: 3803653.
HSL color Cylindrical-coordinate representation of color #050A3A: hue angle of 234.34º 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 #050A3A is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 5 | 10 | 58 | - |
| CMYK | 0.91 | 0.83 | 0 | 0.77 |
| HSL | 234.34º | 0.84% | 0.12% | - |
| HSV(B) | 234.34º | 0.91% | 0.23% | - |
| XYZ | 0.93 | 0.55 | 4.06 | - |
| YUV | 13.98 | 152.84 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 10 | 58 | 0.91 | 0.83 | 0 | 0.77 | 234.34 | 0.84 | 0.12 |
| Hex | 5 | A | 3A | 5B | 53 | 0 | 4D | EA | 54 | C |
| Octal | 5 | 12 | 72 | 133 | 123 | 0 | 115 | 352 | 124 | 14 |
| Binary | 101 | 1010 | 111010 | 1011011 | 1010011 | 0 | 1001101 | 11101010 | 1010100 | 1100 |
Color Harmonies of #050A3A
Complementary color
Monochromatic Colors of #050A3A
Black with #050A3A
Text Example
Text Example
White with #050A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050A3A; }
p { color: rgb(5,10,58); }
H1.HeaderClassName
{
color: #050A3A;
}
.AnyTagClassName
{
color: #050A3A;
}
</style>
background-color css
<style>
a { background-color: #050A3A; }
a { background-color: rgb(5,10,58); }
div.DivClassName
{
background-color: #050A3A;
}
.BgClassName
{
background-color: #050A3A;
}
</style>
border-color css
<style>
span { border-color: #050A3A; }
span { border-color: rgb(5,10,58); }
td.TdClassName
{
border-color: #050A3A;
}
.TagClassName
{
border-color: #050A3A;
}
</style>