Shades of Midnight Blue #122186
Tints of Midnight Blue #122186
RGB
CMYK
RGB Variations
Color information
#122186 (or 0x122186) is known color: Midnight Blue. HEX triplet: 12, 21 and 86. RGB value is (18,33,134). Sum of RGB (Red+Green+Blue) = 18+33+134=185 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.73% from 185); Green value is 33 (13.28% from 255 or 17.84% from 185); Blue value is 134 (52.73% from 255 or 72.43% from 185); Max value from RGB is 134 - color contains mainly: blue. Hex color #122186 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122186 is #EDDE79. Grayscale: #272727. Windows color (decimal): -15588986 or 8790290. OLE color: 8790290.
HSL color Cylindrical-coordinate representation of color #122186: hue angle of 232.24º 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 #122186 is Cyan = 0.87, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 18 | 33 | 134 | - |
| CMYK | 0.87 | 0.75 | 0 | 0.47 |
| HSL | 232.24º | 0.76% | 0.3% | - |
| HSV(B) | 232.24º | 0.87% | 0.53% | - |
| XYZ | 5.1 | 2.94 | 22.85 | - |
| YUV | 40.03 | 181.03 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 33 | 134 | 0.87 | 0.75 | 0 | 0.47 | 232.24 | 0.76 | 0.3 |
| Hex | 12 | 21 | 86 | 57 | 4B | 0 | 2F | E8 | 4C | 1E |
| Octal | 22 | 41 | 206 | 127 | 113 | 0 | 57 | 350 | 114 | 36 |
| Binary | 10010 | 100001 | 10000110 | 1010111 | 1001011 | 0 | 101111 | 11101000 | 1001100 | 11110 |
Color Harmonies of #122186
Complementary color
Monochromatic Colors of #122186
Black with #122186
Text Example
Text Example
White with #122186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122186; }
p { color: rgb(18,33,134); }
H1.HeaderClassName
{
color: #122186;
}
.AnyTagClassName
{
color: #122186;
}
</style>
background-color css
<style>
a { background-color: #122186; }
a { background-color: rgb(18,33,134); }
div.DivClassName
{
background-color: #122186;
}
.BgClassName
{
background-color: #122186;
}
</style>
border-color css
<style>
span { border-color: #122186; }
span { border-color: rgb(18,33,134); }
td.TdClassName
{
border-color: #122186;
}
.TagClassName
{
border-color: #122186;
}
</style>