Shades of Midnight Blue #121B76
Tints of Midnight Blue #121B76
RGB
CMYK
RGB Variations
Color information
#121B76 (or 0x121B76) is known color: Midnight Blue. HEX triplet: 12, 1B and 76. RGB value is (18,27,118). Sum of RGB (Red+Green+Blue) = 18+27+118=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 27 (10.94% from 255 or 16.56% from 163); Blue value is 118 (46.48% from 255 or 72.39% from 163); Max value from RGB is 118 - color contains mainly: blue. Hex color #121B76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121B76 is #EDE489. Grayscale: #222222. Windows color (decimal): -15590538 or 7740178. OLE color: 7740178.
HSL color Cylindrical-coordinate representation of color #121B76: hue angle of 234.6º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #121B76 is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 18 | 27 | 118 | - |
| CMYK | 0.85 | 0.77 | 0 | 0.54 |
| HSL | 234.6º | 0.74% | 0.27% | - |
| HSV(B) | 234.6º | 0.85% | 0.46% | - |
| XYZ | 3.91 | 2.22 | 17.36 | - |
| YUV | 34.68 | 175.02 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 27 | 118 | 0.85 | 0.77 | 0 | 0.54 | 234.6 | 0.74 | 0.27 |
| Hex | 12 | 1B | 76 | 55 | 4D | 0 | 36 | EB | 4A | 1B |
| Octal | 22 | 33 | 166 | 125 | 115 | 0 | 66 | 353 | 112 | 33 |
| Binary | 10010 | 11011 | 1110110 | 1010101 | 1001101 | 0 | 110110 | 11101011 | 1001010 | 11011 |
Color Harmonies of #121B76
Complementary color
Monochromatic Colors of #121B76
Black with #121B76
Text Example
Text Example
White with #121B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121B76; }
p { color: rgb(18,27,118); }
H1.HeaderClassName
{
color: #121B76;
}
.AnyTagClassName
{
color: #121B76;
}
</style>
background-color css
<style>
a { background-color: #121B76; }
a { background-color: rgb(18,27,118); }
div.DivClassName
{
background-color: #121B76;
}
.BgClassName
{
background-color: #121B76;
}
</style>
border-color css
<style>
span { border-color: #121B76; }
span { border-color: rgb(18,27,118); }
td.TdClassName
{
border-color: #121B76;
}
.TagClassName
{
border-color: #121B76;
}
</style>