Shades of Midnight Express #0C0E3D
Tints of Midnight Express #0C0E3D
RGB
CMYK
RGB Variations
Color information
#0C0E3D (or 0x0C0E3D) is known color: Midnight Express. HEX triplet: 0C, 0E and 3D. RGB value is (12,14,61). Sum of RGB (Red+Green+Blue) = 12+14+61=87 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.79% from 87); Green value is 14 (5.86% from 255 or 16.09% from 87); Blue value is 61 (24.22% from 255 or 70.11% from 87); Max value from RGB is 61 - color contains mainly: blue. Hex color #0C0E3D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0E3D is #F3F1C2. Grayscale: #121212. Windows color (decimal): -15987139 or 4001292. OLE color: 4001292.
HSL color Cylindrical-coordinate representation of color #0C0E3D: hue angle of 237.55º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0C0E3D is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 12 | 14 | 61 | - |
| CMYK | 0.80 | 0.77 | 0 | 0.76 |
| HSL | 237.55º | 0.67% | 0.14% | - |
| HSV(B) | 237.55º | 0.8% | 0.24% | - |
| XYZ | 1.15 | 0.73 | 4.49 | - |
| YUV | 18.76 | 151.84 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 14 | 61 | 0.80 | 0.77 | 0 | 0.76 | 237.55 | 0.67 | 0.14 |
| Hex | C | E | 3D | 50 | 4D | 0 | 4C | EE | 43 | E |
| Octal | 14 | 16 | 75 | 120 | 115 | 0 | 114 | 356 | 103 | 16 |
| Binary | 1100 | 1110 | 111101 | 1010000 | 1001101 | 0 | 1001100 | 11101110 | 1000011 | 1110 |
Color Harmonies of #0C0E3D
Complementary color
Monochromatic Colors of #0C0E3D
Black with #0C0E3D
Text Example
Text Example
White with #0C0E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0E3D; }
p { color: rgb(12,14,61); }
H1.HeaderClassName
{
color: #0C0E3D;
}
.AnyTagClassName
{
color: #0C0E3D;
}
</style>
background-color css
<style>
a { background-color: #0C0E3D; }
a { background-color: rgb(12,14,61); }
div.DivClassName
{
background-color: #0C0E3D;
}
.BgClassName
{
background-color: #0C0E3D;
}
</style>
border-color css
<style>
span { border-color: #0C0E3D; }
span { border-color: rgb(12,14,61); }
td.TdClassName
{
border-color: #0C0E3D;
}
.TagClassName
{
border-color: #0C0E3D;
}
</style>