Shades of Midnight Express #050D32
Tints of Midnight Express #050D32
RGB
CMYK
RGB Variations
Color information
#050D32 (or 0x050D32) is known color: Midnight Express. HEX triplet: 05, 0D and 32. RGB value is (5,13,50). Sum of RGB (Red+Green+Blue) = 5+13+50=68 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.35% from 68); Green value is 13 (5.47% from 255 or 19.12% from 68); Blue value is 50 (19.92% from 255 or 73.53% from 68); Max value from RGB is 50 - color contains mainly: blue. Hex color #050D32 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050D32 is #FAF2CD. Grayscale: #0E0E0E. Windows color (decimal): -16446158 or 3280133. OLE color: 3280133.
HSL color Cylindrical-coordinate representation of color #050D32: hue angle of 229.33º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #050D32 is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 5 | 13 | 50 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.80 |
| HSL | 229.33º | 0.82% | 0.11% | - |
| HSV(B) | 229.33º | 0.9% | 0.2% | - |
| XYZ | 0.78 | 0.55 | 3.08 | - |
| YUV | 14.83 | 147.85 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 13 | 50 | 0.90 | 0.74 | 0 | 0.80 | 229.33 | 0.82 | 0.11 |
| Hex | 5 | D | 32 | 5A | 4A | 0 | 50 | E5 | 52 | B |
| Octal | 5 | 15 | 62 | 132 | 112 | 0 | 120 | 345 | 122 | 13 |
| Binary | 101 | 1101 | 110010 | 1011010 | 1001010 | 0 | 1010000 | 11100101 | 1010010 | 1011 |
Color Harmonies of #050D32
Complementary color
Monochromatic Colors of #050D32
Black with #050D32
Text Example
Text Example
White with #050D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050D32; }
p { color: rgb(5,13,50); }
H1.HeaderClassName
{
color: #050D32;
}
.AnyTagClassName
{
color: #050D32;
}
</style>
background-color css
<style>
a { background-color: #050D32; }
a { background-color: rgb(5,13,50); }
div.DivClassName
{
background-color: #050D32;
}
.BgClassName
{
background-color: #050D32;
}
</style>
border-color css
<style>
span { border-color: #050D32; }
span { border-color: rgb(5,13,50); }
td.TdClassName
{
border-color: #050D32;
}
.TagClassName
{
border-color: #050D32;
}
</style>