Shades of Midnight Express #0C093E
Tints of Midnight Express #0C093E
RGB
CMYK
RGB Variations
Color information
#0C093E (or 0x0C093E) is known color: Midnight Express. HEX triplet: 0C, 09 and 3E. RGB value is (12,9,62). Sum of RGB (Red+Green+Blue) = 12+9+62=83 (10% of max value = 765). Red value is 12 (5.08% from 255 or 14.46% from 83); Green value is 9 (3.91% from 255 or 10.84% from 83); Blue value is 62 (24.61% from 255 or 74.70% from 83); Max value from RGB is 62 - color contains mainly: blue. Hex color #0C093E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C093E is #F3F6C1. Grayscale: #0F0F0F. Windows color (decimal): -15988418 or 4065548. OLE color: 4065548.
HSL color Cylindrical-coordinate representation of color #0C093E: hue angle of 243.4º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C093E is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 12 | 9 | 62 | - |
| CMYK | 0.81 | 0.85 | 0 | 0.76 |
| HSL | 243.4º | 0.75% | 0.14% | - |
| HSV(B) | 243.4º | 0.85% | 0.24% | - |
| XYZ | 1.12 | 0.62 | 4.62 | - |
| YUV | 15.94 | 153.99 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 9 | 62 | 0.81 | 0.85 | 0 | 0.76 | 243.4 | 0.75 | 0.14 |
| Hex | C | 9 | 3E | 51 | 55 | 0 | 4C | F3 | 4B | E |
| Octal | 14 | 11 | 76 | 121 | 125 | 0 | 114 | 363 | 113 | 16 |
| Binary | 1100 | 1001 | 111110 | 1010001 | 1010101 | 0 | 1001100 | 11110011 | 1001011 | 1110 |
Color Harmonies of #0C093E
Complementary color
Monochromatic Colors of #0C093E
Black with #0C093E
Text Example
Text Example
White with #0C093E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C093E; }
p { color: rgb(12,9,62); }
H1.HeaderClassName
{
color: #0C093E;
}
.AnyTagClassName
{
color: #0C093E;
}
</style>
background-color css
<style>
a { background-color: #0C093E; }
a { background-color: rgb(12,9,62); }
div.DivClassName
{
background-color: #0C093E;
}
.BgClassName
{
background-color: #0C093E;
}
</style>
border-color css
<style>
span { border-color: #0C093E; }
span { border-color: rgb(12,9,62); }
td.TdClassName
{
border-color: #0C093E;
}
.TagClassName
{
border-color: #0C093E;
}
</style>