Shades of Midnight Express #050F2C
Tints of Midnight Express #050F2C
RGB
CMYK
RGB Variations
Color information
#050F2C (or 0x050F2C) is known color: Midnight Express. HEX triplet: 05, 0F and 2C. RGB value is (5,15,44). Sum of RGB (Red+Green+Blue) = 5+15+44=64 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.81% from 64); Green value is 15 (6.25% from 255 or 23.44% from 64); Blue value is 44 (17.58% from 255 or 68.75% from 64); Max value from RGB is 44 - color contains mainly: blue. Hex color #050F2C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050F2C is #FAF0D3. Grayscale: #0F0F0F. Windows color (decimal): -16445652 or 2887429. OLE color: 2887429.
HSL color Cylindrical-coordinate representation of color #050F2C: hue angle of 224.62º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #050F2C is Cyan = 0.89, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 5 | 15 | 44 | - |
| CMYK | 0.89 | 0.66 | 0 | 0.83 |
| HSL | 224.62º | 0.8% | 0.1% | - |
| HSV(B) | 224.62º | 0.89% | 0.17% | - |
| XYZ | 0.69 | 0.56 | 2.45 | - |
| YUV | 15.32 | 144.19 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 15 | 44 | 0.89 | 0.66 | 0 | 0.83 | 224.62 | 0.8 | 0.1 |
| Hex | 5 | F | 2C | 59 | 42 | 0 | 53 | E1 | 50 | A |
| Octal | 5 | 17 | 54 | 131 | 102 | 0 | 123 | 341 | 120 | 12 |
| Binary | 101 | 1111 | 101100 | 1011001 | 1000010 | 0 | 1010011 | 11100001 | 1010000 | 1010 |
Color Harmonies of #050F2C
Complementary color
Monochromatic Colors of #050F2C
Black with #050F2C
Text Example
Text Example
White with #050F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050F2C; }
p { color: rgb(5,15,44); }
H1.HeaderClassName
{
color: #050F2C;
}
.AnyTagClassName
{
color: #050F2C;
}
</style>
background-color css
<style>
a { background-color: #050F2C; }
a { background-color: rgb(5,15,44); }
div.DivClassName
{
background-color: #050F2C;
}
.BgClassName
{
background-color: #050F2C;
}
</style>
border-color css
<style>
span { border-color: #050F2C; }
span { border-color: rgb(5,15,44); }
td.TdClassName
{
border-color: #050F2C;
}
.TagClassName
{
border-color: #050F2C;
}
</style>