Shades of Midnight Blue #120051
Tints of Midnight Blue #120051
RGB
CMYK
RGB Variations
Color information
#120051 (or 0x120051) is known color: Midnight Blue. HEX triplet: 12, 00 and 51. RGB value is (18,0,81). Sum of RGB (Red+Green+Blue) = 18+0+81=99 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18.18% from 99); Green value is 0 (0.39% from 255 or 0% from 99); Blue value is 81 (32.03% from 255 or 81.82% from 99); Max value from RGB is 81 - color contains mainly: blue. Hex color #120051 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120051 is #EDFFAE. Grayscale: #0E0E0E. Windows color (decimal): -15597487 or 5308434. OLE color: 5308434.
HSL color Cylindrical-coordinate representation of color #120051: hue angle of 253.33º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #120051 is Cyan = 0.78, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 18 | 0 | 81 | - |
| CMYK | 0.78 | 1 | 0 | 0.68 |
| HSL | 253.33º | 1% | 0.16% | - |
| HSV(B) | 253.33º | 1% | 0.32% | - |
| XYZ | 1.73 | 0.72 | 7.83 | - |
| YUV | 14.62 | 165.46 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 0 | 81 | 0.78 | 1 | 0 | 0.68 | 253.33 | 1 | 0.16 |
| Hex | 12 | 0 | 51 | 4E | 64 | 0 | 44 | FD | 64 | 10 |
| Octal | 22 | 0 | 121 | 116 | 144 | 0 | 104 | 375 | 144 | 20 |
| Binary | 10010 | 0 | 1010001 | 1001110 | 1100100 | 0 | 1000100 | 11111101 | 1100100 | 10000 |
Color Harmonies of #120051
Complementary color
Monochromatic Colors of #120051
Black with #120051
Text Example
Text Example
White with #120051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120051; }
p { color: rgb(18,0,81); }
H1.HeaderClassName
{
color: #120051;
}
.AnyTagClassName
{
color: #120051;
}
</style>
background-color css
<style>
a { background-color: #120051; }
a { background-color: rgb(18,0,81); }
div.DivClassName
{
background-color: #120051;
}
.BgClassName
{
background-color: #120051;
}
</style>
border-color css
<style>
span { border-color: #120051; }
span { border-color: rgb(18,0,81); }
td.TdClassName
{
border-color: #120051;
}
.TagClassName
{
border-color: #120051;
}
</style>