Shades of Midnight Blue #121E81
Tints of Midnight Blue #121E81
RGB
CMYK
RGB Variations
Color information
#121E81 (or 0x121E81) is known color: Midnight Blue. HEX triplet: 12, 1E and 81. RGB value is (18,30,129). Sum of RGB (Red+Green+Blue) = 18+30+129=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 30 (12.11% from 255 or 16.95% from 177); Blue value is 129 (50.78% from 255 or 72.88% from 177); Max value from RGB is 129 - color contains mainly: blue. Hex color #121E81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121E81 is #EDE17E. Grayscale: #252525. Windows color (decimal): -15589759 or 8461842. OLE color: 8461842.
HSL color Cylindrical-coordinate representation of color #121E81: hue angle of 233.51º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #121E81 is Cyan = 0.86, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 30 | 129 | - |
| CMYK | 0.86 | 0.77 | 0 | 0.49 |
| HSL | 233.51º | 0.76% | 0.29% | - |
| HSV(B) | 233.51º | 0.86% | 0.51% | - |
| XYZ | 4.68 | 2.64 | 21.03 | - |
| YUV | 37.7 | 179.52 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 30 | 129 | 0.86 | 0.77 | 0 | 0.49 | 233.51 | 0.76 | 0.29 |
| Hex | 12 | 1E | 81 | 56 | 4D | 0 | 31 | EA | 4C | 1D |
| Octal | 22 | 36 | 201 | 126 | 115 | 0 | 61 | 352 | 114 | 35 |
| Binary | 10010 | 11110 | 10000001 | 1010110 | 1001101 | 0 | 110001 | 11101010 | 1001100 | 11101 |
Color Harmonies of #121E81
Complementary color
Monochromatic Colors of #121E81
Black with #121E81
Text Example
Text Example
White with #121E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121E81; }
p { color: rgb(18,30,129); }
H1.HeaderClassName
{
color: #121E81;
}
.AnyTagClassName
{
color: #121E81;
}
</style>
background-color css
<style>
a { background-color: #121E81; }
a { background-color: rgb(18,30,129); }
div.DivClassName
{
background-color: #121E81;
}
.BgClassName
{
background-color: #121E81;
}
</style>
border-color css
<style>
span { border-color: #121E81; }
span { border-color: rgb(18,30,129); }
td.TdClassName
{
border-color: #121E81;
}
.TagClassName
{
border-color: #121E81;
}
</style>