Shades of Midnight Blue #120D76
Tints of Midnight Blue #120D76
RGB
CMYK
RGB Variations
Color information
#120D76 (or 0x120D76) is known color: Midnight Blue. HEX triplet: 12, 0D and 76. RGB value is (18,13,118). Sum of RGB (Red+Green+Blue) = 18+13+118=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 13 (5.47% from 255 or 8.72% from 149); Blue value is 118 (46.48% from 255 or 79.19% from 149); Max value from RGB is 118 - color contains mainly: blue. Hex color #120D76 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120D76 is #EDF289. Grayscale: #1A1A1A. Windows color (decimal): -15594122 or 7736594. OLE color: 7736594.
HSL color Cylindrical-coordinate representation of color #120D76: hue angle of 242.86º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #120D76 is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 18 | 13 | 118 | - |
| CMYK | 0.85 | 0.89 | 0 | 0.54 |
| HSL | 242.86º | 0.8% | 0.26% | - |
| HSV(B) | 242.86º | 0.89% | 0.46% | - |
| XYZ | 3.66 | 1.72 | 17.28 | - |
| YUV | 26.47 | 179.66 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 13 | 118 | 0.85 | 0.89 | 0 | 0.54 | 242.86 | 0.8 | 0.26 |
| Hex | 12 | D | 76 | 55 | 59 | 0 | 36 | F3 | 50 | 1A |
| Octal | 22 | 15 | 166 | 125 | 131 | 0 | 66 | 363 | 120 | 32 |
| Binary | 10010 | 1101 | 1110110 | 1010101 | 1011001 | 0 | 110110 | 11110011 | 1010000 | 11010 |
Color Harmonies of #120D76
Complementary color
Monochromatic Colors of #120D76
Black with #120D76
Text Example
Text Example
White with #120D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120D76; }
p { color: rgb(18,13,118); }
H1.HeaderClassName
{
color: #120D76;
}
.AnyTagClassName
{
color: #120D76;
}
</style>
background-color css
<style>
a { background-color: #120D76; }
a { background-color: rgb(18,13,118); }
div.DivClassName
{
background-color: #120D76;
}
.BgClassName
{
background-color: #120D76;
}
</style>
border-color css
<style>
span { border-color: #120D76; }
span { border-color: rgb(18,13,118); }
td.TdClassName
{
border-color: #120D76;
}
.TagClassName
{
border-color: #120D76;
}
</style>