Shades of Midnight Blue #122379
Tints of Midnight Blue #122379
RGB
CMYK
RGB Variations
Color information
#122379 (or 0x122379) is known color: Midnight Blue. HEX triplet: 12, 23 and 79. RGB value is (18,35,121). Sum of RGB (Red+Green+Blue) = 18+35+121=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 35 (14.06% from 255 or 20.11% from 174); Blue value is 121 (47.66% from 255 or 69.54% from 174); Max value from RGB is 121 - color contains mainly: blue. Hex color #122379 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122379 is #EDDC86. Grayscale: #272727. Windows color (decimal): -15588487 or 7938834. OLE color: 7938834.
HSL color Cylindrical-coordinate representation of color #122379: hue angle of 230.1º 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 #122379 is Cyan = 0.85, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 18 | 35 | 121 | - |
| CMYK | 0.85 | 0.71 | 0 | 0.53 |
| HSL | 230.1º | 0.74% | 0.27% | - |
| HSV(B) | 230.1º | 0.85% | 0.47% | - |
| XYZ | 4.3 | 2.71 | 18.39 | - |
| YUV | 39.72 | 173.87 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 35 | 121 | 0.85 | 0.71 | 0 | 0.53 | 230.1 | 0.74 | 0.27 |
| Hex | 12 | 23 | 79 | 55 | 47 | 0 | 35 | E6 | 4A | 1B |
| Octal | 22 | 43 | 171 | 125 | 107 | 0 | 65 | 346 | 112 | 33 |
| Binary | 10010 | 100011 | 1111001 | 1010101 | 1000111 | 0 | 110101 | 11100110 | 1001010 | 11011 |
Color Harmonies of #122379
Complementary color
Monochromatic Colors of #122379
Black with #122379
Text Example
Text Example
White with #122379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122379; }
p { color: rgb(18,35,121); }
H1.HeaderClassName
{
color: #122379;
}
.AnyTagClassName
{
color: #122379;
}
</style>
background-color css
<style>
a { background-color: #122379; }
a { background-color: rgb(18,35,121); }
div.DivClassName
{
background-color: #122379;
}
.BgClassName
{
background-color: #122379;
}
</style>
border-color css
<style>
span { border-color: #122379; }
span { border-color: rgb(18,35,121); }
td.TdClassName
{
border-color: #122379;
}
.TagClassName
{
border-color: #122379;
}
</style>