Shades of Midnight Express #050341
Tints of Midnight Express #050341
RGB
CMYK
RGB Variations
Color information
#050341 (or 0x050341) is known color: Midnight Express. HEX triplet: 05, 03 and 41. RGB value is (5,3,65). Sum of RGB (Red+Green+Blue) = 5+3+65=73 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.85% from 73); Green value is 3 (1.56% from 255 or 4.11% from 73); Blue value is 65 (25.78% from 255 or 89.04% from 73); Max value from RGB is 65 - color contains mainly: blue. Hex color #050341 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050341 is #FAFCBE. Grayscale: #0A0A0A. Windows color (decimal): -16448703 or 4260613. OLE color: 4260613.
HSL color Cylindrical-coordinate representation of color #050341: hue angle of 241.94º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #050341 is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 5 | 3 | 65 | - |
| CMYK | 0.92 | 0.95 | 0 | 0.75 |
| HSL | 241.94º | 0.91% | 0.13% | - |
| HSV(B) | 241.94º | 0.95% | 0.25% | - |
| XYZ | 1.05 | 0.48 | 5.04 | - |
| YUV | 10.67 | 158.66 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 3 | 65 | 0.92 | 0.95 | 0 | 0.75 | 241.94 | 0.91 | 0.13 |
| Hex | 5 | 3 | 41 | 5C | 5F | 0 | 4B | F2 | 5B | D |
| Octal | 5 | 3 | 101 | 134 | 137 | 0 | 113 | 362 | 133 | 15 |
| Binary | 101 | 11 | 1000001 | 1011100 | 1011111 | 0 | 1001011 | 11110010 | 1011011 | 1101 |
Color Harmonies of #050341
Complementary color
Monochromatic Colors of #050341
Black with #050341
Text Example
Text Example
White with #050341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050341; }
p { color: rgb(5,3,65); }
H1.HeaderClassName
{
color: #050341;
}
.AnyTagClassName
{
color: #050341;
}
</style>
background-color css
<style>
a { background-color: #050341; }
a { background-color: rgb(5,3,65); }
div.DivClassName
{
background-color: #050341;
}
.BgClassName
{
background-color: #050341;
}
</style>
border-color css
<style>
span { border-color: #050341; }
span { border-color: rgb(5,3,65); }
td.TdClassName
{
border-color: #050341;
}
.TagClassName
{
border-color: #050341;
}
</style>