Shades of Midnight #122B4E
Tints of Midnight #122B4E
RGB
CMYK
RGB Variations
Color information
#122B4E (or 0x122B4E) is known color: Midnight. HEX triplet: 12, 2B and 4E. RGB value is (18,43,78). Sum of RGB (Red+Green+Blue) = 18+43+78=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 43 (17.19% from 255 or 30.94% from 139); Blue value is 78 (30.86% from 255 or 56.12% from 139); Max value from RGB is 78 - color contains mainly: blue. Hex color #122B4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122B4E is #EDD4B1. Grayscale: #272727. Windows color (decimal): -15586482 or 5122834. OLE color: 5122834.
HSL color Cylindrical-coordinate representation of color #122B4E: hue angle of 215º 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 #122B4E is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 43 | 78 | - |
| CMYK | 0.77 | 0.45 | 0 | 0.69 |
| HSL | 215º | 0.63% | 0.19% | - |
| HSV(B) | 215º | 0.77% | 0.31% | - |
| XYZ | 2.49 | 2.41 | 7.54 | - |
| YUV | 39.52 | 149.72 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 43 | 78 | 0.77 | 0.45 | 0 | 0.69 | 215 | 0.63 | 0.19 |
| Hex | 12 | 2B | 4E | 4D | 2D | 0 | 45 | D7 | 3E | 13 |
| Octal | 22 | 53 | 116 | 115 | 55 | 0 | 105 | 327 | 76 | 23 |
| Binary | 10010 | 101011 | 1001110 | 1001101 | 101101 | 0 | 1000101 | 11010111 | 111110 | 10011 |
Color Harmonies of #122B4E
Complementary color
Monochromatic Colors of #122B4E
Black with #122B4E
Text Example
Text Example
White with #122B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122B4E; }
p { color: rgb(18,43,78); }
H1.HeaderClassName
{
color: #122B4E;
}
.AnyTagClassName
{
color: #122B4E;
}
</style>
background-color css
<style>
a { background-color: #122B4E; }
a { background-color: rgb(18,43,78); }
div.DivClassName
{
background-color: #122B4E;
}
.BgClassName
{
background-color: #122B4E;
}
</style>
border-color css
<style>
span { border-color: #122B4E; }
span { border-color: rgb(18,43,78); }
td.TdClassName
{
border-color: #122B4E;
}
.TagClassName
{
border-color: #122B4E;
}
</style>