Shades of Midnight Blue #121676
Tints of Midnight Blue #121676
RGB
CMYK
RGB Variations
Color information
#121676 (or 0x121676) is known color: Midnight Blue. HEX triplet: 12, 16 and 76. RGB value is (18,22,118). Sum of RGB (Red+Green+Blue) = 18+22+118=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 22 (8.98% from 255 or 13.92% from 158); Blue value is 118 (46.48% from 255 or 74.68% from 158); Max value from RGB is 118 - color contains mainly: blue. Hex color #121676 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121676 is #EDE989. Grayscale: #1F1F1F. Windows color (decimal): -15591818 or 7738898. OLE color: 7738898.
HSL color Cylindrical-coordinate representation of color #121676: hue angle of 237.6º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #121676 is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 18 | 22 | 118 | - |
| CMYK | 0.85 | 0.81 | 0 | 0.54 |
| HSL | 237.6º | 0.74% | 0.27% | - |
| HSV(B) | 237.6º | 0.85% | 0.46% | - |
| XYZ | 3.81 | 2.01 | 17.33 | - |
| YUV | 31.75 | 176.67 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 22 | 118 | 0.85 | 0.81 | 0 | 0.54 | 237.6 | 0.74 | 0.27 |
| Hex | 12 | 16 | 76 | 55 | 51 | 0 | 36 | EE | 4A | 1B |
| Octal | 22 | 26 | 166 | 125 | 121 | 0 | 66 | 356 | 112 | 33 |
| Binary | 10010 | 10110 | 1110110 | 1010101 | 1010001 | 0 | 110110 | 11101110 | 1001010 | 11011 |
Color Harmonies of #121676
Complementary color
Monochromatic Colors of #121676
Black with #121676
Text Example
Text Example
White with #121676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121676; }
p { color: rgb(18,22,118); }
H1.HeaderClassName
{
color: #121676;
}
.AnyTagClassName
{
color: #121676;
}
</style>
background-color css
<style>
a { background-color: #121676; }
a { background-color: rgb(18,22,118); }
div.DivClassName
{
background-color: #121676;
}
.BgClassName
{
background-color: #121676;
}
</style>
border-color css
<style>
span { border-color: #121676; }
span { border-color: rgb(18,22,118); }
td.TdClassName
{
border-color: #121676;
}
.TagClassName
{
border-color: #121676;
}
</style>