Shades of Midnight Express #050C3C
Tints of Midnight Express #050C3C
RGB
CMYK
RGB Variations
Color information
#050C3C (or 0x050C3C) is known color: Midnight Express. HEX triplet: 05, 0C and 3C. RGB value is (5,12,60). Sum of RGB (Red+Green+Blue) = 5+12+60=77 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.49% from 77); Green value is 12 (5.08% from 255 or 15.58% from 77); Blue value is 60 (23.83% from 255 or 77.92% from 77); Max value from RGB is 60 - color contains mainly: blue. Hex color #050C3C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050C3C is #FAF3C3. Grayscale: #0F0F0F. Windows color (decimal): -16446404 or 3935237. OLE color: 3935237.
HSL color Cylindrical-coordinate representation of color #050C3C: hue angle of 232.36º 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 #050C3C is Cyan = 0.92, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 12 | 60 | - |
| CMYK | 0.92 | 0.80 | 0 | 0.76 |
| HSL | 232.36º | 0.85% | 0.13% | - |
| HSV(B) | 232.36º | 0.92% | 0.24% | - |
| XYZ | 1.01 | 0.62 | 4.34 | - |
| YUV | 15.38 | 153.18 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 12 | 60 | 0.92 | 0.80 | 0 | 0.76 | 232.36 | 0.85 | 0.13 |
| Hex | 5 | C | 3C | 5C | 50 | 0 | 4C | E8 | 55 | D |
| Octal | 5 | 14 | 74 | 134 | 120 | 0 | 114 | 350 | 125 | 15 |
| Binary | 101 | 1100 | 111100 | 1011100 | 1010000 | 0 | 1001100 | 11101000 | 1010101 | 1101 |
Color Harmonies of #050C3C
Complementary color
Monochromatic Colors of #050C3C
Black with #050C3C
Text Example
Text Example
White with #050C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050C3C; }
p { color: rgb(5,12,60); }
H1.HeaderClassName
{
color: #050C3C;
}
.AnyTagClassName
{
color: #050C3C;
}
</style>
background-color css
<style>
a { background-color: #050C3C; }
a { background-color: rgb(5,12,60); }
div.DivClassName
{
background-color: #050C3C;
}
.BgClassName
{
background-color: #050C3C;
}
</style>
border-color css
<style>
span { border-color: #050C3C; }
span { border-color: rgb(5,12,60); }
td.TdClassName
{
border-color: #050C3C;
}
.TagClassName
{
border-color: #050C3C;
}
</style>