Shades of Midnight Blue #121D6E
Tints of Midnight Blue #121D6E
RGB
CMYK
RGB Variations
Color information
#121D6E (or 0x121D6E) is known color: Midnight Blue. HEX triplet: 12, 1D and 6E. RGB value is (18,29,110). Sum of RGB (Red+Green+Blue) = 18+29+110=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 29 (11.72% from 255 or 18.47% from 157); Blue value is 110 (43.36% from 255 or 70.06% from 157); Max value from RGB is 110 - color contains mainly: blue. Hex color #121D6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121D6E is #EDE291. Grayscale: #222222. Windows color (decimal): -15590034 or 7216402. OLE color: 7216402.
HSL color Cylindrical-coordinate representation of color #121D6E: hue angle of 232.83º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #121D6E is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 18 | 29 | 110 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.57 |
| HSL | 232.83º | 0.72% | 0.25% | - |
| HSV(B) | 232.83º | 0.84% | 0.43% | - |
| XYZ | 3.5 | 2.13 | 14.98 | - |
| YUV | 34.95 | 170.36 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 29 | 110 | 0.84 | 0.74 | 0 | 0.57 | 232.83 | 0.72 | 0.25 |
| Hex | 12 | 1D | 6E | 54 | 4A | 0 | 39 | E9 | 48 | 19 |
| Octal | 22 | 35 | 156 | 124 | 112 | 0 | 71 | 351 | 110 | 31 |
| Binary | 10010 | 11101 | 1101110 | 1010100 | 1001010 | 0 | 111001 | 11101001 | 1001000 | 11001 |
Color Harmonies of #121D6E
Complementary color
Monochromatic Colors of #121D6E
Black with #121D6E
Text Example
Text Example
White with #121D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121D6E; }
p { color: rgb(18,29,110); }
H1.HeaderClassName
{
color: #121D6E;
}
.AnyTagClassName
{
color: #121D6E;
}
</style>
background-color css
<style>
a { background-color: #121D6E; }
a { background-color: rgb(18,29,110); }
div.DivClassName
{
background-color: #121D6E;
}
.BgClassName
{
background-color: #121D6E;
}
</style>
border-color css
<style>
span { border-color: #121D6E; }
span { border-color: rgb(18,29,110); }
td.TdClassName
{
border-color: #121D6E;
}
.TagClassName
{
border-color: #121D6E;
}
</style>