Shades of Midnight Express #0C2249
Tints of Midnight Express #0C2249
RGB
CMYK
RGB Variations
Color information
#0C2249 (or 0x0C2249) is known color: Midnight Express. HEX triplet: 0C, 22 and 49. RGB value is (12,34,73). Sum of RGB (Red+Green+Blue) = 12+34+73=119 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.08% from 119); Green value is 34 (13.67% from 255 or 28.57% from 119); Blue value is 73 (28.91% from 255 or 61.34% from 119); Max value from RGB is 73 - color contains mainly: blue. Hex color #0C2249 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2249 is #F3DDB6. Grayscale: #1F1F1F. Windows color (decimal): -15982007 or 4792844. OLE color: 4792844.
HSL color Cylindrical-coordinate representation of color #0C2249: hue angle of 218.36º 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 #0C2249 is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 12 | 34 | 73 | - |
| CMYK | 0.84 | 0.53 | 0 | 0.71 |
| HSL | 218.36º | 0.72% | 0.17% | - |
| HSV(B) | 218.36º | 0.84% | 0.29% | - |
| XYZ | 1.93 | 1.7 | 6.53 | - |
| YUV | 31.87 | 151.21 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 34 | 73 | 0.84 | 0.53 | 0 | 0.71 | 218.36 | 0.72 | 0.17 |
| Hex | C | 22 | 49 | 54 | 35 | 0 | 47 | DA | 48 | 11 |
| Octal | 14 | 42 | 111 | 124 | 65 | 0 | 107 | 332 | 110 | 21 |
| Binary | 1100 | 100010 | 1001001 | 1010100 | 110101 | 0 | 1000111 | 11011010 | 1001000 | 10001 |
Color Harmonies of #0C2249
Complementary color
Monochromatic Colors of #0C2249
Black with #0C2249
Text Example
Text Example
White with #0C2249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2249; }
p { color: rgb(12,34,73); }
H1.HeaderClassName
{
color: #0C2249;
}
.AnyTagClassName
{
color: #0C2249;
}
</style>
background-color css
<style>
a { background-color: #0C2249; }
a { background-color: rgb(12,34,73); }
div.DivClassName
{
background-color: #0C2249;
}
.BgClassName
{
background-color: #0C2249;
}
</style>
border-color css
<style>
span { border-color: #0C2249; }
span { border-color: rgb(12,34,73); }
td.TdClassName
{
border-color: #0C2249;
}
.TagClassName
{
border-color: #0C2249;
}
</style>