Shades of Midnight Express #050C41
Tints of Midnight Express #050C41
RGB
CMYK
RGB Variations
Color information
#050C41 (or 0x050C41) is known color: Midnight Express. HEX triplet: 05, 0C and 41. RGB value is (5,12,65). Sum of RGB (Red+Green+Blue) = 5+12+65=82 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.10% from 82); Green value is 12 (5.08% from 255 or 14.63% from 82); Blue value is 65 (25.78% from 255 or 79.27% from 82); Max value from RGB is 65 - color contains mainly: blue. Hex color #050C41 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050C41 is #FAF3BE. Grayscale: #0F0F0F. Windows color (decimal): -16446399 or 4262917. OLE color: 4262917.
HSL color Cylindrical-coordinate representation of color #050C41: hue angle of 233º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #050C41 is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 5 | 12 | 65 | - |
| CMYK | 0.92 | 0.82 | 0 | 0.75 |
| HSL | 233º | 0.86% | 0.14% | - |
| HSV(B) | 233º | 0.92% | 0.25% | - |
| XYZ | 1.15 | 0.68 | 5.07 | - |
| YUV | 15.95 | 155.68 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 12 | 65 | 0.92 | 0.82 | 0 | 0.75 | 233 | 0.86 | 0.14 |
| Hex | 5 | C | 41 | 5C | 52 | 0 | 4B | E9 | 56 | E |
| Octal | 5 | 14 | 101 | 134 | 122 | 0 | 113 | 351 | 126 | 16 |
| Binary | 101 | 1100 | 1000001 | 1011100 | 1010010 | 0 | 1001011 | 11101001 | 1010110 | 1110 |
Color Harmonies of #050C41
Complementary color
Monochromatic Colors of #050C41
Black with #050C41
Text Example
Text Example
White with #050C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050C41; }
p { color: rgb(5,12,65); }
H1.HeaderClassName
{
color: #050C41;
}
.AnyTagClassName
{
color: #050C41;
}
</style>
background-color css
<style>
a { background-color: #050C41; }
a { background-color: rgb(5,12,65); }
div.DivClassName
{
background-color: #050C41;
}
.BgClassName
{
background-color: #050C41;
}
</style>
border-color css
<style>
span { border-color: #050C41; }
span { border-color: rgb(5,12,65); }
td.TdClassName
{
border-color: #050C41;
}
.TagClassName
{
border-color: #050C41;
}
</style>