Shades of Midnight Blue #122078
Tints of Midnight Blue #122078
RGB
CMYK
RGB Variations
Color information
#122078 (or 0x122078) is known color: Midnight Blue. HEX triplet: 12, 20 and 78. RGB value is (18,32,120). Sum of RGB (Red+Green+Blue) = 18+32+120=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 120 (47.27% from 255 or 70.59% from 170); Max value from RGB is 120 - color contains mainly: blue. Hex color #122078 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122078 is #EDDF87. Grayscale: #252525. Windows color (decimal): -15589256 or 7872530. OLE color: 7872530.
HSL color Cylindrical-coordinate representation of color #122078: hue angle of 231.76º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #122078 is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 18 | 32 | 120 | - |
| CMYK | 0.85 | 0.73 | 0 | 0.53 |
| HSL | 231.76º | 0.74% | 0.27% | - |
| HSV(B) | 231.76º | 0.85% | 0.47% | - |
| XYZ | 4.16 | 2.52 | 18.04 | - |
| YUV | 37.85 | 174.36 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 32 | 120 | 0.85 | 0.73 | 0 | 0.53 | 231.76 | 0.74 | 0.27 |
| Hex | 12 | 20 | 78 | 55 | 49 | 0 | 35 | E8 | 4A | 1B |
| Octal | 22 | 40 | 170 | 125 | 111 | 0 | 65 | 350 | 112 | 33 |
| Binary | 10010 | 100000 | 1111000 | 1010101 | 1001001 | 0 | 110101 | 11101000 | 1001010 | 11011 |
Color Harmonies of #122078
Complementary color
Monochromatic Colors of #122078
Black with #122078
Text Example
Text Example
White with #122078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122078; }
p { color: rgb(18,32,120); }
H1.HeaderClassName
{
color: #122078;
}
.AnyTagClassName
{
color: #122078;
}
</style>
background-color css
<style>
a { background-color: #122078; }
a { background-color: rgb(18,32,120); }
div.DivClassName
{
background-color: #122078;
}
.BgClassName
{
background-color: #122078;
}
</style>
border-color css
<style>
span { border-color: #122078; }
span { border-color: rgb(18,32,120); }
td.TdClassName
{
border-color: #122078;
}
.TagClassName
{
border-color: #122078;
}
</style>