Shades of Midnight Blue #120557
Tints of Midnight Blue #120557
RGB
CMYK
RGB Variations
Color information
#120557 (or 0x120557) is known color: Midnight Blue. HEX triplet: 12, 05 and 57. RGB value is (18,5,87). Sum of RGB (Red+Green+Blue) = 18+5+87=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 5 (2.34% from 255 or 4.55% from 110); Blue value is 87 (34.38% from 255 or 79.09% from 110); Max value from RGB is 87 - color contains mainly: blue. Hex color #120557 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120557 is #EDFAA8. Grayscale: #111111. Windows color (decimal): -15596201 or 5702930. OLE color: 5702930.
HSL color Cylindrical-coordinate representation of color #120557: hue angle of 249.51º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #120557 is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 18 | 5 | 87 | - |
| CMYK | 0.79 | 0.94 | 0 | 0.66 |
| HSL | 249.51º | 0.89% | 0.18% | - |
| HSV(B) | 249.51º | 0.94% | 0.34% | - |
| XYZ | 2.02 | 0.93 | 9.09 | - |
| YUV | 18.24 | 166.81 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 5 | 87 | 0.79 | 0.94 | 0 | 0.66 | 249.51 | 0.89 | 0.18 |
| Hex | 12 | 5 | 57 | 4F | 5E | 0 | 42 | FA | 59 | 12 |
| Octal | 22 | 5 | 127 | 117 | 136 | 0 | 102 | 372 | 131 | 22 |
| Binary | 10010 | 101 | 1010111 | 1001111 | 1011110 | 0 | 1000010 | 11111010 | 1011001 | 10010 |
Color Harmonies of #120557
Complementary color
Monochromatic Colors of #120557
Black with #120557
Text Example
Text Example
White with #120557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120557; }
p { color: rgb(18,5,87); }
H1.HeaderClassName
{
color: #120557;
}
.AnyTagClassName
{
color: #120557;
}
</style>
background-color css
<style>
a { background-color: #120557; }
a { background-color: rgb(18,5,87); }
div.DivClassName
{
background-color: #120557;
}
.BgClassName
{
background-color: #120557;
}
</style>
border-color css
<style>
span { border-color: #120557; }
span { border-color: rgb(18,5,87); }
td.TdClassName
{
border-color: #120557;
}
.TagClassName
{
border-color: #120557;
}
</style>