Shades of Midnight Blue #120551
Tints of Midnight Blue #120551
RGB
CMYK
RGB Variations
Color information
#120551 (or 0x120551) is known color: Midnight Blue. HEX triplet: 12, 05 and 51. RGB value is (18,5,81). Sum of RGB (Red+Green+Blue) = 18+5+81=104 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.31% from 104); Green value is 5 (2.34% from 255 or 4.81% from 104); Blue value is 81 (32.03% from 255 or 77.88% from 104); Max value from RGB is 81 - color contains mainly: blue. Hex color #120551 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120551 is #EDFAAE. Grayscale: #111111. Windows color (decimal): -15596207 or 5309714. OLE color: 5309714.
HSL color Cylindrical-coordinate representation of color #120551: hue angle of 250.26º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #120551 is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 18 | 5 | 81 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.68 |
| HSL | 250.26º | 0.88% | 0.17% | - |
| HSV(B) | 250.26º | 0.94% | 0.32% | - |
| XYZ | 1.79 | 0.83 | 7.85 | - |
| YUV | 17.55 | 163.81 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 5 | 81 | 0.78 | 0.94 | 0 | 0.68 | 250.26 | 0.88 | 0.17 |
| Hex | 12 | 5 | 51 | 4E | 5E | 0 | 44 | FA | 58 | 11 |
| Octal | 22 | 5 | 121 | 116 | 136 | 0 | 104 | 372 | 130 | 21 |
| Binary | 10010 | 101 | 1010001 | 1001110 | 1011110 | 0 | 1000100 | 11111010 | 1011000 | 10001 |
Color Harmonies of #120551
Complementary color
Monochromatic Colors of #120551
Black with #120551
Text Example
Text Example
White with #120551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120551; }
p { color: rgb(18,5,81); }
H1.HeaderClassName
{
color: #120551;
}
.AnyTagClassName
{
color: #120551;
}
</style>
background-color css
<style>
a { background-color: #120551; }
a { background-color: rgb(18,5,81); }
div.DivClassName
{
background-color: #120551;
}
.BgClassName
{
background-color: #120551;
}
</style>
border-color css
<style>
span { border-color: #120551; }
span { border-color: rgb(18,5,81); }
td.TdClassName
{
border-color: #120551;
}
.TagClassName
{
border-color: #120551;
}
</style>