Shades of Medium Blue #120FBC
Tints of Medium Blue #120FBC
RGB
CMYK
RGB Variations
Color information
#120FBC (or 0x120FBC) is known color: Medium Blue. HEX triplet: 12, 0F and BC. RGB value is (18,15,188). Sum of RGB (Red+Green+Blue) = 18+15+188=221 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.14% from 221); Green value is 15 (6.25% from 255 or 6.79% from 221); Blue value is 188 (73.83% from 255 or 85.07% from 221); Max value from RGB is 188 - color contains mainly: blue. Hex color #120FBC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120FBC is #EDF043. Grayscale: #222222. Windows color (decimal): -15593540 or 12324626. OLE color: 12324626.
HSL color Cylindrical-coordinate representation of color #120FBC: hue angle of 241.04º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #120FBC is Cyan = 0.90, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 15 | 188 | - |
| CMYK | 0.90 | 0.92 | 0 | 0.26 |
| HSL | 241.04º | 0.85% | 0.4% | - |
| HSV(B) | 241.04º | 0.92% | 0.74% | - |
| XYZ | 9.5 | 4.1 | 47.87 | - |
| YUV | 35.62 | 213.99 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 15 | 188 | 0.90 | 0.92 | 0 | 0.26 | 241.04 | 0.85 | 0.4 |
| Hex | 12 | F | BC | 5A | 5C | 0 | 1A | F1 | 55 | 28 |
| Octal | 22 | 17 | 274 | 132 | 134 | 0 | 32 | 361 | 125 | 50 |
| Binary | 10010 | 1111 | 10111100 | 1011010 | 1011100 | 0 | 11010 | 11110001 | 1010101 | 101000 |
Color Harmonies of #120FBC
Complementary color
Monochromatic Colors of #120FBC
Black with #120FBC
Text Example
Text Example
White with #120FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120FBC; }
p { color: rgb(18,15,188); }
H1.HeaderClassName
{
color: #120FBC;
}
.AnyTagClassName
{
color: #120FBC;
}
</style>
background-color css
<style>
a { background-color: #120FBC; }
a { background-color: rgb(18,15,188); }
div.DivClassName
{
background-color: #120FBC;
}
.BgClassName
{
background-color: #120FBC;
}
</style>
border-color css
<style>
span { border-color: #120FBC; }
span { border-color: rgb(18,15,188); }
td.TdClassName
{
border-color: #120FBC;
}
.TagClassName
{
border-color: #120FBC;
}
</style>