Shades of Midnight Express #0C1249
Tints of Midnight Express #0C1249
RGB
CMYK
RGB Variations
Color information
#0C1249 (or 0x0C1249) is known color: Midnight Express. HEX triplet: 0C, 12 and 49. RGB value is (12,18,73). Sum of RGB (Red+Green+Blue) = 12+18+73=103 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.65% from 103); Green value is 18 (7.42% from 255 or 17.48% from 103); Blue value is 73 (28.91% from 255 or 70.87% from 103); Max value from RGB is 73 - color contains mainly: blue. Hex color #0C1249 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C1249 is #F3EDB6. Grayscale: #161616. Windows color (decimal): -15986103 or 4788748. OLE color: 4788748.
HSL color Cylindrical-coordinate representation of color #0C1249: hue angle of 234.1º 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 #0C1249 is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 12 | 18 | 73 | - |
| CMYK | 0.84 | 0.75 | 0 | 0.71 |
| HSL | 234.1º | 0.72% | 0.17% | - |
| HSV(B) | 234.1º | 0.84% | 0.29% | - |
| XYZ | 1.57 | 0.99 | 6.41 | - |
| YUV | 22.48 | 156.51 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 18 | 73 | 0.84 | 0.75 | 0 | 0.71 | 234.1 | 0.72 | 0.17 |
| Hex | C | 12 | 49 | 54 | 4B | 0 | 47 | EA | 48 | 11 |
| Octal | 14 | 22 | 111 | 124 | 113 | 0 | 107 | 352 | 110 | 21 |
| Binary | 1100 | 10010 | 1001001 | 1010100 | 1001011 | 0 | 1000111 | 11101010 | 1001000 | 10001 |
Color Harmonies of #0C1249
Complementary color
Monochromatic Colors of #0C1249
Black with #0C1249
Text Example
Text Example
White with #0C1249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1249; }
p { color: rgb(12,18,73); }
H1.HeaderClassName
{
color: #0C1249;
}
.AnyTagClassName
{
color: #0C1249;
}
</style>
background-color css
<style>
a { background-color: #0C1249; }
a { background-color: rgb(12,18,73); }
div.DivClassName
{
background-color: #0C1249;
}
.BgClassName
{
background-color: #0C1249;
}
</style>
border-color css
<style>
span { border-color: #0C1249; }
span { border-color: rgb(12,18,73); }
td.TdClassName
{
border-color: #0C1249;
}
.TagClassName
{
border-color: #0C1249;
}
</style>