Shades of Midnight Express #050145
Tints of Midnight Express #050145
RGB
CMYK
RGB Variations
Color information
#050145 (or 0x050145) is known color: Midnight Express. HEX triplet: 05, 01 and 45. RGB value is (5,1,69). Sum of RGB (Red+Green+Blue) = 5+1+69=75 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.67% from 75); Green value is 1 (0.78% from 255 or 1.33% from 75); Blue value is 69 (27.34% from 255 or 92% from 75); Max value from RGB is 69 - color contains mainly: blue. Hex color #050145 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050145 is #FAFEBA. Grayscale: #090909. Windows color (decimal): -16449211 or 4522245. OLE color: 4522245.
HSL color Cylindrical-coordinate representation of color #050145: hue angle of 243.53º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #050145 is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 1 | 69 | - |
| CMYK | 0.93 | 0.99 | 0 | 0.73 |
| HSL | 243.53º | 0.97% | 0.14% | - |
| HSV(B) | 243.53º | 0.99% | 0.27% | - |
| XYZ | 1.15 | 0.48 | 5.66 | - |
| YUV | 9.95 | 161.33 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 1 | 69 | 0.93 | 0.99 | 0 | 0.73 | 243.53 | 0.97 | 0.14 |
| Hex | 5 | 1 | 45 | 5D | 63 | 0 | 49 | F4 | 61 | E |
| Octal | 5 | 1 | 105 | 135 | 143 | 0 | 111 | 364 | 141 | 16 |
| Binary | 101 | 1 | 1000101 | 1011101 | 1100011 | 0 | 1001001 | 11110100 | 1100001 | 1110 |
Color Harmonies of #050145
Complementary color
Monochromatic Colors of #050145
Black with #050145
Text Example
Text Example
White with #050145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050145; }
p { color: rgb(5,1,69); }
H1.HeaderClassName
{
color: #050145;
}
.AnyTagClassName
{
color: #050145;
}
</style>
background-color css
<style>
a { background-color: #050145; }
a { background-color: rgb(5,1,69); }
div.DivClassName
{
background-color: #050145;
}
.BgClassName
{
background-color: #050145;
}
</style>
border-color css
<style>
span { border-color: #050145; }
span { border-color: rgb(5,1,69); }
td.TdClassName
{
border-color: #050145;
}
.TagClassName
{
border-color: #050145;
}
</style>