Shades of Midnight Express #050F2D
Tints of Midnight Express #050F2D
RGB
CMYK
RGB Variations
Color information
#050F2D (or 0x050F2D) is known color: Midnight Express. HEX triplet: 05, 0F and 2D. RGB value is (5,15,45). Sum of RGB (Red+Green+Blue) = 5+15+45=65 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.69% from 65); Green value is 15 (6.25% from 255 or 23.08% from 65); Blue value is 45 (17.97% from 255 or 69.23% from 65); Max value from RGB is 45 - color contains mainly: blue. Hex color #050F2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050F2D is #FAF0D2. Grayscale: #0F0F0F. Windows color (decimal): -16445651 or 2952965. OLE color: 2952965.
HSL color Cylindrical-coordinate representation of color #050F2D: hue angle of 225º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #050F2D is Cyan = 0.89, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 5 | 15 | 45 | - |
| CMYK | 0.89 | 0.67 | 0 | 0.82 |
| HSL | 225º | 0.8% | 0.1% | - |
| HSV(B) | 225º | 0.89% | 0.18% | - |
| XYZ | 0.71 | 0.56 | 2.55 | - |
| YUV | 15.43 | 144.69 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 15 | 45 | 0.89 | 0.67 | 0 | 0.82 | 225 | 0.8 | 0.1 |
| Hex | 5 | F | 2D | 59 | 43 | 0 | 52 | E1 | 50 | A |
| Octal | 5 | 17 | 55 | 131 | 103 | 0 | 122 | 341 | 120 | 12 |
| Binary | 101 | 1111 | 101101 | 1011001 | 1000011 | 0 | 1010010 | 11100001 | 1010000 | 1010 |
Color Harmonies of #050F2D
Complementary color
Monochromatic Colors of #050F2D
Black with #050F2D
Text Example
Text Example
White with #050F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050F2D; }
p { color: rgb(5,15,45); }
H1.HeaderClassName
{
color: #050F2D;
}
.AnyTagClassName
{
color: #050F2D;
}
</style>
background-color css
<style>
a { background-color: #050F2D; }
a { background-color: rgb(5,15,45); }
div.DivClassName
{
background-color: #050F2D;
}
.BgClassName
{
background-color: #050F2D;
}
</style>
border-color css
<style>
span { border-color: #050F2D; }
span { border-color: rgb(5,15,45); }
td.TdClassName
{
border-color: #050F2D;
}
.TagClassName
{
border-color: #050F2D;
}
</style>