Shades of Midnight Blue #121D70
Tints of Midnight Blue #121D70
RGB
CMYK
RGB Variations
Color information
#121D70 (or 0x121D70) is known color: Midnight Blue. HEX triplet: 12, 1D and 70. RGB value is (18,29,112). Sum of RGB (Red+Green+Blue) = 18+29+112=159 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.32% from 159); Green value is 29 (11.72% from 255 or 18.24% from 159); Blue value is 112 (44.14% from 255 or 70.44% from 159); Max value from RGB is 112 - color contains mainly: blue. Hex color #121D70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121D70 is #EDE28F. Grayscale: #222222. Windows color (decimal): -15590032 or 7347474. OLE color: 7347474.
HSL color Cylindrical-coordinate representation of color #121D70: hue angle of 232.98º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #121D70 is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 29 | 112 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.56 |
| HSL | 232.98º | 0.72% | 0.25% | - |
| HSV(B) | 232.98º | 0.84% | 0.44% | - |
| XYZ | 3.61 | 2.18 | 15.56 | - |
| YUV | 35.17 | 171.36 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 29 | 112 | 0.84 | 0.74 | 0 | 0.56 | 232.98 | 0.72 | 0.25 |
| Hex | 12 | 1D | 70 | 54 | 4A | 0 | 38 | E9 | 48 | 19 |
| Octal | 22 | 35 | 160 | 124 | 112 | 0 | 70 | 351 | 110 | 31 |
| Binary | 10010 | 11101 | 1110000 | 1010100 | 1001010 | 0 | 111000 | 11101001 | 1001000 | 11001 |
Color Harmonies of #121D70
Complementary color
Monochromatic Colors of #121D70
Black with #121D70
Text Example
Text Example
White with #121D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121D70; }
p { color: rgb(18,29,112); }
H1.HeaderClassName
{
color: #121D70;
}
.AnyTagClassName
{
color: #121D70;
}
</style>
background-color css
<style>
a { background-color: #121D70; }
a { background-color: rgb(18,29,112); }
div.DivClassName
{
background-color: #121D70;
}
.BgClassName
{
background-color: #121D70;
}
</style>
border-color css
<style>
span { border-color: #121D70; }
span { border-color: rgb(18,29,112); }
td.TdClassName
{
border-color: #121D70;
}
.TagClassName
{
border-color: #121D70;
}
</style>