Shades of Midnight Express #050F37
Tints of Midnight Express #050F37
RGB
CMYK
RGB Variations
Color information
#050F37 (or 0x050F37) is known color: Midnight Express. HEX triplet: 05, 0F and 37. RGB value is (5,15,55). Sum of RGB (Red+Green+Blue) = 5+15+55=75 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.67% from 75); Green value is 15 (6.25% from 255 or 20% from 75); Blue value is 55 (21.88% from 255 or 73.33% from 75); Max value from RGB is 55 - color contains mainly: blue. Hex color #050F37 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050F37 is #FAF0C8. Grayscale: #101010. Windows color (decimal): -16445641 or 3608325. OLE color: 3608325.
HSL color Cylindrical-coordinate representation of color #050F37: hue angle of 228º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #050F37 is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 5 | 15 | 55 | - |
| CMYK | 0.91 | 0.73 | 0 | 0.78 |
| HSL | 228º | 0.83% | 0.12% | - |
| HSV(B) | 228º | 0.91% | 0.22% | - |
| XYZ | 0.92 | 0.65 | 3.69 | - |
| YUV | 16.57 | 149.69 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 15 | 55 | 0.91 | 0.73 | 0 | 0.78 | 228 | 0.83 | 0.12 |
| Hex | 5 | F | 37 | 5B | 49 | 0 | 4E | E4 | 53 | C |
| Octal | 5 | 17 | 67 | 133 | 111 | 0 | 116 | 344 | 123 | 14 |
| Binary | 101 | 1111 | 110111 | 1011011 | 1001001 | 0 | 1001110 | 11100100 | 1010011 | 1100 |
Color Harmonies of #050F37
Complementary color
Monochromatic Colors of #050F37
Black with #050F37
Text Example
Text Example
White with #050F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050F37; }
p { color: rgb(5,15,55); }
H1.HeaderClassName
{
color: #050F37;
}
.AnyTagClassName
{
color: #050F37;
}
</style>
background-color css
<style>
a { background-color: #050F37; }
a { background-color: rgb(5,15,55); }
div.DivClassName
{
background-color: #050F37;
}
.BgClassName
{
background-color: #050F37;
}
</style>
border-color css
<style>
span { border-color: #050F37; }
span { border-color: rgb(5,15,55); }
td.TdClassName
{
border-color: #050F37;
}
.TagClassName
{
border-color: #050F37;
}
</style>