Shades of Midnight Blue #121D71
Tints of Midnight Blue #121D71
RGB
CMYK
RGB Variations
Color information
#121D71 (or 0x121D71) is known color: Midnight Blue. HEX triplet: 12, 1D and 71. RGB value is (18,29,113). Sum of RGB (Red+Green+Blue) = 18+29+113=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 29 (11.72% from 255 or 18.12% from 160); Blue value is 113 (44.53% from 255 or 70.62% from 160); Max value from RGB is 113 - color contains mainly: blue. Hex color #121D71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121D71 is #EDE28E. Grayscale: #222222. Windows color (decimal): -15590031 or 7413010. OLE color: 7413010.
HSL color Cylindrical-coordinate representation of color #121D71: hue angle of 233.05º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #121D71 is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 29 | 113 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.56 |
| HSL | 233.05º | 0.73% | 0.26% | - |
| HSV(B) | 233.05º | 0.84% | 0.44% | - |
| XYZ | 3.67 | 2.2 | 15.85 | - |
| YUV | 35.29 | 171.86 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 29 | 113 | 0.84 | 0.74 | 0 | 0.56 | 233.05 | 0.73 | 0.26 |
| Hex | 12 | 1D | 71 | 54 | 4A | 0 | 38 | E9 | 49 | 1A |
| Octal | 22 | 35 | 161 | 124 | 112 | 0 | 70 | 351 | 111 | 32 |
| Binary | 10010 | 11101 | 1110001 | 1010100 | 1001010 | 0 | 111000 | 11101001 | 1001001 | 11010 |
Color Harmonies of #121D71
Complementary color
Monochromatic Colors of #121D71
Black with #121D71
Text Example
Text Example
White with #121D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121D71; }
p { color: rgb(18,29,113); }
H1.HeaderClassName
{
color: #121D71;
}
.AnyTagClassName
{
color: #121D71;
}
</style>
background-color css
<style>
a { background-color: #121D71; }
a { background-color: rgb(18,29,113); }
div.DivClassName
{
background-color: #121D71;
}
.BgClassName
{
background-color: #121D71;
}
</style>
border-color css
<style>
span { border-color: #121D71; }
span { border-color: rgb(18,29,113); }
td.TdClassName
{
border-color: #121D71;
}
.TagClassName
{
border-color: #121D71;
}
</style>