Shades of Midnight Blue #121B77
Tints of Midnight Blue #121B77
RGB
CMYK
RGB Variations
Color information
#121B77 (or 0x121B77) is known color: Midnight Blue. HEX triplet: 12, 1B and 77. RGB value is (18,27,119). Sum of RGB (Red+Green+Blue) = 18+27+119=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 27 (10.94% from 255 or 16.46% from 164); Blue value is 119 (46.88% from 255 or 72.56% from 164); Max value from RGB is 119 - color contains mainly: blue. Hex color #121B77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121B77 is #EDE488. Grayscale: #222222. Windows color (decimal): -15590537 or 7805714. OLE color: 7805714.
HSL color Cylindrical-coordinate representation of color #121B77: hue angle of 234.65º 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 #121B77 is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 18 | 27 | 119 | - |
| CMYK | 0.85 | 0.77 | 0 | 0.53 |
| HSL | 234.65º | 0.74% | 0.27% | - |
| HSV(B) | 234.65º | 0.85% | 0.47% | - |
| XYZ | 3.97 | 2.24 | 17.68 | - |
| YUV | 34.8 | 175.52 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 27 | 119 | 0.85 | 0.77 | 0 | 0.53 | 234.65 | 0.74 | 0.27 |
| Hex | 12 | 1B | 77 | 55 | 4D | 0 | 35 | EB | 4A | 1B |
| Octal | 22 | 33 | 167 | 125 | 115 | 0 | 65 | 353 | 112 | 33 |
| Binary | 10010 | 11011 | 1110111 | 1010101 | 1001101 | 0 | 110101 | 11101011 | 1001010 | 11011 |
Color Harmonies of #121B77
Complementary color
Monochromatic Colors of #121B77
Black with #121B77
Text Example
Text Example
White with #121B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121B77; }
p { color: rgb(18,27,119); }
H1.HeaderClassName
{
color: #121B77;
}
.AnyTagClassName
{
color: #121B77;
}
</style>
background-color css
<style>
a { background-color: #121B77; }
a { background-color: rgb(18,27,119); }
div.DivClassName
{
background-color: #121B77;
}
.BgClassName
{
background-color: #121B77;
}
</style>
border-color css
<style>
span { border-color: #121B77; }
span { border-color: rgb(18,27,119); }
td.TdClassName
{
border-color: #121B77;
}
.TagClassName
{
border-color: #121B77;
}
</style>