Shades of Midnight Blue #121D66
Tints of Midnight Blue #121D66
RGB
CMYK
RGB Variations
Color information
#121D66 (or 0x121D66) is known color: Midnight Blue. HEX triplet: 12, 1D and 66. RGB value is (18,29,102). Sum of RGB (Red+Green+Blue) = 18+29+102=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 29 (11.72% from 255 or 19.46% from 149); Blue value is 102 (40.23% from 255 or 68.46% from 149); Max value from RGB is 102 - color contains mainly: blue. Hex color #121D66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121D66 is #EDE299. Grayscale: #212121. Windows color (decimal): -15590042 or 6692114. OLE color: 6692114.
HSL color Cylindrical-coordinate representation of color #121D66: hue angle of 232.14º 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 #121D66 is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 18 | 29 | 102 | - |
| CMYK | 0.82 | 0.72 | 0 | 0.6 |
| HSL | 232.14º | 0.7% | 0.24% | - |
| HSV(B) | 232.14º | 0.82% | 0.4% | - |
| XYZ | 3.09 | 1.97 | 12.79 | - |
| YUV | 34.03 | 166.36 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 29 | 102 | 0.82 | 0.72 | 0 | 0.6 | 232.14 | 0.7 | 0.24 |
| Hex | 12 | 1D | 66 | 52 | 48 | 0 | 3C | E8 | 46 | 18 |
| Octal | 22 | 35 | 146 | 122 | 110 | 0 | 74 | 350 | 106 | 30 |
| Binary | 10010 | 11101 | 1100110 | 1010010 | 1001000 | 0 | 111100 | 11101000 | 1000110 | 11000 |
Color Harmonies of #121D66
Complementary color
Monochromatic Colors of #121D66
Black with #121D66
Text Example
Text Example
White with #121D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121D66; }
p { color: rgb(18,29,102); }
H1.HeaderClassName
{
color: #121D66;
}
.AnyTagClassName
{
color: #121D66;
}
</style>
background-color css
<style>
a { background-color: #121D66; }
a { background-color: rgb(18,29,102); }
div.DivClassName
{
background-color: #121D66;
}
.BgClassName
{
background-color: #121D66;
}
</style>
border-color css
<style>
span { border-color: #121D66; }
span { border-color: rgb(18,29,102); }
td.TdClassName
{
border-color: #121D66;
}
.TagClassName
{
border-color: #121D66;
}
</style>