Shades of Midnight Blue #121879
Tints of Midnight Blue #121879
RGB
CMYK
RGB Variations
Color information
#121879 (or 0x121879) is known color: Midnight Blue. HEX triplet: 12, 18 and 79. RGB value is (18,24,121). Sum of RGB (Red+Green+Blue) = 18+24+121=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 24 (9.77% from 255 or 14.72% from 163); Blue value is 121 (47.66% from 255 or 74.23% from 163); Max value from RGB is 121 - color contains mainly: blue. Hex color #121879 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121879 is #EDE786. Grayscale: #202020. Windows color (decimal): -15591303 or 7936018. OLE color: 7936018.
HSL color Cylindrical-coordinate representation of color #121879: hue angle of 236.5º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #121879 is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 18 | 24 | 121 | - |
| CMYK | 0.85 | 0.80 | 0 | 0.53 |
| HSL | 236.5º | 0.74% | 0.27% | - |
| HSV(B) | 236.5º | 0.85% | 0.47% | - |
| XYZ | 4.03 | 2.16 | 18.29 | - |
| YUV | 33.26 | 177.51 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 24 | 121 | 0.85 | 0.80 | 0 | 0.53 | 236.5 | 0.74 | 0.27 |
| Hex | 12 | 18 | 79 | 55 | 50 | 0 | 35 | ED | 4A | 1B |
| Octal | 22 | 30 | 171 | 125 | 120 | 0 | 65 | 355 | 112 | 33 |
| Binary | 10010 | 11000 | 1111001 | 1010101 | 1010000 | 0 | 110101 | 11101101 | 1001010 | 11011 |
Color Harmonies of #121879
Complementary color
Monochromatic Colors of #121879
Black with #121879
Text Example
Text Example
White with #121879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121879; }
p { color: rgb(18,24,121); }
H1.HeaderClassName
{
color: #121879;
}
.AnyTagClassName
{
color: #121879;
}
</style>
background-color css
<style>
a { background-color: #121879; }
a { background-color: rgb(18,24,121); }
div.DivClassName
{
background-color: #121879;
}
.BgClassName
{
background-color: #121879;
}
</style>
border-color css
<style>
span { border-color: #121879; }
span { border-color: rgb(18,24,121); }
td.TdClassName
{
border-color: #121879;
}
.TagClassName
{
border-color: #121879;
}
</style>