Shades of Midnight Blue #121F71
Tints of Midnight Blue #121F71
RGB
CMYK
RGB Variations
Color information
#121F71 (or 0x121F71) is known color: Midnight Blue. HEX triplet: 12, 1F and 71. RGB value is (18,31,113). Sum of RGB (Red+Green+Blue) = 18+31+113=162 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.11% from 162); Green value is 31 (12.5% from 255 or 19.14% from 162); Blue value is 113 (44.53% from 255 or 69.75% from 162); Max value from RGB is 113 - color contains mainly: blue. Hex color #121F71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121F71 is #EDE08E. Grayscale: #242424. Windows color (decimal): -15589519 or 7413522. OLE color: 7413522.
HSL color Cylindrical-coordinate representation of color #121F71: hue angle of 231.79º 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 #121F71 is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 31 | 113 | - |
| CMYK | 0.84 | 0.73 | 0 | 0.56 |
| HSL | 231.79º | 0.73% | 0.26% | - |
| HSV(B) | 231.79º | 0.84% | 0.44% | - |
| XYZ | 3.72 | 2.3 | 15.87 | - |
| YUV | 36.46 | 171.19 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 31 | 113 | 0.84 | 0.73 | 0 | 0.56 | 231.79 | 0.73 | 0.26 |
| Hex | 12 | 1F | 71 | 54 | 49 | 0 | 38 | E8 | 49 | 1A |
| Octal | 22 | 37 | 161 | 124 | 111 | 0 | 70 | 350 | 111 | 32 |
| Binary | 10010 | 11111 | 1110001 | 1010100 | 1001001 | 0 | 111000 | 11101000 | 1001001 | 11010 |
Color Harmonies of #121F71
Complementary color
Monochromatic Colors of #121F71
Black with #121F71
Text Example
Text Example
White with #121F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121F71; }
p { color: rgb(18,31,113); }
H1.HeaderClassName
{
color: #121F71;
}
.AnyTagClassName
{
color: #121F71;
}
</style>
background-color css
<style>
a { background-color: #121F71; }
a { background-color: rgb(18,31,113); }
div.DivClassName
{
background-color: #121F71;
}
.BgClassName
{
background-color: #121F71;
}
</style>
border-color css
<style>
span { border-color: #121F71; }
span { border-color: rgb(18,31,113); }
td.TdClassName
{
border-color: #121F71;
}
.TagClassName
{
border-color: #121F71;
}
</style>