Shades of Midnight Blue #121677
Tints of Midnight Blue #121677
RGB
CMYK
RGB Variations
Color information
#121677 (or 0x121677) is known color: Midnight Blue. HEX triplet: 12, 16 and 77. RGB value is (18,22,119). Sum of RGB (Red+Green+Blue) = 18+22+119=159 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.32% from 159); Green value is 22 (8.98% from 255 or 13.84% from 159); Blue value is 119 (46.88% from 255 or 74.84% from 159); Max value from RGB is 119 - color contains mainly: blue. Hex color #121677 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121677 is #EDE988. Grayscale: #1F1F1F. Windows color (decimal): -15591817 or 7804434. OLE color: 7804434.
HSL color Cylindrical-coordinate representation of color #121677: hue angle of 237.62º 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 #121677 is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 18 | 22 | 119 | - |
| CMYK | 0.85 | 0.82 | 0 | 0.53 |
| HSL | 237.62º | 0.74% | 0.27% | - |
| HSV(B) | 237.62º | 0.85% | 0.47% | - |
| XYZ | 3.87 | 2.03 | 17.64 | - |
| YUV | 31.86 | 177.17 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 22 | 119 | 0.85 | 0.82 | 0 | 0.53 | 237.62 | 0.74 | 0.27 |
| Hex | 12 | 16 | 77 | 55 | 52 | 0 | 35 | EE | 4A | 1B |
| Octal | 22 | 26 | 167 | 125 | 122 | 0 | 65 | 356 | 112 | 33 |
| Binary | 10010 | 10110 | 1110111 | 1010101 | 1010010 | 0 | 110101 | 11101110 | 1001010 | 11011 |
Color Harmonies of #121677
Complementary color
Monochromatic Colors of #121677
Black with #121677
Text Example
Text Example
White with #121677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121677; }
p { color: rgb(18,22,119); }
H1.HeaderClassName
{
color: #121677;
}
.AnyTagClassName
{
color: #121677;
}
</style>
background-color css
<style>
a { background-color: #121677; }
a { background-color: rgb(18,22,119); }
div.DivClassName
{
background-color: #121677;
}
.BgClassName
{
background-color: #121677;
}
</style>
border-color css
<style>
span { border-color: #121677; }
span { border-color: rgb(18,22,119); }
td.TdClassName
{
border-color: #121677;
}
.TagClassName
{
border-color: #121677;
}
</style>