Shades of Midnight Express #050C36
Tints of Midnight Express #050C36
RGB
CMYK
RGB Variations
Color information
#050C36 (or 0x050C36) is known color: Midnight Express. HEX triplet: 05, 0C and 36. RGB value is (5,12,54). Sum of RGB (Red+Green+Blue) = 5+12+54=71 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.04% from 71); Green value is 12 (5.08% from 255 or 16.90% from 71); Blue value is 54 (21.48% from 255 or 76.06% from 71); Max value from RGB is 54 - color contains mainly: blue. Hex color #050C36 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050C36 is #FAF3C9. Grayscale: #0E0E0E. Windows color (decimal): -16446410 or 3542021. OLE color: 3542021.
HSL color Cylindrical-coordinate representation of color #050C36: hue angle of 231.43º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #050C36 is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 5 | 12 | 54 | - |
| CMYK | 0.91 | 0.78 | 0 | 0.79 |
| HSL | 231.43º | 0.83% | 0.12% | - |
| HSV(B) | 231.43º | 0.91% | 0.21% | - |
| XYZ | 0.86 | 0.56 | 3.55 | - |
| YUV | 14.7 | 150.18 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 12 | 54 | 0.91 | 0.78 | 0 | 0.79 | 231.43 | 0.83 | 0.12 |
| Hex | 5 | C | 36 | 5B | 4E | 0 | 4F | E7 | 53 | C |
| Octal | 5 | 14 | 66 | 133 | 116 | 0 | 117 | 347 | 123 | 14 |
| Binary | 101 | 1100 | 110110 | 1011011 | 1001110 | 0 | 1001111 | 11100111 | 1010011 | 1100 |
Color Harmonies of #050C36
Complementary color
Monochromatic Colors of #050C36
Black with #050C36
Text Example
Text Example
White with #050C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050C36; }
p { color: rgb(5,12,54); }
H1.HeaderClassName
{
color: #050C36;
}
.AnyTagClassName
{
color: #050C36;
}
</style>
background-color css
<style>
a { background-color: #050C36; }
a { background-color: rgb(5,12,54); }
div.DivClassName
{
background-color: #050C36;
}
.BgClassName
{
background-color: #050C36;
}
</style>
border-color css
<style>
span { border-color: #050C36; }
span { border-color: rgb(5,12,54); }
td.TdClassName
{
border-color: #050C36;
}
.TagClassName
{
border-color: #050C36;
}
</style>