Shades of Midnight Express #0C093B
Tints of Midnight Express #0C093B
RGB
CMYK
RGB Variations
Color information
#0C093B (or 0x0C093B) is known color: Midnight Express. HEX triplet: 0C, 09 and 3B. RGB value is (12,9,59). Sum of RGB (Red+Green+Blue) = 12+9+59=80 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15% from 80); Green value is 9 (3.91% from 255 or 11.25% from 80); Blue value is 59 (23.44% from 255 or 73.75% from 80); Max value from RGB is 59 - color contains mainly: blue. Hex color #0C093B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C093B is #F3F6C4. Grayscale: #0F0F0F. Windows color (decimal): -15988421 or 3868940. OLE color: 3868940.
HSL color Cylindrical-coordinate representation of color #0C093B: hue angle of 243.6º degrees, saturation: 0.74, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C093B is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 12 | 9 | 59 | - |
| CMYK | 0.80 | 0.85 | 0 | 0.77 |
| HSL | 243.6º | 0.74% | 0.13% | - |
| HSV(B) | 243.6º | 0.85% | 0.23% | - |
| XYZ | 1.04 | 0.59 | 4.2 | - |
| YUV | 15.6 | 152.49 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 9 | 59 | 0.80 | 0.85 | 0 | 0.77 | 243.6 | 0.74 | 0.13 |
| Hex | C | 9 | 3B | 50 | 55 | 0 | 4D | F4 | 4A | D |
| Octal | 14 | 11 | 73 | 120 | 125 | 0 | 115 | 364 | 112 | 15 |
| Binary | 1100 | 1001 | 111011 | 1010000 | 1010101 | 0 | 1001101 | 11110100 | 1001010 | 1101 |
Color Harmonies of #0C093B
Complementary color
Monochromatic Colors of #0C093B
Black with #0C093B
Text Example
Text Example
White with #0C093B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C093B; }
p { color: rgb(12,9,59); }
H1.HeaderClassName
{
color: #0C093B;
}
.AnyTagClassName
{
color: #0C093B;
}
</style>
background-color css
<style>
a { background-color: #0C093B; }
a { background-color: rgb(12,9,59); }
div.DivClassName
{
background-color: #0C093B;
}
.BgClassName
{
background-color: #0C093B;
}
</style>
border-color css
<style>
span { border-color: #0C093B; }
span { border-color: rgb(12,9,59); }
td.TdClassName
{
border-color: #0C093B;
}
.TagClassName
{
border-color: #0C093B;
}
</style>