Shades of Medium Blue #120BBA
Tints of Medium Blue #120BBA
RGB
CMYK
RGB Variations
Color information
#120BBA (or 0x120BBA) is known color: Medium Blue. HEX triplet: 12, 0B and BA. RGB value is (18,11,186). Sum of RGB (Red+Green+Blue) = 18+11+186=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 11 (4.69% from 255 or 5.12% from 215); Blue value is 186 (73.05% from 255 or 86.51% from 215); Max value from RGB is 186 - color contains mainly: blue. Hex color #120BBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120BBA is #EDF445. Grayscale: #202020. Windows color (decimal): -15594566 or 12192530. OLE color: 12192530.
HSL color Cylindrical-coordinate representation of color #120BBA: hue angle of 242.4º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #120BBA is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 11 | 186 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.27 |
| HSL | 242.4º | 0.89% | 0.39% | - |
| HSV(B) | 242.4º | 0.94% | 0.73% | - |
| XYZ | 9.23 | 3.91 | 46.72 | - |
| YUV | 33.04 | 214.32 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 11 | 186 | 0.90 | 0.94 | 0 | 0.27 | 242.4 | 0.89 | 0.39 |
| Hex | 12 | B | BA | 5A | 5E | 0 | 1B | F2 | 59 | 27 |
| Octal | 22 | 13 | 272 | 132 | 136 | 0 | 33 | 362 | 131 | 47 |
| Binary | 10010 | 1011 | 10111010 | 1011010 | 1011110 | 0 | 11011 | 11110010 | 1011001 | 100111 |
Color Harmonies of #120BBA
Complementary color
Monochromatic Colors of #120BBA
Black with #120BBA
Text Example
Text Example
White with #120BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120BBA; }
p { color: rgb(18,11,186); }
H1.HeaderClassName
{
color: #120BBA;
}
.AnyTagClassName
{
color: #120BBA;
}
</style>
background-color css
<style>
a { background-color: #120BBA; }
a { background-color: rgb(18,11,186); }
div.DivClassName
{
background-color: #120BBA;
}
.BgClassName
{
background-color: #120BBA;
}
</style>
border-color css
<style>
span { border-color: #120BBA; }
span { border-color: rgb(18,11,186); }
td.TdClassName
{
border-color: #120BBA;
}
.TagClassName
{
border-color: #120BBA;
}
</style>