Shades of Midnight Express #0C0E4A
Tints of Midnight Express #0C0E4A
RGB
CMYK
RGB Variations
Color information
#0C0E4A (or 0x0C0E4A) is known color: Midnight Express. HEX triplet: 0C, 0E and 4A. RGB value is (12,14,74). Sum of RGB (Red+Green+Blue) = 12+14+74=100 (13% of max value = 765). Red value is 12 (5.08% from 255 or 12% from 100); Green value is 14 (5.86% from 255 or 14% from 100); Blue value is 74 (29.30% from 255 or 74% from 100); Max value from RGB is 74 - color contains mainly: blue. Hex color #0C0E4A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0E4A is #F3F1B5. Grayscale: #141414. Windows color (decimal): -15987126 or 4853260. OLE color: 4853260.
HSL color Cylindrical-coordinate representation of color #0C0E4A: hue angle of 238.06º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C0E4A is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 12 | 14 | 74 | - |
| CMYK | 0.84 | 0.81 | 0 | 0.71 |
| HSL | 238.06º | 0.72% | 0.17% | - |
| HSV(B) | 238.06º | 0.84% | 0.29% | - |
| XYZ | 1.54 | 0.89 | 6.57 | - |
| YUV | 20.24 | 158.34 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 14 | 74 | 0.84 | 0.81 | 0 | 0.71 | 238.06 | 0.72 | 0.17 |
| Hex | C | E | 4A | 54 | 51 | 0 | 47 | EE | 48 | 11 |
| Octal | 14 | 16 | 112 | 124 | 121 | 0 | 107 | 356 | 110 | 21 |
| Binary | 1100 | 1110 | 1001010 | 1010100 | 1010001 | 0 | 1000111 | 11101110 | 1001000 | 10001 |
Color Harmonies of #0C0E4A
Complementary color
Monochromatic Colors of #0C0E4A
Black with #0C0E4A
Text Example
Text Example
White with #0C0E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0E4A; }
p { color: rgb(12,14,74); }
H1.HeaderClassName
{
color: #0C0E4A;
}
.AnyTagClassName
{
color: #0C0E4A;
}
</style>
background-color css
<style>
a { background-color: #0C0E4A; }
a { background-color: rgb(12,14,74); }
div.DivClassName
{
background-color: #0C0E4A;
}
.BgClassName
{
background-color: #0C0E4A;
}
</style>
border-color css
<style>
span { border-color: #0C0E4A; }
span { border-color: rgb(12,14,74); }
td.TdClassName
{
border-color: #0C0E4A;
}
.TagClassName
{
border-color: #0C0E4A;
}
</style>