Shades of Midnight Express #0C0939
Tints of Midnight Express #0C0939
RGB
CMYK
RGB Variations
Color information
#0C0939 (or 0x0C0939) is known color: Midnight Express. HEX triplet: 0C, 09 and 39. RGB value is (12,9,57). Sum of RGB (Red+Green+Blue) = 12+9+57=78 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.38% from 78); Green value is 9 (3.91% from 255 or 11.54% from 78); Blue value is 57 (22.66% from 255 or 73.08% from 78); Max value from RGB is 57 - color contains mainly: blue. Hex color #0C0939 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0939 is #F3F6C6. Grayscale: #0F0F0F. Windows color (decimal): -15988423 or 3737868. OLE color: 3737868.
HSL color Cylindrical-coordinate representation of color #0C0939: hue angle of 243.75º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C0939 is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 12 | 9 | 57 | - |
| CMYK | 0.79 | 0.84 | 0 | 0.78 |
| HSL | 243.75º | 0.73% | 0.13% | - |
| HSV(B) | 243.75º | 0.84% | 0.22% | - |
| XYZ | 0.99 | 0.57 | 3.93 | - |
| YUV | 15.37 | 151.49 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 9 | 57 | 0.79 | 0.84 | 0 | 0.78 | 243.75 | 0.73 | 0.13 |
| Hex | C | 9 | 39 | 4F | 54 | 0 | 4E | F4 | 49 | D |
| Octal | 14 | 11 | 71 | 117 | 124 | 0 | 116 | 364 | 111 | 15 |
| Binary | 1100 | 1001 | 111001 | 1001111 | 1010100 | 0 | 1001110 | 11110100 | 1001001 | 1101 |
Color Harmonies of #0C0939
Complementary color
Monochromatic Colors of #0C0939
Black with #0C0939
Text Example
Text Example
White with #0C0939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0939; }
p { color: rgb(12,9,57); }
H1.HeaderClassName
{
color: #0C0939;
}
.AnyTagClassName
{
color: #0C0939;
}
</style>
background-color css
<style>
a { background-color: #0C0939; }
a { background-color: rgb(12,9,57); }
div.DivClassName
{
background-color: #0C0939;
}
.BgClassName
{
background-color: #0C0939;
}
</style>
border-color css
<style>
span { border-color: #0C0939; }
span { border-color: rgb(12,9,57); }
td.TdClassName
{
border-color: #0C0939;
}
.TagClassName
{
border-color: #0C0939;
}
</style>