Shades of Midnight Blue #121978
Tints of Midnight Blue #121978
RGB
CMYK
RGB Variations
Color information
#121978 (or 0x121978) is known color: Midnight Blue. HEX triplet: 12, 19 and 78. RGB value is (18,25,120). Sum of RGB (Red+Green+Blue) = 18+25+120=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 120 (47.27% from 255 or 73.62% from 163); Max value from RGB is 120 - color contains mainly: blue. Hex color #121978 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121978 is #EDE687. Grayscale: #212121. Windows color (decimal): -15591048 or 7870738. OLE color: 7870738.
HSL color Cylindrical-coordinate representation of color #121978: hue angle of 235.88º 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 #121978 is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 18 | 25 | 120 | - |
| CMYK | 0.85 | 0.79 | 0 | 0.53 |
| HSL | 235.88º | 0.74% | 0.27% | - |
| HSV(B) | 235.88º | 0.85% | 0.47% | - |
| XYZ | 3.99 | 2.18 | 17.98 | - |
| YUV | 33.74 | 176.68 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 25 | 120 | 0.85 | 0.79 | 0 | 0.53 | 235.88 | 0.74 | 0.27 |
| Hex | 12 | 19 | 78 | 55 | 4F | 0 | 35 | EC | 4A | 1B |
| Octal | 22 | 31 | 170 | 125 | 117 | 0 | 65 | 354 | 112 | 33 |
| Binary | 10010 | 11001 | 1111000 | 1010101 | 1001111 | 0 | 110101 | 11101100 | 1001010 | 11011 |
Color Harmonies of #121978
Complementary color
Monochromatic Colors of #121978
Black with #121978
Text Example
Text Example
White with #121978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121978; }
p { color: rgb(18,25,120); }
H1.HeaderClassName
{
color: #121978;
}
.AnyTagClassName
{
color: #121978;
}
</style>
background-color css
<style>
a { background-color: #121978; }
a { background-color: rgb(18,25,120); }
div.DivClassName
{
background-color: #121978;
}
.BgClassName
{
background-color: #121978;
}
</style>
border-color css
<style>
span { border-color: #121978; }
span { border-color: rgb(18,25,120); }
td.TdClassName
{
border-color: #121978;
}
.TagClassName
{
border-color: #121978;
}
</style>