Shades of Midnight Express #050C30
Tints of Midnight Express #050C30
RGB
CMYK
RGB Variations
Color information
#050C30 (or 0x050C30) is known color: Midnight Express. HEX triplet: 05, 0C and 30. RGB value is (5,12,48). Sum of RGB (Red+Green+Blue) = 5+12+48=65 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.69% from 65); Green value is 12 (5.08% from 255 or 18.46% from 65); Blue value is 48 (19.14% from 255 or 73.85% from 65); Max value from RGB is 48 - color contains mainly: blue. Hex color #050C30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050C30 is #FAF3CF. Grayscale: #0D0D0D. Windows color (decimal): -16446416 or 3148805. OLE color: 3148805.
HSL color Cylindrical-coordinate representation of color #050C30: hue angle of 230.23º 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 #050C30 is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 5 | 12 | 48 | - |
| CMYK | 0.90 | 0.75 | 0 | 0.81 |
| HSL | 230.23º | 0.81% | 0.1% | - |
| HSV(B) | 230.23º | 0.9% | 0.19% | - |
| XYZ | 0.73 | 0.51 | 2.86 | - |
| YUV | 14.01 | 147.18 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 12 | 48 | 0.90 | 0.75 | 0 | 0.81 | 230.23 | 0.81 | 0.1 |
| Hex | 5 | C | 30 | 5A | 4B | 0 | 51 | E6 | 51 | A |
| Octal | 5 | 14 | 60 | 132 | 113 | 0 | 121 | 346 | 121 | 12 |
| Binary | 101 | 1100 | 110000 | 1011010 | 1001011 | 0 | 1010001 | 11100110 | 1010001 | 1010 |
Color Harmonies of #050C30
Complementary color
Monochromatic Colors of #050C30
Black with #050C30
Text Example
Text Example
White with #050C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050C30; }
p { color: rgb(5,12,48); }
H1.HeaderClassName
{
color: #050C30;
}
.AnyTagClassName
{
color: #050C30;
}
</style>
background-color css
<style>
a { background-color: #050C30; }
a { background-color: rgb(5,12,48); }
div.DivClassName
{
background-color: #050C30;
}
.BgClassName
{
background-color: #050C30;
}
</style>
border-color css
<style>
span { border-color: #050C30; }
span { border-color: rgb(5,12,48); }
td.TdClassName
{
border-color: #050C30;
}
.TagClassName
{
border-color: #050C30;
}
</style>