Shades of Midnight #122D50
Tints of Midnight #122D50
RGB
CMYK
RGB Variations
Color information
#122D50 (or 0x122D50) is known color: Midnight. HEX triplet: 12, 2D and 50. RGB value is (18,45,80). Sum of RGB (Red+Green+Blue) = 18+45+80=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 45 (17.97% from 255 or 31.47% from 143); Blue value is 80 (31.64% from 255 or 55.94% from 143); Max value from RGB is 80 - color contains mainly: blue. Hex color #122D50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122D50 is #EDD2AF. Grayscale: #282828. Windows color (decimal): -15585968 or 5254418. OLE color: 5254418.
HSL color Cylindrical-coordinate representation of color #122D50: hue angle of 213.87º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #122D50 is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 45 | 80 | - |
| CMYK | 0.78 | 0.44 | 0 | 0.69 |
| HSL | 213.87º | 0.63% | 0.19% | - |
| HSV(B) | 213.87º | 0.78% | 0.31% | - |
| XYZ | 2.64 | 2.58 | 7.95 | - |
| YUV | 40.92 | 150.05 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 45 | 80 | 0.78 | 0.44 | 0 | 0.69 | 213.87 | 0.63 | 0.19 |
| Hex | 12 | 2D | 50 | 4E | 2C | 0 | 45 | D6 | 3F | 13 |
| Octal | 22 | 55 | 120 | 116 | 54 | 0 | 105 | 326 | 77 | 23 |
| Binary | 10010 | 101101 | 1010000 | 1001110 | 101100 | 0 | 1000101 | 11010110 | 111111 | 10011 |
Color Harmonies of #122D50
Complementary color
Monochromatic Colors of #122D50
Black with #122D50
Text Example
Text Example
White with #122D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122D50; }
p { color: rgb(18,45,80); }
H1.HeaderClassName
{
color: #122D50;
}
.AnyTagClassName
{
color: #122D50;
}
</style>
background-color css
<style>
a { background-color: #122D50; }
a { background-color: rgb(18,45,80); }
div.DivClassName
{
background-color: #122D50;
}
.BgClassName
{
background-color: #122D50;
}
</style>
border-color css
<style>
span { border-color: #122D50; }
span { border-color: rgb(18,45,80); }
td.TdClassName
{
border-color: #122D50;
}
.TagClassName
{
border-color: #122D50;
}
</style>