Shades of Medium Blue #120CB9
Tints of Medium Blue #120CB9
RGB
CMYK
RGB Variations
Color information
#120CB9 (or 0x120CB9) is known color: Medium Blue. HEX triplet: 12, 0C and B9. RGB value is (18,12,185). Sum of RGB (Red+Green+Blue) = 18+12+185=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 12 (5.08% from 255 or 5.58% from 215); Blue value is 185 (72.66% from 255 or 86.05% from 215); Max value from RGB is 185 - color contains mainly: blue. Hex color #120CB9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120CB9 is #EDF346. Grayscale: #202020. Windows color (decimal): -15594311 or 12127250. OLE color: 12127250.
HSL color Cylindrical-coordinate representation of color #120CB9: hue angle of 242.08º degrees, saturation: 0.88, 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 #120CB9 is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 12 | 185 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.27 |
| HSL | 242.08º | 0.88% | 0.39% | - |
| HSV(B) | 242.08º | 0.94% | 0.73% | - |
| XYZ | 9.14 | 3.89 | 46.17 | - |
| YUV | 33.52 | 213.49 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 12 | 185 | 0.90 | 0.94 | 0 | 0.27 | 242.08 | 0.88 | 0.39 |
| Hex | 12 | C | B9 | 5A | 5E | 0 | 1B | F2 | 58 | 27 |
| Octal | 22 | 14 | 271 | 132 | 136 | 0 | 33 | 362 | 130 | 47 |
| Binary | 10010 | 1100 | 10111001 | 1011010 | 1011110 | 0 | 11011 | 11110010 | 1011000 | 100111 |
Color Harmonies of #120CB9
Complementary color
Monochromatic Colors of #120CB9
Black with #120CB9
Text Example
Text Example
White with #120CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120CB9; }
p { color: rgb(18,12,185); }
H1.HeaderClassName
{
color: #120CB9;
}
.AnyTagClassName
{
color: #120CB9;
}
</style>
background-color css
<style>
a { background-color: #120CB9; }
a { background-color: rgb(18,12,185); }
div.DivClassName
{
background-color: #120CB9;
}
.BgClassName
{
background-color: #120CB9;
}
</style>
border-color css
<style>
span { border-color: #120CB9; }
span { border-color: rgb(18,12,185); }
td.TdClassName
{
border-color: #120CB9;
}
.TagClassName
{
border-color: #120CB9;
}
</style>