Shades of Midnight Express #050D33
Tints of Midnight Express #050D33
RGB
CMYK
RGB Variations
Color information
#050D33 (or 0x050D33) is known color: Midnight Express. HEX triplet: 05, 0D and 33. RGB value is (5,13,51). Sum of RGB (Red+Green+Blue) = 5+13+51=69 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.25% from 69); Green value is 13 (5.47% from 255 or 18.84% from 69); Blue value is 51 (20.31% from 255 or 73.91% from 69); Max value from RGB is 51 - color contains mainly: blue. Hex color #050D33 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050D33 is #FAF2CC. Grayscale: #0E0E0E. Windows color (decimal): -16446157 or 3345669. OLE color: 3345669.
HSL color Cylindrical-coordinate representation of color #050D33: hue angle of 229.57º 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 #050D33 is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 5 | 13 | 51 | - |
| CMYK | 0.90 | 0.75 | 0 | 0.8 |
| HSL | 229.57º | 0.82% | 0.11% | - |
| HSV(B) | 229.57º | 0.9% | 0.2% | - |
| XYZ | 0.8 | 0.56 | 3.2 | - |
| YUV | 14.94 | 148.35 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 13 | 51 | 0.90 | 0.75 | 0 | 0.8 | 229.57 | 0.82 | 0.11 |
| Hex | 5 | D | 33 | 5A | 4B | 0 | 50 | E6 | 52 | B |
| Octal | 5 | 15 | 63 | 132 | 113 | 0 | 120 | 346 | 122 | 13 |
| Binary | 101 | 1101 | 110011 | 1011010 | 1001011 | 0 | 1010000 | 11100110 | 1010010 | 1011 |
Color Harmonies of #050D33
Complementary color
Monochromatic Colors of #050D33
Black with #050D33
Text Example
Text Example
White with #050D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050D33; }
p { color: rgb(5,13,51); }
H1.HeaderClassName
{
color: #050D33;
}
.AnyTagClassName
{
color: #050D33;
}
</style>
background-color css
<style>
a { background-color: #050D33; }
a { background-color: rgb(5,13,51); }
div.DivClassName
{
background-color: #050D33;
}
.BgClassName
{
background-color: #050D33;
}
</style>
border-color css
<style>
span { border-color: #050D33; }
span { border-color: rgb(5,13,51); }
td.TdClassName
{
border-color: #050D33;
}
.TagClassName
{
border-color: #050D33;
}
</style>