Shades of Midnight Express #050D30
Tints of Midnight Express #050D30
RGB
CMYK
RGB Variations
Color information
#050D30 (or 0x050D30) is known color: Midnight Express. HEX triplet: 05, 0D and 30. RGB value is (5,13,48). Sum of RGB (Red+Green+Blue) = 5+13+48=66 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.58% from 66); Green value is 13 (5.47% from 255 or 19.70% from 66); Blue value is 48 (19.14% from 255 or 72.73% from 66); Max value from RGB is 48 - color contains mainly: blue. Hex color #050D30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050D30 is #FAF2CF. Grayscale: #0E0E0E. Windows color (decimal): -16446160 or 3149061. OLE color: 3149061.
HSL color Cylindrical-coordinate representation of color #050D30: hue angle of 228.84º 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 #050D30 is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 5 | 13 | 48 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.81 |
| HSL | 228.84º | 0.81% | 0.1% | - |
| HSV(B) | 228.84º | 0.9% | 0.19% | - |
| XYZ | 0.74 | 0.53 | 2.86 | - |
| YUV | 14.6 | 146.85 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 13 | 48 | 0.90 | 0.73 | 0 | 0.81 | 228.84 | 0.81 | 0.1 |
| Hex | 5 | D | 30 | 5A | 49 | 0 | 51 | E5 | 51 | A |
| Octal | 5 | 15 | 60 | 132 | 111 | 0 | 121 | 345 | 121 | 12 |
| Binary | 101 | 1101 | 110000 | 1011010 | 1001001 | 0 | 1010001 | 11100101 | 1010001 | 1010 |
Color Harmonies of #050D30
Complementary color
Monochromatic Colors of #050D30
Black with #050D30
Text Example
Text Example
White with #050D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050D30; }
p { color: rgb(5,13,48); }
H1.HeaderClassName
{
color: #050D30;
}
.AnyTagClassName
{
color: #050D30;
}
</style>
background-color css
<style>
a { background-color: #050D30; }
a { background-color: rgb(5,13,48); }
div.DivClassName
{
background-color: #050D30;
}
.BgClassName
{
background-color: #050D30;
}
</style>
border-color css
<style>
span { border-color: #050D30; }
span { border-color: rgb(5,13,48); }
td.TdClassName
{
border-color: #050D30;
}
.TagClassName
{
border-color: #050D30;
}
</style>