Shades of Midnight Blue #121662
Tints of Midnight Blue #121662
RGB
CMYK
RGB Variations
Color information
#121662 (or 0x121662) is known color: Midnight Blue. HEX triplet: 12, 16 and 62. RGB value is (18,22,98). Sum of RGB (Red+Green+Blue) = 18+22+98=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 22 (8.98% from 255 or 15.94% from 138); Blue value is 98 (38.67% from 255 or 71.01% from 138); Max value from RGB is 98 - color contains mainly: blue. Hex color #121662 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121662 is #EDE99D. Grayscale: #1D1D1D. Windows color (decimal): -15591838 or 6428178. OLE color: 6428178.
HSL color Cylindrical-coordinate representation of color #121662: hue angle of 237º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #121662 is Cyan = 0.82, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 18 | 22 | 98 | - |
| CMYK | 0.82 | 0.78 | 0 | 0.62 |
| HSL | 237º | 0.69% | 0.23% | - |
| HSV(B) | 237º | 0.82% | 0.38% | - |
| XYZ | 2.74 | 1.58 | 11.72 | - |
| YUV | 29.47 | 166.67 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 22 | 98 | 0.82 | 0.78 | 0 | 0.62 | 237 | 0.69 | 0.23 |
| Hex | 12 | 16 | 62 | 52 | 4E | 0 | 3E | ED | 45 | 17 |
| Octal | 22 | 26 | 142 | 122 | 116 | 0 | 76 | 355 | 105 | 27 |
| Binary | 10010 | 10110 | 1100010 | 1010010 | 1001110 | 0 | 111110 | 11101101 | 1000101 | 10111 |
Color Harmonies of #121662
Complementary color
Monochromatic Colors of #121662
Black with #121662
Text Example
Text Example
White with #121662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121662; }
p { color: rgb(18,22,98); }
H1.HeaderClassName
{
color: #121662;
}
.AnyTagClassName
{
color: #121662;
}
</style>
background-color css
<style>
a { background-color: #121662; }
a { background-color: rgb(18,22,98); }
div.DivClassName
{
background-color: #121662;
}
.BgClassName
{
background-color: #121662;
}
</style>
border-color css
<style>
span { border-color: #121662; }
span { border-color: rgb(18,22,98); }
td.TdClassName
{
border-color: #121662;
}
.TagClassName
{
border-color: #121662;
}
</style>