Shades of Midnight #0C2449
Tints of Midnight #0C2449
RGB
CMYK
RGB Variations
Color information
#0C2449 (or 0x0C2449) is known color: Midnight. HEX triplet: 0C, 24 and 49. RGB value is (12,36,73). Sum of RGB (Red+Green+Blue) = 12+36+73=121 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.92% from 121); Green value is 36 (14.45% from 255 or 29.75% from 121); Blue value is 73 (28.91% from 255 or 60.33% from 121); Max value from RGB is 73 - color contains mainly: blue. Hex color #0C2449 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2449 is #F3DBB6. Grayscale: #202020. Windows color (decimal): -15981495 or 4793356. OLE color: 4793356.
HSL color Cylindrical-coordinate representation of color #0C2449: hue angle of 216.39º 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 #0C2449 is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 12 | 36 | 73 | - |
| CMYK | 0.84 | 0.51 | 0 | 0.71 |
| HSL | 216.39º | 0.72% | 0.17% | - |
| HSV(B) | 216.39º | 0.84% | 0.29% | - |
| XYZ | 1.99 | 1.82 | 6.55 | - |
| YUV | 33.04 | 150.55 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 36 | 73 | 0.84 | 0.51 | 0 | 0.71 | 216.39 | 0.72 | 0.17 |
| Hex | C | 24 | 49 | 54 | 33 | 0 | 47 | D8 | 48 | 11 |
| Octal | 14 | 44 | 111 | 124 | 63 | 0 | 107 | 330 | 110 | 21 |
| Binary | 1100 | 100100 | 1001001 | 1010100 | 110011 | 0 | 1000111 | 11011000 | 1001000 | 10001 |
Color Harmonies of #0C2449
Complementary color
Monochromatic Colors of #0C2449
Black with #0C2449
Text Example
Text Example
White with #0C2449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2449; }
p { color: rgb(12,36,73); }
H1.HeaderClassName
{
color: #0C2449;
}
.AnyTagClassName
{
color: #0C2449;
}
</style>
background-color css
<style>
a { background-color: #0C2449; }
a { background-color: rgb(12,36,73); }
div.DivClassName
{
background-color: #0C2449;
}
.BgClassName
{
background-color: #0C2449;
}
</style>
border-color css
<style>
span { border-color: #0C2449; }
span { border-color: rgb(12,36,73); }
td.TdClassName
{
border-color: #0C2449;
}
.TagClassName
{
border-color: #0C2449;
}
</style>