Shades of Midnight #122C49
Tints of Midnight #122C49
RGB
CMYK
RGB Variations
Color information
#122C49 (or 0x122C49) is known color: Midnight. HEX triplet: 12, 2C and 49. RGB value is (18,44,73). Sum of RGB (Red+Green+Blue) = 18+44+73=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 44 (17.58% from 255 or 32.59% from 135); Blue value is 73 (28.91% from 255 or 54.07% from 135); Max value from RGB is 73 - color contains mainly: blue. Hex color #122C49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122C49 is #EDD3B6. Grayscale: #272727. Windows color (decimal): -15586231 or 4795410. OLE color: 4795410.
HSL color Cylindrical-coordinate representation of color #122C49: hue angle of 211.64º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #122C49 is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 44 | 73 | - |
| CMYK | 0.75 | 0.40 | 0 | 0.71 |
| HSL | 211.64º | 0.6% | 0.18% | - |
| HSV(B) | 211.64º | 0.75% | 0.29% | - |
| XYZ | 2.35 | 2.41 | 6.64 | - |
| YUV | 39.53 | 146.89 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 44 | 73 | 0.75 | 0.40 | 0 | 0.71 | 211.64 | 0.6 | 0.18 |
| Hex | 12 | 2C | 49 | 4B | 28 | 0 | 47 | D4 | 3C | 12 |
| Octal | 22 | 54 | 111 | 113 | 50 | 0 | 107 | 324 | 74 | 22 |
| Binary | 10010 | 101100 | 1001001 | 1001011 | 101000 | 0 | 1000111 | 11010100 | 111100 | 10010 |
Color Harmonies of #122C49
Complementary color
Monochromatic Colors of #122C49
Black with #122C49
Text Example
Text Example
White with #122C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122C49; }
p { color: rgb(18,44,73); }
H1.HeaderClassName
{
color: #122C49;
}
.AnyTagClassName
{
color: #122C49;
}
</style>
background-color css
<style>
a { background-color: #122C49; }
a { background-color: rgb(18,44,73); }
div.DivClassName
{
background-color: #122C49;
}
.BgClassName
{
background-color: #122C49;
}
</style>
border-color css
<style>
span { border-color: #122C49; }
span { border-color: rgb(18,44,73); }
td.TdClassName
{
border-color: #122C49;
}
.TagClassName
{
border-color: #122C49;
}
</style>