Shades of Midnight Express #050F41
Tints of Midnight Express #050F41
RGB
CMYK
RGB Variations
Color information
#050F41 (or 0x050F41) is known color: Midnight Express. HEX triplet: 05, 0F and 41. RGB value is (5,15,65). Sum of RGB (Red+Green+Blue) = 5+15+65=85 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.88% from 85); Green value is 15 (6.25% from 255 or 17.65% from 85); Blue value is 65 (25.78% from 255 or 76.47% from 85); Max value from RGB is 65 - color contains mainly: blue. Hex color #050F41 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050F41 is #FAF0BE. Grayscale: #111111. Windows color (decimal): -16445631 or 4263685. OLE color: 4263685.
HSL color Cylindrical-coordinate representation of color #050F41: hue angle of 230º 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 #050F41 is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 5 | 15 | 65 | - |
| CMYK | 0.92 | 0.77 | 0 | 0.75 |
| HSL | 230º | 0.86% | 0.14% | - |
| HSV(B) | 230º | 0.92% | 0.25% | - |
| XYZ | 1.19 | 0.76 | 5.08 | - |
| YUV | 17.71 | 154.69 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 15 | 65 | 0.92 | 0.77 | 0 | 0.75 | 230 | 0.86 | 0.14 |
| Hex | 5 | F | 41 | 5C | 4D | 0 | 4B | E6 | 56 | E |
| Octal | 5 | 17 | 101 | 134 | 115 | 0 | 113 | 346 | 126 | 16 |
| Binary | 101 | 1111 | 1000001 | 1011100 | 1001101 | 0 | 1001011 | 11100110 | 1010110 | 1110 |
Color Harmonies of #050F41
Complementary color
Monochromatic Colors of #050F41
Black with #050F41
Text Example
Text Example
White with #050F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050F41; }
p { color: rgb(5,15,65); }
H1.HeaderClassName
{
color: #050F41;
}
.AnyTagClassName
{
color: #050F41;
}
</style>
background-color css
<style>
a { background-color: #050F41; }
a { background-color: rgb(5,15,65); }
div.DivClassName
{
background-color: #050F41;
}
.BgClassName
{
background-color: #050F41;
}
</style>
border-color css
<style>
span { border-color: #050F41; }
span { border-color: rgb(5,15,65); }
td.TdClassName
{
border-color: #050F41;
}
.TagClassName
{
border-color: #050F41;
}
</style>