Shades of Midnight Blue #121678
Tints of Midnight Blue #121678
RGB
CMYK
RGB Variations
Color information
#121678 (or 0x121678) is known color: Midnight Blue. HEX triplet: 12, 16 and 78. RGB value is (18,22,120). Sum of RGB (Red+Green+Blue) = 18+22+120=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 22 (8.98% from 255 or 13.75% from 160); Blue value is 120 (47.27% from 255 or 75% from 160); Max value from RGB is 120 - color contains mainly: blue. Hex color #121678 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121678 is #EDE987. Grayscale: #1F1F1F. Windows color (decimal): -15591816 or 7869970. OLE color: 7869970.
HSL color Cylindrical-coordinate representation of color #121678: hue angle of 237.65º 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 #121678 is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 18 | 22 | 120 | - |
| CMYK | 0.85 | 0.82 | 0 | 0.53 |
| HSL | 237.65º | 0.74% | 0.27% | - |
| HSV(B) | 237.65º | 0.85% | 0.47% | - |
| XYZ | 3.93 | 2.06 | 17.96 | - |
| YUV | 31.98 | 177.67 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 22 | 120 | 0.85 | 0.82 | 0 | 0.53 | 237.65 | 0.74 | 0.27 |
| Hex | 12 | 16 | 78 | 55 | 52 | 0 | 35 | EE | 4A | 1B |
| Octal | 22 | 26 | 170 | 125 | 122 | 0 | 65 | 356 | 112 | 33 |
| Binary | 10010 | 10110 | 1111000 | 1010101 | 1010010 | 0 | 110101 | 11101110 | 1001010 | 11011 |
Color Harmonies of #121678
Complementary color
Monochromatic Colors of #121678
Black with #121678
Text Example
Text Example
White with #121678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121678; }
p { color: rgb(18,22,120); }
H1.HeaderClassName
{
color: #121678;
}
.AnyTagClassName
{
color: #121678;
}
</style>
background-color css
<style>
a { background-color: #121678; }
a { background-color: rgb(18,22,120); }
div.DivClassName
{
background-color: #121678;
}
.BgClassName
{
background-color: #121678;
}
</style>
border-color css
<style>
span { border-color: #121678; }
span { border-color: rgb(18,22,120); }
td.TdClassName
{
border-color: #121678;
}
.TagClassName
{
border-color: #121678;
}
</style>