Shades of Midnight Express #0C1040
Tints of Midnight Express #0C1040
RGB
CMYK
RGB Variations
Color information
#0C1040 (or 0x0C1040) is known color: Midnight Express. HEX triplet: 0C, 10 and 40. RGB value is (12,16,64). Sum of RGB (Red+Green+Blue) = 12+16+64=92 (12% of max value = 765). Red value is 12 (5.08% from 255 or 13.04% from 92); Green value is 16 (6.64% from 255 or 17.39% from 92); Blue value is 64 (25.39% from 255 or 69.57% from 92); Max value from RGB is 64 - color contains mainly: blue. Hex color #0C1040 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C1040 is #F3EFBF. Grayscale: #141414. Windows color (decimal): -15986624 or 4198412. OLE color: 4198412.
HSL color Cylindrical-coordinate representation of color #0C1040: hue angle of 235.38º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0C1040 is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 12 | 16 | 64 | - |
| CMYK | 0.81 | 0.75 | 0 | 0.75 |
| HSL | 235.38º | 0.68% | 0.15% | - |
| HSV(B) | 235.38º | 0.81% | 0.25% | - |
| XYZ | 1.26 | 0.82 | 4.94 | - |
| YUV | 20.28 | 152.67 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 16 | 64 | 0.81 | 0.75 | 0 | 0.75 | 235.38 | 0.68 | 0.15 |
| Hex | C | 10 | 40 | 51 | 4B | 0 | 4B | EB | 44 | F |
| Octal | 14 | 20 | 100 | 121 | 113 | 0 | 113 | 353 | 104 | 17 |
| Binary | 1100 | 10000 | 1000000 | 1010001 | 1001011 | 0 | 1001011 | 11101011 | 1000100 | 1111 |
Color Harmonies of #0C1040
Complementary color
Monochromatic Colors of #0C1040
Black with #0C1040
Text Example
Text Example
White with #0C1040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1040; }
p { color: rgb(12,16,64); }
H1.HeaderClassName
{
color: #0C1040;
}
.AnyTagClassName
{
color: #0C1040;
}
</style>
background-color css
<style>
a { background-color: #0C1040; }
a { background-color: rgb(12,16,64); }
div.DivClassName
{
background-color: #0C1040;
}
.BgClassName
{
background-color: #0C1040;
}
</style>
border-color css
<style>
span { border-color: #0C1040; }
span { border-color: rgb(12,16,64); }
td.TdClassName
{
border-color: #0C1040;
}
.TagClassName
{
border-color: #0C1040;
}
</style>