Shades of Midnight #122747
Tints of Midnight #122747
RGB
CMYK
RGB Variations
Color information
#122747 (or 0x122747) is known color: Midnight. HEX triplet: 12, 27 and 47. RGB value is (18,39,71). Sum of RGB (Red+Green+Blue) = 18+39+71=128 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.06% from 128); Green value is 39 (15.62% from 255 or 30.47% from 128); Blue value is 71 (28.12% from 255 or 55.47% from 128); Max value from RGB is 71 - color contains mainly: blue. Hex color #122747 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122747 is #EDD8B8. Grayscale: #242424. Windows color (decimal): -15587513 or 4663058. OLE color: 4663058.
HSL color Cylindrical-coordinate representation of color #122747: hue angle of 216.23º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #122747 is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 18 | 39 | 71 | - |
| CMYK | 0.75 | 0.45 | 0 | 0.72 |
| HSL | 216.23º | 0.6% | 0.17% | - |
| HSV(B) | 216.23º | 0.75% | 0.28% | - |
| XYZ | 2.11 | 2.03 | 6.24 | - |
| YUV | 36.37 | 147.54 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 39 | 71 | 0.75 | 0.45 | 0 | 0.72 | 216.23 | 0.6 | 0.17 |
| Hex | 12 | 27 | 47 | 4B | 2D | 0 | 48 | D8 | 3C | 11 |
| Octal | 22 | 47 | 107 | 113 | 55 | 0 | 110 | 330 | 74 | 21 |
| Binary | 10010 | 100111 | 1000111 | 1001011 | 101101 | 0 | 1001000 | 11011000 | 111100 | 10001 |
Color Harmonies of #122747
Complementary color
Monochromatic Colors of #122747
Black with #122747
Text Example
Text Example
White with #122747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122747; }
p { color: rgb(18,39,71); }
H1.HeaderClassName
{
color: #122747;
}
.AnyTagClassName
{
color: #122747;
}
</style>
background-color css
<style>
a { background-color: #122747; }
a { background-color: rgb(18,39,71); }
div.DivClassName
{
background-color: #122747;
}
.BgClassName
{
background-color: #122747;
}
</style>
border-color css
<style>
span { border-color: #122747; }
span { border-color: rgb(18,39,71); }
td.TdClassName
{
border-color: #122747;
}
.TagClassName
{
border-color: #122747;
}
</style>