Shades of Midnight #122C4E
Tints of Midnight #122C4E
RGB
CMYK
RGB Variations
Color information
#122C4E (or 0x122C4E) is known color: Midnight. HEX triplet: 12, 2C and 4E. RGB value is (18,44,78). Sum of RGB (Red+Green+Blue) = 18+44+78=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 44 (17.58% from 255 or 31.43% from 140); Blue value is 78 (30.86% from 255 or 55.71% from 140); Max value from RGB is 78 - color contains mainly: blue. Hex color #122C4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122C4E is #EDD3B1. Grayscale: #272727. Windows color (decimal): -15586226 or 5123090. OLE color: 5123090.
HSL color Cylindrical-coordinate representation of color #122C4E: hue angle of 214º degrees, saturation: 0.62, 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 #122C4E is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 44 | 78 | - |
| CMYK | 0.77 | 0.44 | 0 | 0.69 |
| HSL | 214º | 0.63% | 0.19% | - |
| HSV(B) | 214º | 0.77% | 0.31% | - |
| XYZ | 2.53 | 2.48 | 7.55 | - |
| YUV | 40.1 | 149.39 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 44 | 78 | 0.77 | 0.44 | 0 | 0.69 | 214 | 0.63 | 0.19 |
| Hex | 12 | 2C | 4E | 4D | 2C | 0 | 45 | D6 | 3E | 13 |
| Octal | 22 | 54 | 116 | 115 | 54 | 0 | 105 | 326 | 76 | 23 |
| Binary | 10010 | 101100 | 1001110 | 1001101 | 101100 | 0 | 1000101 | 11010110 | 111110 | 10011 |
Color Harmonies of #122C4E
Complementary color
Monochromatic Colors of #122C4E
Black with #122C4E
Text Example
Text Example
White with #122C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122C4E; }
p { color: rgb(18,44,78); }
H1.HeaderClassName
{
color: #122C4E;
}
.AnyTagClassName
{
color: #122C4E;
}
</style>
background-color css
<style>
a { background-color: #122C4E; }
a { background-color: rgb(18,44,78); }
div.DivClassName
{
background-color: #122C4E;
}
.BgClassName
{
background-color: #122C4E;
}
</style>
border-color css
<style>
span { border-color: #122C4E; }
span { border-color: rgb(18,44,78); }
td.TdClassName
{
border-color: #122C4E;
}
.TagClassName
{
border-color: #122C4E;
}
</style>