Shades of Midnight Blue #121E7C
Tints of Midnight Blue #121E7C
RGB
CMYK
RGB Variations
Color information
#121E7C (or 0x121E7C) is known color: Midnight Blue. HEX triplet: 12, 1E and 7C. RGB value is (18,30,124). Sum of RGB (Red+Green+Blue) = 18+30+124=172 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.47% from 172); Green value is 30 (12.11% from 255 or 17.44% from 172); Blue value is 124 (48.83% from 255 or 72.09% from 172); Max value from RGB is 124 - color contains mainly: blue. Hex color #121E7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121E7C is #EDE183. Grayscale: #242424. Windows color (decimal): -15589764 or 8134162. OLE color: 8134162.
HSL color Cylindrical-coordinate representation of color #121E7C: hue angle of 233.21º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #121E7C is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 30 | 124 | - |
| CMYK | 0.85 | 0.76 | 0 | 0.51 |
| HSL | 233.21º | 0.75% | 0.28% | - |
| HSV(B) | 233.21º | 0.85% | 0.49% | - |
| XYZ | 4.35 | 2.51 | 19.32 | - |
| YUV | 37.13 | 177.02 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 30 | 124 | 0.85 | 0.76 | 0 | 0.51 | 233.21 | 0.75 | 0.28 |
| Hex | 12 | 1E | 7C | 55 | 4C | 0 | 33 | E9 | 4B | 1C |
| Octal | 22 | 36 | 174 | 125 | 114 | 0 | 63 | 351 | 113 | 34 |
| Binary | 10010 | 11110 | 1111100 | 1010101 | 1001100 | 0 | 110011 | 11101001 | 1001011 | 11100 |
Color Harmonies of #121E7C
Complementary color
Monochromatic Colors of #121E7C
Black with #121E7C
Text Example
Text Example
White with #121E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121E7C; }
p { color: rgb(18,30,124); }
H1.HeaderClassName
{
color: #121E7C;
}
.AnyTagClassName
{
color: #121E7C;
}
</style>
background-color css
<style>
a { background-color: #121E7C; }
a { background-color: rgb(18,30,124); }
div.DivClassName
{
background-color: #121E7C;
}
.BgClassName
{
background-color: #121E7C;
}
</style>
border-color css
<style>
span { border-color: #121E7C; }
span { border-color: rgb(18,30,124); }
td.TdClassName
{
border-color: #121E7C;
}
.TagClassName
{
border-color: #121E7C;
}
</style>