Shades of Midnight Express #0C1E49
Tints of Midnight Express #0C1E49
RGB
CMYK
RGB Variations
Color information
#0C1E49 (or 0x0C1E49) is known color: Midnight Express. HEX triplet: 0C, 1E and 49. RGB value is (12,30,73). Sum of RGB (Red+Green+Blue) = 12+30+73=115 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.43% from 115); Green value is 30 (12.11% from 255 or 26.09% from 115); Blue value is 73 (28.91% from 255 or 63.48% from 115); Max value from RGB is 73 - color contains mainly: blue. Hex color #0C1E49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C1E49 is #F3E1B6. Grayscale: #1D1D1D. Windows color (decimal): -15983031 or 4791820. OLE color: 4791820.
HSL color Cylindrical-coordinate representation of color #0C1E49: hue angle of 222.3º 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 #0C1E49 is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 12 | 30 | 73 | - |
| CMYK | 0.84 | 0.59 | 0 | 0.71 |
| HSL | 222.3º | 0.72% | 0.17% | - |
| HSV(B) | 222.3º | 0.84% | 0.29% | - |
| XYZ | 1.82 | 1.49 | 6.49 | - |
| YUV | 29.52 | 152.54 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 30 | 73 | 0.84 | 0.59 | 0 | 0.71 | 222.3 | 0.72 | 0.17 |
| Hex | C | 1E | 49 | 54 | 3B | 0 | 47 | DE | 48 | 11 |
| Octal | 14 | 36 | 111 | 124 | 73 | 0 | 107 | 336 | 110 | 21 |
| Binary | 1100 | 11110 | 1001001 | 1010100 | 111011 | 0 | 1000111 | 11011110 | 1001000 | 10001 |
Color Harmonies of #0C1E49
Complementary color
Monochromatic Colors of #0C1E49
Black with #0C1E49
Text Example
Text Example
White with #0C1E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1E49; }
p { color: rgb(12,30,73); }
H1.HeaderClassName
{
color: #0C1E49;
}
.AnyTagClassName
{
color: #0C1E49;
}
</style>
background-color css
<style>
a { background-color: #0C1E49; }
a { background-color: rgb(12,30,73); }
div.DivClassName
{
background-color: #0C1E49;
}
.BgClassName
{
background-color: #0C1E49;
}
</style>
border-color css
<style>
span { border-color: #0C1E49; }
span { border-color: rgb(12,30,73); }
td.TdClassName
{
border-color: #0C1E49;
}
.TagClassName
{
border-color: #0C1E49;
}
</style>