Shades of Midnight Express #0C1046
Tints of Midnight Express #0C1046
RGB
CMYK
RGB Variations
Color information
#0C1046 (or 0x0C1046) is known color: Midnight Express. HEX triplet: 0C, 10 and 46. RGB value is (12,16,70). Sum of RGB (Red+Green+Blue) = 12+16+70=98 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.24% from 98); Green value is 16 (6.64% from 255 or 16.33% from 98); Blue value is 70 (27.73% from 255 or 71.43% from 98); Max value from RGB is 70 - color contains mainly: blue. Hex color #0C1046 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C1046 is #F3EFB9. Grayscale: #141414. Windows color (decimal): -15986618 or 4591628. OLE color: 4591628.
HSL color Cylindrical-coordinate representation of color #0C1046: hue angle of 235.86º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0C1046 is Cyan = 0.83, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 12 | 16 | 70 | - |
| CMYK | 0.83 | 0.77 | 0 | 0.73 |
| HSL | 235.86º | 0.71% | 0.16% | - |
| HSV(B) | 235.86º | 0.83% | 0.27% | - |
| XYZ | 1.44 | 0.89 | 5.89 | - |
| YUV | 20.96 | 155.67 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 16 | 70 | 0.83 | 0.77 | 0 | 0.73 | 235.86 | 0.71 | 0.16 |
| Hex | C | 10 | 46 | 53 | 4D | 0 | 49 | EC | 47 | 10 |
| Octal | 14 | 20 | 106 | 123 | 115 | 0 | 111 | 354 | 107 | 20 |
| Binary | 1100 | 10000 | 1000110 | 1010011 | 1001101 | 0 | 1001001 | 11101100 | 1000111 | 10000 |
Color Harmonies of #0C1046
Complementary color
Monochromatic Colors of #0C1046
Black with #0C1046
Text Example
Text Example
White with #0C1046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1046; }
p { color: rgb(12,16,70); }
H1.HeaderClassName
{
color: #0C1046;
}
.AnyTagClassName
{
color: #0C1046;
}
</style>
background-color css
<style>
a { background-color: #0C1046; }
a { background-color: rgb(12,16,70); }
div.DivClassName
{
background-color: #0C1046;
}
.BgClassName
{
background-color: #0C1046;
}
</style>
border-color css
<style>
span { border-color: #0C1046; }
span { border-color: rgb(12,16,70); }
td.TdClassName
{
border-color: #0C1046;
}
.TagClassName
{
border-color: #0C1046;
}
</style>