Shades of Midnight Blue #121F86
Tints of Midnight Blue #121F86
RGB
CMYK
RGB Variations
Color information
#121F86 (or 0x121F86) is known color: Midnight Blue. HEX triplet: 12, 1F and 86. RGB value is (18,31,134). Sum of RGB (Red+Green+Blue) = 18+31+134=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 31 (12.5% from 255 or 16.94% from 183); Blue value is 134 (52.73% from 255 or 73.22% from 183); Max value from RGB is 134 - color contains mainly: blue. Hex color #121F86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121F86 is #EDE079. Grayscale: #262626. Windows color (decimal): -15589498 or 8789778. OLE color: 8789778.
HSL color Cylindrical-coordinate representation of color #121F86: hue angle of 233.28º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #121F86 is Cyan = 0.87, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 18 | 31 | 134 | - |
| CMYK | 0.87 | 0.77 | 0 | 0.47 |
| HSL | 233.28º | 0.76% | 0.3% | - |
| HSV(B) | 233.28º | 0.87% | 0.53% | - |
| XYZ | 5.04 | 2.83 | 22.83 | - |
| YUV | 38.86 | 181.69 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 31 | 134 | 0.87 | 0.77 | 0 | 0.47 | 233.28 | 0.76 | 0.3 |
| Hex | 12 | 1F | 86 | 57 | 4D | 0 | 2F | E9 | 4C | 1E |
| Octal | 22 | 37 | 206 | 127 | 115 | 0 | 57 | 351 | 114 | 36 |
| Binary | 10010 | 11111 | 10000110 | 1010111 | 1001101 | 0 | 101111 | 11101001 | 1001100 | 11110 |
Color Harmonies of #121F86
Complementary color
Monochromatic Colors of #121F86
Black with #121F86
Text Example
Text Example
White with #121F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121F86; }
p { color: rgb(18,31,134); }
H1.HeaderClassName
{
color: #121F86;
}
.AnyTagClassName
{
color: #121F86;
}
</style>
background-color css
<style>
a { background-color: #121F86; }
a { background-color: rgb(18,31,134); }
div.DivClassName
{
background-color: #121F86;
}
.BgClassName
{
background-color: #121F86;
}
</style>
border-color css
<style>
span { border-color: #121F86; }
span { border-color: rgb(18,31,134); }
td.TdClassName
{
border-color: #121F86;
}
.TagClassName
{
border-color: #121F86;
}
</style>