Shades of Midnight Express #050F3C
Tints of Midnight Express #050F3C
RGB
CMYK
RGB Variations
Color information
#050F3C (or 0x050F3C) is known color: Midnight Express. HEX triplet: 05, 0F and 3C. RGB value is (5,15,60). Sum of RGB (Red+Green+Blue) = 5+15+60=80 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.25% from 80); Green value is 15 (6.25% from 255 or 18.75% from 80); Blue value is 60 (23.83% from 255 or 75% from 80); Max value from RGB is 60 - color contains mainly: blue. Hex color #050F3C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050F3C is #FAF0C3. Grayscale: #101010. Windows color (decimal): -16445636 or 3936005. OLE color: 3936005.
HSL color Cylindrical-coordinate representation of color #050F3C: hue angle of 229.09º 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 #050F3C is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 15 | 60 | - |
| CMYK | 0.92 | 0.75 | 0 | 0.76 |
| HSL | 229.09º | 0.85% | 0.13% | - |
| HSV(B) | 229.09º | 0.92% | 0.24% | - |
| XYZ | 1.05 | 0.7 | 4.35 | - |
| YUV | 17.14 | 152.19 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 15 | 60 | 0.92 | 0.75 | 0 | 0.76 | 229.09 | 0.85 | 0.13 |
| Hex | 5 | F | 3C | 5C | 4B | 0 | 4C | E5 | 55 | D |
| Octal | 5 | 17 | 74 | 134 | 113 | 0 | 114 | 345 | 125 | 15 |
| Binary | 101 | 1111 | 111100 | 1011100 | 1001011 | 0 | 1001100 | 11100101 | 1010101 | 1101 |
Color Harmonies of #050F3C
Complementary color
Monochromatic Colors of #050F3C
Black with #050F3C
Text Example
Text Example
White with #050F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050F3C; }
p { color: rgb(5,15,60); }
H1.HeaderClassName
{
color: #050F3C;
}
.AnyTagClassName
{
color: #050F3C;
}
</style>
background-color css
<style>
a { background-color: #050F3C; }
a { background-color: rgb(5,15,60); }
div.DivClassName
{
background-color: #050F3C;
}
.BgClassName
{
background-color: #050F3C;
}
</style>
border-color css
<style>
span { border-color: #050F3C; }
span { border-color: rgb(5,15,60); }
td.TdClassName
{
border-color: #050F3C;
}
.TagClassName
{
border-color: #050F3C;
}
</style>