Shades of Midnight Express #0C114D
Tints of Midnight Express #0C114D
RGB
CMYK
RGB Variations
Color information
#0C114D (or 0x0C114D) is known color: Midnight Express. HEX triplet: 0C, 11 and 4D. RGB value is (12,17,77). Sum of RGB (Red+Green+Blue) = 12+17+77=106 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.32% from 106); Green value is 17 (7.03% from 255 or 16.04% from 106); Blue value is 77 (30.47% from 255 or 72.64% from 106); Max value from RGB is 77 - color contains mainly: blue. Hex color #0C114D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C114D is #F3EEB2. Grayscale: #161616. Windows color (decimal): -15986355 or 5050636. OLE color: 5050636.
HSL color Cylindrical-coordinate representation of color #0C114D: hue angle of 235.38º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C114D is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 12 | 17 | 77 | - |
| CMYK | 0.84 | 0.78 | 0 | 0.70 |
| HSL | 235.38º | 0.73% | 0.17% | - |
| HSV(B) | 235.38º | 0.84% | 0.3% | - |
| XYZ | 1.69 | 1.01 | 7.13 | - |
| YUV | 22.35 | 158.84 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 17 | 77 | 0.84 | 0.78 | 0 | 0.70 | 235.38 | 0.73 | 0.17 |
| Hex | C | 11 | 4D | 54 | 4E | 0 | 46 | EB | 49 | 11 |
| Octal | 14 | 21 | 115 | 124 | 116 | 0 | 106 | 353 | 111 | 21 |
| Binary | 1100 | 10001 | 1001101 | 1010100 | 1001110 | 0 | 1000110 | 11101011 | 1001001 | 10001 |
Color Harmonies of #0C114D
Complementary color
Monochromatic Colors of #0C114D
Black with #0C114D
Text Example
Text Example
White with #0C114D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C114D; }
p { color: rgb(12,17,77); }
H1.HeaderClassName
{
color: #0C114D;
}
.AnyTagClassName
{
color: #0C114D;
}
</style>
background-color css
<style>
a { background-color: #0C114D; }
a { background-color: rgb(12,17,77); }
div.DivClassName
{
background-color: #0C114D;
}
.BgClassName
{
background-color: #0C114D;
}
</style>
border-color css
<style>
span { border-color: #0C114D; }
span { border-color: rgb(12,17,77); }
td.TdClassName
{
border-color: #0C114D;
}
.TagClassName
{
border-color: #0C114D;
}
</style>