Shades of Midnight Blue #121379
Tints of Midnight Blue #121379
RGB
CMYK
RGB Variations
Color information
#121379 (or 0x121379) is known color: Midnight Blue. HEX triplet: 12, 13 and 79. RGB value is (18,19,121). Sum of RGB (Red+Green+Blue) = 18+19+121=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 19 (7.81% from 255 or 12.03% from 158); Blue value is 121 (47.66% from 255 or 76.58% from 158); Max value from RGB is 121 - color contains mainly: blue. Hex color #121379 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121379 is #EDEC86. Grayscale: #1D1D1D. Windows color (decimal): -15592583 or 7934738. OLE color: 7934738.
HSL color Cylindrical-coordinate representation of color #121379: hue angle of 239.42º 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 #121379 is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 18 | 19 | 121 | - |
| CMYK | 0.85 | 0.84 | 0 | 0.53 |
| HSL | 239.42º | 0.74% | 0.27% | - |
| HSV(B) | 239.42º | 0.85% | 0.47% | - |
| XYZ | 3.93 | 1.97 | 18.26 | - |
| YUV | 30.33 | 179.17 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 19 | 121 | 0.85 | 0.84 | 0 | 0.53 | 239.42 | 0.74 | 0.27 |
| Hex | 12 | 13 | 79 | 55 | 54 | 0 | 35 | EF | 4A | 1B |
| Octal | 22 | 23 | 171 | 125 | 124 | 0 | 65 | 357 | 112 | 33 |
| Binary | 10010 | 10011 | 1111001 | 1010101 | 1010100 | 0 | 110101 | 11101111 | 1001010 | 11011 |
Color Harmonies of #121379
Complementary color
Monochromatic Colors of #121379
Black with #121379
Text Example
Text Example
White with #121379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121379; }
p { color: rgb(18,19,121); }
H1.HeaderClassName
{
color: #121379;
}
.AnyTagClassName
{
color: #121379;
}
</style>
background-color css
<style>
a { background-color: #121379; }
a { background-color: rgb(18,19,121); }
div.DivClassName
{
background-color: #121379;
}
.BgClassName
{
background-color: #121379;
}
</style>
border-color css
<style>
span { border-color: #121379; }
span { border-color: rgb(18,19,121); }
td.TdClassName
{
border-color: #121379;
}
.TagClassName
{
border-color: #121379;
}
</style>