Shades of Midnight Express #0C1E47
Tints of Midnight Express #0C1E47
RGB
CMYK
RGB Variations
Color information
#0C1E47 (or 0x0C1E47) is known color: Midnight Express. HEX triplet: 0C, 1E and 47. RGB value is (12,30,71). Sum of RGB (Red+Green+Blue) = 12+30+71=113 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.62% from 113); Green value is 30 (12.11% from 255 or 26.55% from 113); Blue value is 71 (28.12% from 255 or 62.83% from 113); Max value from RGB is 71 - color contains mainly: blue. Hex color #0C1E47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C1E47 is #F3E1B8. Grayscale: #1D1D1D. Windows color (decimal): -15983033 or 4660748. OLE color: 4660748.
HSL color Cylindrical-coordinate representation of color #0C1E47: hue angle of 221.69º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0C1E47 is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 12 | 30 | 71 | - |
| CMYK | 0.83 | 0.58 | 0 | 0.72 |
| HSL | 221.69º | 0.71% | 0.16% | - |
| HSV(B) | 221.69º | 0.83% | 0.28% | - |
| XYZ | 1.75 | 1.46 | 6.15 | - |
| YUV | 29.29 | 151.54 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 30 | 71 | 0.83 | 0.58 | 0 | 0.72 | 221.69 | 0.71 | 0.16 |
| Hex | C | 1E | 47 | 53 | 3A | 0 | 48 | DE | 47 | 10 |
| Octal | 14 | 36 | 107 | 123 | 72 | 0 | 110 | 336 | 107 | 20 |
| Binary | 1100 | 11110 | 1000111 | 1010011 | 111010 | 0 | 1001000 | 11011110 | 1000111 | 10000 |
Color Harmonies of #0C1E47
Complementary color
Monochromatic Colors of #0C1E47
Black with #0C1E47
Text Example
Text Example
White with #0C1E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1E47; }
p { color: rgb(12,30,71); }
H1.HeaderClassName
{
color: #0C1E47;
}
.AnyTagClassName
{
color: #0C1E47;
}
</style>
background-color css
<style>
a { background-color: #0C1E47; }
a { background-color: rgb(12,30,71); }
div.DivClassName
{
background-color: #0C1E47;
}
.BgClassName
{
background-color: #0C1E47;
}
</style>
border-color css
<style>
span { border-color: #0C1E47; }
span { border-color: rgb(12,30,71); }
td.TdClassName
{
border-color: #0C1E47;
}
.TagClassName
{
border-color: #0C1E47;
}
</style>