Shades of Midnight Blue #121D76
Tints of Midnight Blue #121D76
RGB
CMYK
RGB Variations
Color information
#121D76 (or 0x121D76) is known color: Midnight Blue. HEX triplet: 12, 1D and 76. RGB value is (18,29,118). Sum of RGB (Red+Green+Blue) = 18+29+118=165 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.91% from 165); Green value is 29 (11.72% from 255 or 17.58% from 165); Blue value is 118 (46.48% from 255 or 71.52% from 165); Max value from RGB is 118 - color contains mainly: blue. Hex color #121D76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121D76 is #EDE289. Grayscale: #232323. Windows color (decimal): -15590026 or 7740690. OLE color: 7740690.
HSL color Cylindrical-coordinate representation of color #121D76: hue angle of 233.4º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #121D76 is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 18 | 29 | 118 | - |
| CMYK | 0.85 | 0.75 | 0 | 0.54 |
| HSL | 233.4º | 0.74% | 0.27% | - |
| HSV(B) | 233.4º | 0.85% | 0.46% | - |
| XYZ | 3.96 | 2.32 | 17.38 | - |
| YUV | 35.86 | 174.36 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 29 | 118 | 0.85 | 0.75 | 0 | 0.54 | 233.4 | 0.74 | 0.27 |
| Hex | 12 | 1D | 76 | 55 | 4B | 0 | 36 | E9 | 4A | 1B |
| Octal | 22 | 35 | 166 | 125 | 113 | 0 | 66 | 351 | 112 | 33 |
| Binary | 10010 | 11101 | 1110110 | 1010101 | 1001011 | 0 | 110110 | 11101001 | 1001010 | 11011 |
Color Harmonies of #121D76
Complementary color
Monochromatic Colors of #121D76
Black with #121D76
Text Example
Text Example
White with #121D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121D76; }
p { color: rgb(18,29,118); }
H1.HeaderClassName
{
color: #121D76;
}
.AnyTagClassName
{
color: #121D76;
}
</style>
background-color css
<style>
a { background-color: #121D76; }
a { background-color: rgb(18,29,118); }
div.DivClassName
{
background-color: #121D76;
}
.BgClassName
{
background-color: #121D76;
}
</style>
border-color css
<style>
span { border-color: #121D76; }
span { border-color: rgb(18,29,118); }
td.TdClassName
{
border-color: #121D76;
}
.TagClassName
{
border-color: #121D76;
}
</style>