Shades of Midnight Express #0C1132
Tints of Midnight Express #0C1132
RGB
CMYK
RGB Variations
Color information
#0C1132 (or 0x0C1132) is known color: Midnight Express. HEX triplet: 0C, 11 and 32. RGB value is (12,17,50). Sum of RGB (Red+Green+Blue) = 12+17+50=79 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.19% from 79); Green value is 17 (7.03% from 255 or 21.52% from 79); Blue value is 50 (19.92% from 255 or 63.29% from 79); Max value from RGB is 50 - color contains mainly: blue. Hex color #0C1132 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C1132 is #F3EECD. Grayscale: #131313. Windows color (decimal): -15986382 or 3281164. OLE color: 3281164.
HSL color Cylindrical-coordinate representation of color #0C1132: hue angle of 232.11º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0C1132 is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 12 | 17 | 50 | - |
| CMYK | 0.76 | 0.66 | 0 | 0.80 |
| HSL | 232.11º | 0.61% | 0.12% | - |
| HSV(B) | 232.11º | 0.76% | 0.2% | - |
| XYZ | 0.93 | 0.71 | 3.11 | - |
| YUV | 19.27 | 145.34 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 17 | 50 | 0.76 | 0.66 | 0 | 0.80 | 232.11 | 0.61 | 0.12 |
| Hex | C | 11 | 32 | 4C | 42 | 0 | 50 | E8 | 3D | C |
| Octal | 14 | 21 | 62 | 114 | 102 | 0 | 120 | 350 | 75 | 14 |
| Binary | 1100 | 10001 | 110010 | 1001100 | 1000010 | 0 | 1010000 | 11101000 | 111101 | 1100 |
Color Harmonies of #0C1132
Complementary color
Monochromatic Colors of #0C1132
Black with #0C1132
Text Example
Text Example
White with #0C1132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1132; }
p { color: rgb(12,17,50); }
H1.HeaderClassName
{
color: #0C1132;
}
.AnyTagClassName
{
color: #0C1132;
}
</style>
background-color css
<style>
a { background-color: #0C1132; }
a { background-color: rgb(12,17,50); }
div.DivClassName
{
background-color: #0C1132;
}
.BgClassName
{
background-color: #0C1132;
}
</style>
border-color css
<style>
span { border-color: #0C1132; }
span { border-color: rgb(12,17,50); }
td.TdClassName
{
border-color: #0C1132;
}
.TagClassName
{
border-color: #0C1132;
}
</style>