Shades of Midnight Blue #121D74
Tints of Midnight Blue #121D74
RGB
CMYK
RGB Variations
Color information
#121D74 (or 0x121D74) is known color: Midnight Blue. HEX triplet: 12, 1D and 74. RGB value is (18,29,116). Sum of RGB (Red+Green+Blue) = 18+29+116=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 29 (11.72% from 255 or 17.79% from 163); Blue value is 116 (45.70% from 255 or 71.17% from 163); Max value from RGB is 116 - color contains mainly: blue. Hex color #121D74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121D74 is #EDE28B. Grayscale: #232323. Windows color (decimal): -15590028 or 7609618. OLE color: 7609618.
HSL color Cylindrical-coordinate representation of color #121D74: hue angle of 233.27º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #121D74 is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 29 | 116 | - |
| CMYK | 0.84 | 0.75 | 0 | 0.55 |
| HSL | 233.27º | 0.73% | 0.26% | - |
| HSV(B) | 233.27º | 0.84% | 0.45% | - |
| XYZ | 3.84 | 2.27 | 16.76 | - |
| YUV | 35.63 | 173.36 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 29 | 116 | 0.84 | 0.75 | 0 | 0.55 | 233.27 | 0.73 | 0.26 |
| Hex | 12 | 1D | 74 | 54 | 4B | 0 | 37 | E9 | 49 | 1A |
| Octal | 22 | 35 | 164 | 124 | 113 | 0 | 67 | 351 | 111 | 32 |
| Binary | 10010 | 11101 | 1110100 | 1010100 | 1001011 | 0 | 110111 | 11101001 | 1001001 | 11010 |
Color Harmonies of #121D74
Complementary color
Monochromatic Colors of #121D74
Black with #121D74
Text Example
Text Example
White with #121D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121D74; }
p { color: rgb(18,29,116); }
H1.HeaderClassName
{
color: #121D74;
}
.AnyTagClassName
{
color: #121D74;
}
</style>
background-color css
<style>
a { background-color: #121D74; }
a { background-color: rgb(18,29,116); }
div.DivClassName
{
background-color: #121D74;
}
.BgClassName
{
background-color: #121D74;
}
</style>
border-color css
<style>
span { border-color: #121D74; }
span { border-color: rgb(18,29,116); }
td.TdClassName
{
border-color: #121D74;
}
.TagClassName
{
border-color: #121D74;
}
</style>