Shades of Midnight #122945
Tints of Midnight #122945
RGB
CMYK
RGB Variations
Color information
#122945 (or 0x122945) is known color: Midnight. HEX triplet: 12, 29 and 45. RGB value is (18,41,69). Sum of RGB (Red+Green+Blue) = 18+41+69=128 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.06% from 128); Green value is 41 (16.41% from 255 or 32.03% from 128); Blue value is 69 (27.34% from 255 or 53.91% from 128); Max value from RGB is 69 - color contains mainly: blue. Hex color #122945 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122945 is #EDD6BA. Grayscale: #252525. Windows color (decimal): -15587003 or 4532498. OLE color: 4532498.
HSL color Cylindrical-coordinate representation of color #122945: hue angle of 212.94º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #122945 is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 18 | 41 | 69 | - |
| CMYK | 0.74 | 0.41 | 0 | 0.73 |
| HSL | 212.94º | 0.59% | 0.17% | - |
| HSV(B) | 212.94º | 0.74% | 0.27% | - |
| XYZ | 2.12 | 2.14 | 5.93 | - |
| YUV | 37.32 | 145.88 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 41 | 69 | 0.74 | 0.41 | 0 | 0.73 | 212.94 | 0.59 | 0.17 |
| Hex | 12 | 29 | 45 | 4A | 29 | 0 | 49 | D5 | 3B | 11 |
| Octal | 22 | 51 | 105 | 112 | 51 | 0 | 111 | 325 | 73 | 21 |
| Binary | 10010 | 101001 | 1000101 | 1001010 | 101001 | 0 | 1001001 | 11010101 | 111011 | 10001 |
Color Harmonies of #122945
Complementary color
Monochromatic Colors of #122945
Black with #122945
Text Example
Text Example
White with #122945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122945; }
p { color: rgb(18,41,69); }
H1.HeaderClassName
{
color: #122945;
}
.AnyTagClassName
{
color: #122945;
}
</style>
background-color css
<style>
a { background-color: #122945; }
a { background-color: rgb(18,41,69); }
div.DivClassName
{
background-color: #122945;
}
.BgClassName
{
background-color: #122945;
}
</style>
border-color css
<style>
span { border-color: #122945; }
span { border-color: rgb(18,41,69); }
td.TdClassName
{
border-color: #122945;
}
.TagClassName
{
border-color: #122945;
}
</style>