Shades of Midnight Blue #121E66
Tints of Midnight Blue #121E66
RGB
CMYK
RGB Variations
Color information
#121E66 (or 0x121E66) is known color: Midnight Blue. HEX triplet: 12, 1E and 66. RGB value is (18,30,102). Sum of RGB (Red+Green+Blue) = 18+30+102=150 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12% from 150); Green value is 30 (12.11% from 255 or 20% from 150); Blue value is 102 (40.23% from 255 or 68% from 150); Max value from RGB is 102 - color contains mainly: blue. Hex color #121E66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121E66 is #EDE199. Grayscale: #222222. Windows color (decimal): -15589786 or 6692370. OLE color: 6692370.
HSL color Cylindrical-coordinate representation of color #121E66: hue angle of 231.43º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #121E66 is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 18 | 30 | 102 | - |
| CMYK | 0.82 | 0.71 | 0 | 0.6 |
| HSL | 231.43º | 0.7% | 0.24% | - |
| HSV(B) | 231.43º | 0.82% | 0.4% | - |
| XYZ | 3.11 | 2.02 | 12.8 | - |
| YUV | 34.62 | 166.02 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 30 | 102 | 0.82 | 0.71 | 0 | 0.6 | 231.43 | 0.7 | 0.24 |
| Hex | 12 | 1E | 66 | 52 | 47 | 0 | 3C | E7 | 46 | 18 |
| Octal | 22 | 36 | 146 | 122 | 107 | 0 | 74 | 347 | 106 | 30 |
| Binary | 10010 | 11110 | 1100110 | 1010010 | 1000111 | 0 | 111100 | 11100111 | 1000110 | 11000 |
Color Harmonies of #121E66
Complementary color
Monochromatic Colors of #121E66
Black with #121E66
Text Example
Text Example
White with #121E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121E66; }
p { color: rgb(18,30,102); }
H1.HeaderClassName
{
color: #121E66;
}
.AnyTagClassName
{
color: #121E66;
}
</style>
background-color css
<style>
a { background-color: #121E66; }
a { background-color: rgb(18,30,102); }
div.DivClassName
{
background-color: #121E66;
}
.BgClassName
{
background-color: #121E66;
}
</style>
border-color css
<style>
span { border-color: #121E66; }
span { border-color: rgb(18,30,102); }
td.TdClassName
{
border-color: #121E66;
}
.TagClassName
{
border-color: #121E66;
}
</style>