Shades of Midnight Express #0C2143
Tints of Midnight Express #0C2143
RGB
CMYK
RGB Variations
Color information
#0C2143 (or 0x0C2143) is known color: Midnight Express. HEX triplet: 0C, 21 and 43. RGB value is (12,33,67). Sum of RGB (Red+Green+Blue) = 12+33+67=112 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.71% from 112); Green value is 33 (13.28% from 255 or 29.46% from 112); Blue value is 67 (26.56% from 255 or 59.82% from 112); Max value from RGB is 67 - color contains mainly: blue. Hex color #0C2143 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2143 is #F3DEBC. Grayscale: #1E1E1E. Windows color (decimal): -15982269 or 4399372. OLE color: 4399372.
HSL color Cylindrical-coordinate representation of color #0C2143: hue angle of 217.09º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C2143 is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 12 | 33 | 67 | - |
| CMYK | 0.82 | 0.51 | 0 | 0.74 |
| HSL | 217.09º | 0.7% | 0.15% | - |
| HSV(B) | 217.09º | 0.82% | 0.26% | - |
| XYZ | 1.71 | 1.57 | 5.52 | - |
| YUV | 30.6 | 148.54 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 33 | 67 | 0.82 | 0.51 | 0 | 0.74 | 217.09 | 0.7 | 0.15 |
| Hex | C | 21 | 43 | 52 | 33 | 0 | 4A | D9 | 46 | F |
| Octal | 14 | 41 | 103 | 122 | 63 | 0 | 112 | 331 | 106 | 17 |
| Binary | 1100 | 100001 | 1000011 | 1010010 | 110011 | 0 | 1001010 | 11011001 | 1000110 | 1111 |
Color Harmonies of #0C2143
Complementary color
Monochromatic Colors of #0C2143
Black with #0C2143
Text Example
Text Example
White with #0C2143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2143; }
p { color: rgb(12,33,67); }
H1.HeaderClassName
{
color: #0C2143;
}
.AnyTagClassName
{
color: #0C2143;
}
</style>
background-color css
<style>
a { background-color: #0C2143; }
a { background-color: rgb(12,33,67); }
div.DivClassName
{
background-color: #0C2143;
}
.BgClassName
{
background-color: #0C2143;
}
</style>
border-color css
<style>
span { border-color: #0C2143; }
span { border-color: rgb(12,33,67); }
td.TdClassName
{
border-color: #0C2143;
}
.TagClassName
{
border-color: #0C2143;
}
</style>