Shades of Midnight Express #050F3E
Tints of Midnight Express #050F3E
RGB
CMYK
RGB Variations
Color information
#050F3E (or 0x050F3E) is known color: Midnight Express. HEX triplet: 05, 0F and 3E. RGB value is (5,15,62). Sum of RGB (Red+Green+Blue) = 5+15+62=82 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.10% from 82); Green value is 15 (6.25% from 255 or 18.29% from 82); Blue value is 62 (24.61% from 255 or 75.61% from 82); Max value from RGB is 62 - color contains mainly: blue. Hex color #050F3E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050F3E is #FAF0C1. Grayscale: #111111. Windows color (decimal): -16445634 or 4067077. OLE color: 4067077.
HSL color Cylindrical-coordinate representation of color #050F3E: hue angle of 229.47º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #050F3E is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 15 | 62 | - |
| CMYK | 0.92 | 0.76 | 0 | 0.76 |
| HSL | 229.47º | 0.85% | 0.13% | - |
| HSV(B) | 229.47º | 0.92% | 0.24% | - |
| XYZ | 1.1 | 0.72 | 4.64 | - |
| YUV | 17.37 | 153.19 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 15 | 62 | 0.92 | 0.76 | 0 | 0.76 | 229.47 | 0.85 | 0.13 |
| Hex | 5 | F | 3E | 5C | 4C | 0 | 4C | E5 | 55 | D |
| Octal | 5 | 17 | 76 | 134 | 114 | 0 | 114 | 345 | 125 | 15 |
| Binary | 101 | 1111 | 111110 | 1011100 | 1001100 | 0 | 1001100 | 11100101 | 1010101 | 1101 |
Color Harmonies of #050F3E
Complementary color
Monochromatic Colors of #050F3E
Black with #050F3E
Text Example
Text Example
White with #050F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050F3E; }
p { color: rgb(5,15,62); }
H1.HeaderClassName
{
color: #050F3E;
}
.AnyTagClassName
{
color: #050F3E;
}
</style>
background-color css
<style>
a { background-color: #050F3E; }
a { background-color: rgb(5,15,62); }
div.DivClassName
{
background-color: #050F3E;
}
.BgClassName
{
background-color: #050F3E;
}
</style>
border-color css
<style>
span { border-color: #050F3E; }
span { border-color: rgb(5,15,62); }
td.TdClassName
{
border-color: #050F3E;
}
.TagClassName
{
border-color: #050F3E;
}
</style>