Shades of Midnight Express #050B30
Tints of Midnight Express #050B30
RGB
CMYK
RGB Variations
Color information
#050B30 (or 0x050B30) is known color: Midnight Express. HEX triplet: 05, 0B and 30. RGB value is (5,11,48). Sum of RGB (Red+Green+Blue) = 5+11+48=64 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.81% from 64); Green value is 11 (4.69% from 255 or 17.19% from 64); Blue value is 48 (19.14% from 255 or 75% from 64); Max value from RGB is 48 - color contains mainly: blue. Hex color #050B30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050B30 is #FAF4CF. Grayscale: #0D0D0D. Windows color (decimal): -16446672 or 3148549. OLE color: 3148549.
HSL color Cylindrical-coordinate representation of color #050B30: hue angle of 231.63º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #050B30 is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 5 | 11 | 48 | - |
| CMYK | 0.90 | 0.77 | 0 | 0.81 |
| HSL | 231.63º | 0.81% | 0.1% | - |
| HSV(B) | 231.63º | 0.9% | 0.19% | - |
| XYZ | 0.72 | 0.49 | 2.85 | - |
| YUV | 13.42 | 147.51 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 11 | 48 | 0.90 | 0.77 | 0 | 0.81 | 231.63 | 0.81 | 0.1 |
| Hex | 5 | B | 30 | 5A | 4D | 0 | 51 | E8 | 51 | A |
| Octal | 5 | 13 | 60 | 132 | 115 | 0 | 121 | 350 | 121 | 12 |
| Binary | 101 | 1011 | 110000 | 1011010 | 1001101 | 0 | 1010001 | 11101000 | 1010001 | 1010 |
Color Harmonies of #050B30
Complementary color
Monochromatic Colors of #050B30
Black with #050B30
Text Example
Text Example
White with #050B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050B30; }
p { color: rgb(5,11,48); }
H1.HeaderClassName
{
color: #050B30;
}
.AnyTagClassName
{
color: #050B30;
}
</style>
background-color css
<style>
a { background-color: #050B30; }
a { background-color: rgb(5,11,48); }
div.DivClassName
{
background-color: #050B30;
}
.BgClassName
{
background-color: #050B30;
}
</style>
border-color css
<style>
span { border-color: #050B30; }
span { border-color: rgb(5,11,48); }
td.TdClassName
{
border-color: #050B30;
}
.TagClassName
{
border-color: #050B30;
}
</style>