Shades of Midnight Blue #120C56
Tints of Midnight Blue #120C56
RGB
CMYK
RGB Variations
Color information
#120C56 (or 0x120C56) is known color: Midnight Blue. HEX triplet: 12, 0C and 56. RGB value is (18,12,86). Sum of RGB (Red+Green+Blue) = 18+12+86=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 12 (5.08% from 255 or 10.34% from 116); Blue value is 86 (33.98% from 255 or 74.14% from 116); Max value from RGB is 86 - color contains mainly: blue. Hex color #120C56 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120C56 is #EDF3A9. Grayscale: #151515. Windows color (decimal): -15594410 or 5639186. OLE color: 5639186.
HSL color Cylindrical-coordinate representation of color #120C56: hue angle of 244.86º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #120C56 is Cyan = 0.79, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 18 | 12 | 86 | - |
| CMYK | 0.79 | 0.86 | 0 | 0.66 |
| HSL | 244.86º | 0.76% | 0.19% | - |
| HSV(B) | 244.86º | 0.86% | 0.34% | - |
| XYZ | 2.06 | 1.06 | 8.9 | - |
| YUV | 22.23 | 163.99 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 12 | 86 | 0.79 | 0.86 | 0 | 0.66 | 244.86 | 0.76 | 0.19 |
| Hex | 12 | C | 56 | 4F | 56 | 0 | 42 | F5 | 4C | 13 |
| Octal | 22 | 14 | 126 | 117 | 126 | 0 | 102 | 365 | 114 | 23 |
| Binary | 10010 | 1100 | 1010110 | 1001111 | 1010110 | 0 | 1000010 | 11110101 | 1001100 | 10011 |
Color Harmonies of #120C56
Complementary color
Monochromatic Colors of #120C56
Black with #120C56
Text Example
Text Example
White with #120C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120C56; }
p { color: rgb(18,12,86); }
H1.HeaderClassName
{
color: #120C56;
}
.AnyTagClassName
{
color: #120C56;
}
</style>
background-color css
<style>
a { background-color: #120C56; }
a { background-color: rgb(18,12,86); }
div.DivClassName
{
background-color: #120C56;
}
.BgClassName
{
background-color: #120C56;
}
</style>
border-color css
<style>
span { border-color: #120C56; }
span { border-color: rgb(18,12,86); }
td.TdClassName
{
border-color: #120C56;
}
.TagClassName
{
border-color: #120C56;
}
</style>