Shades of Midnight Blue #121A77
Tints of Midnight Blue #121A77
RGB
CMYK
RGB Variations
Color information
#121A77 (or 0x121A77) is known color: Midnight Blue. HEX triplet: 12, 1A and 77. RGB value is (18,26,119). Sum of RGB (Red+Green+Blue) = 18+26+119=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 26 (10.55% from 255 or 15.95% from 163); Blue value is 119 (46.88% from 255 or 73.01% from 163); Max value from RGB is 119 - color contains mainly: blue. Hex color #121A77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121A77 is #EDE588. Grayscale: #212121. Windows color (decimal): -15590793 or 7805458. OLE color: 7805458.
HSL color Cylindrical-coordinate representation of color #121A77: hue angle of 235.25º 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 #121A77 is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 18 | 26 | 119 | - |
| CMYK | 0.85 | 0.78 | 0 | 0.53 |
| HSL | 235.25º | 0.74% | 0.27% | - |
| HSV(B) | 235.25º | 0.85% | 0.47% | - |
| XYZ | 3.95 | 2.2 | 17.67 | - |
| YUV | 34.21 | 175.85 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 26 | 119 | 0.85 | 0.78 | 0 | 0.53 | 235.25 | 0.74 | 0.27 |
| Hex | 12 | 1A | 77 | 55 | 4E | 0 | 35 | EB | 4A | 1B |
| Octal | 22 | 32 | 167 | 125 | 116 | 0 | 65 | 353 | 112 | 33 |
| Binary | 10010 | 11010 | 1110111 | 1010101 | 1001110 | 0 | 110101 | 11101011 | 1001010 | 11011 |
Color Harmonies of #121A77
Complementary color
Monochromatic Colors of #121A77
Black with #121A77
Text Example
Text Example
White with #121A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121A77; }
p { color: rgb(18,26,119); }
H1.HeaderClassName
{
color: #121A77;
}
.AnyTagClassName
{
color: #121A77;
}
</style>
background-color css
<style>
a { background-color: #121A77; }
a { background-color: rgb(18,26,119); }
div.DivClassName
{
background-color: #121A77;
}
.BgClassName
{
background-color: #121A77;
}
</style>
border-color css
<style>
span { border-color: #121A77; }
span { border-color: rgb(18,26,119); }
td.TdClassName
{
border-color: #121A77;
}
.TagClassName
{
border-color: #121A77;
}
</style>