Shades of Midnight Express #0C0E49
Tints of Midnight Express #0C0E49
RGB
CMYK
RGB Variations
Color information
#0C0E49 (or 0x0C0E49) is known color: Midnight Express. HEX triplet: 0C, 0E and 49. RGB value is (12,14,73). Sum of RGB (Red+Green+Blue) = 12+14+73=99 (13% of max value = 765). Red value is 12 (5.08% from 255 or 12.12% from 99); Green value is 14 (5.86% from 255 or 14.14% from 99); Blue value is 73 (28.91% from 255 or 73.74% from 99); Max value from RGB is 73 - color contains mainly: blue. Hex color #0C0E49 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0E49 is #F3F1B6. Grayscale: #131313. Windows color (decimal): -15987127 or 4787724. OLE color: 4787724.
HSL color Cylindrical-coordinate representation of color #0C0E49: hue angle of 238.03º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C0E49 is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 12 | 14 | 73 | - |
| CMYK | 0.84 | 0.81 | 0 | 0.71 |
| HSL | 238.03º | 0.72% | 0.17% | - |
| HSV(B) | 238.03º | 0.84% | 0.29% | - |
| XYZ | 1.51 | 0.87 | 6.39 | - |
| YUV | 20.13 | 157.84 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 14 | 73 | 0.84 | 0.81 | 0 | 0.71 | 238.03 | 0.72 | 0.17 |
| Hex | C | E | 49 | 54 | 51 | 0 | 47 | EE | 48 | 11 |
| Octal | 14 | 16 | 111 | 124 | 121 | 0 | 107 | 356 | 110 | 21 |
| Binary | 1100 | 1110 | 1001001 | 1010100 | 1010001 | 0 | 1000111 | 11101110 | 1001000 | 10001 |
Color Harmonies of #0C0E49
Complementary color
Monochromatic Colors of #0C0E49
Black with #0C0E49
Text Example
Text Example
White with #0C0E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0E49; }
p { color: rgb(12,14,73); }
H1.HeaderClassName
{
color: #0C0E49;
}
.AnyTagClassName
{
color: #0C0E49;
}
</style>
background-color css
<style>
a { background-color: #0C0E49; }
a { background-color: rgb(12,14,73); }
div.DivClassName
{
background-color: #0C0E49;
}
.BgClassName
{
background-color: #0C0E49;
}
</style>
border-color css
<style>
span { border-color: #0C0E49; }
span { border-color: rgb(12,14,73); }
td.TdClassName
{
border-color: #0C0E49;
}
.TagClassName
{
border-color: #0C0E49;
}
</style>