Shades of Midnight Express #0C0942
Tints of Midnight Express #0C0942
RGB
CMYK
RGB Variations
Color information
#0C0942 (or 0x0C0942) is known color: Midnight Express. HEX triplet: 0C, 09 and 42. RGB value is (12,9,66). Sum of RGB (Red+Green+Blue) = 12+9+66=87 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.79% from 87); Green value is 9 (3.91% from 255 or 10.34% from 87); Blue value is 66 (26.17% from 255 or 75.86% from 87); Max value from RGB is 66 - color contains mainly: blue. Hex color #0C0942 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0942 is #F3F6BD. Grayscale: #101010. Windows color (decimal): -15988414 or 4327692. OLE color: 4327692.
HSL color Cylindrical-coordinate representation of color #0C0942: hue angle of 243.16º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C0942 is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 12 | 9 | 66 | - |
| CMYK | 0.82 | 0.86 | 0 | 0.74 |
| HSL | 243.16º | 0.76% | 0.15% | - |
| HSV(B) | 243.16º | 0.86% | 0.26% | - |
| XYZ | 1.23 | 0.67 | 5.22 | - |
| YUV | 16.4 | 155.99 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 9 | 66 | 0.82 | 0.86 | 0 | 0.74 | 243.16 | 0.76 | 0.15 |
| Hex | C | 9 | 42 | 52 | 56 | 0 | 4A | F3 | 4C | F |
| Octal | 14 | 11 | 102 | 122 | 126 | 0 | 112 | 363 | 114 | 17 |
| Binary | 1100 | 1001 | 1000010 | 1010010 | 1010110 | 0 | 1001010 | 11110011 | 1001100 | 1111 |
Color Harmonies of #0C0942
Complementary color
Monochromatic Colors of #0C0942
Black with #0C0942
Text Example
Text Example
White with #0C0942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0942; }
p { color: rgb(12,9,66); }
H1.HeaderClassName
{
color: #0C0942;
}
.AnyTagClassName
{
color: #0C0942;
}
</style>
background-color css
<style>
a { background-color: #0C0942; }
a { background-color: rgb(12,9,66); }
div.DivClassName
{
background-color: #0C0942;
}
.BgClassName
{
background-color: #0C0942;
}
</style>
border-color css
<style>
span { border-color: #0C0942; }
span { border-color: rgb(12,9,66); }
td.TdClassName
{
border-color: #0C0942;
}
.TagClassName
{
border-color: #0C0942;
}
</style>