Shades of Medium Blue #120EBA
Tints of Medium Blue #120EBA
RGB
CMYK
RGB Variations
Color information
#120EBA (or 0x120EBA) is known color: Medium Blue. HEX triplet: 12, 0E and BA. RGB value is (18,14,186). Sum of RGB (Red+Green+Blue) = 18+14+186=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 14 (5.86% from 255 or 6.42% from 218); Blue value is 186 (73.05% from 255 or 85.32% from 218); Max value from RGB is 186 - color contains mainly: blue. Hex color #120EBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120EBA is #EDF145. Grayscale: #222222. Windows color (decimal): -15593798 or 12193298. OLE color: 12193298.
HSL color Cylindrical-coordinate representation of color #120EBA: hue angle of 241.4º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #120EBA is Cyan = 0.90, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 14 | 186 | - |
| CMYK | 0.90 | 0.92 | 0 | 0.27 |
| HSL | 241.4º | 0.86% | 0.39% | - |
| HSV(B) | 241.4º | 0.92% | 0.73% | - |
| XYZ | 9.27 | 3.99 | 46.74 | - |
| YUV | 34.8 | 213.33 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 14 | 186 | 0.90 | 0.92 | 0 | 0.27 | 241.4 | 0.86 | 0.39 |
| Hex | 12 | E | BA | 5A | 5C | 0 | 1B | F1 | 56 | 27 |
| Octal | 22 | 16 | 272 | 132 | 134 | 0 | 33 | 361 | 126 | 47 |
| Binary | 10010 | 1110 | 10111010 | 1011010 | 1011100 | 0 | 11011 | 11110001 | 1010110 | 100111 |
Color Harmonies of #120EBA
Complementary color
Monochromatic Colors of #120EBA
Black with #120EBA
Text Example
Text Example
White with #120EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120EBA; }
p { color: rgb(18,14,186); }
H1.HeaderClassName
{
color: #120EBA;
}
.AnyTagClassName
{
color: #120EBA;
}
</style>
background-color css
<style>
a { background-color: #120EBA; }
a { background-color: rgb(18,14,186); }
div.DivClassName
{
background-color: #120EBA;
}
.BgClassName
{
background-color: #120EBA;
}
</style>
border-color css
<style>
span { border-color: #120EBA; }
span { border-color: rgb(18,14,186); }
td.TdClassName
{
border-color: #120EBA;
}
.TagClassName
{
border-color: #120EBA;
}
</style>