Shades of Midnight Blue #121668
Tints of Midnight Blue #121668
RGB
CMYK
RGB Variations
Color information
#121668 (or 0x121668) is known color: Midnight Blue. HEX triplet: 12, 16 and 68. RGB value is (18,22,104). Sum of RGB (Red+Green+Blue) = 18+22+104=144 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.5% from 144); Green value is 22 (8.98% from 255 or 15.28% from 144); Blue value is 104 (41.02% from 255 or 72.22% from 144); Max value from RGB is 104 - color contains mainly: blue. Hex color #121668 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121668 is #EDE997. Grayscale: #1D1D1D. Windows color (decimal): -15591832 or 6821394. OLE color: 6821394.
HSL color Cylindrical-coordinate representation of color #121668: hue angle of 237.21º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #121668 is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 18 | 22 | 104 | - |
| CMYK | 0.83 | 0.79 | 0 | 0.59 |
| HSL | 237.21º | 0.7% | 0.24% | - |
| HSV(B) | 237.21º | 0.83% | 0.41% | - |
| XYZ | 3.04 | 1.7 | 13.27 | - |
| YUV | 30.15 | 169.67 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 22 | 104 | 0.83 | 0.79 | 0 | 0.59 | 237.21 | 0.7 | 0.24 |
| Hex | 12 | 16 | 68 | 53 | 4F | 0 | 3B | ED | 46 | 18 |
| Octal | 22 | 26 | 150 | 123 | 117 | 0 | 73 | 355 | 106 | 30 |
| Binary | 10010 | 10110 | 1101000 | 1010011 | 1001111 | 0 | 111011 | 11101101 | 1000110 | 11000 |
Color Harmonies of #121668
Complementary color
Monochromatic Colors of #121668
Black with #121668
Text Example
Text Example
White with #121668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121668; }
p { color: rgb(18,22,104); }
H1.HeaderClassName
{
color: #121668;
}
.AnyTagClassName
{
color: #121668;
}
</style>
background-color css
<style>
a { background-color: #121668; }
a { background-color: rgb(18,22,104); }
div.DivClassName
{
background-color: #121668;
}
.BgClassName
{
background-color: #121668;
}
</style>
border-color css
<style>
span { border-color: #121668; }
span { border-color: rgb(18,22,104); }
td.TdClassName
{
border-color: #121668;
}
.TagClassName
{
border-color: #121668;
}
</style>