Shades of Medium Blue #120CBA
Tints of Medium Blue #120CBA
RGB
CMYK
RGB Variations
Color information
#120CBA (or 0x120CBA) is known color: Medium Blue. HEX triplet: 12, 0C and BA. RGB value is (18,12,186). Sum of RGB (Red+Green+Blue) = 18+12+186=216 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.33% from 216); Green value is 12 (5.08% from 255 or 5.56% from 216); Blue value is 186 (73.05% from 255 or 86.11% from 216); Max value from RGB is 186 - color contains mainly: blue. Hex color #120CBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120CBA is #EDF345. Grayscale: #202020. Windows color (decimal): -15594310 or 12192786. OLE color: 12192786.
HSL color Cylindrical-coordinate representation of color #120CBA: hue angle of 242.07º 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 #120CBA is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 12 | 186 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.27 |
| HSL | 242.07º | 0.88% | 0.39% | - |
| HSV(B) | 242.07º | 0.94% | 0.73% | - |
| XYZ | 9.24 | 3.94 | 46.73 | - |
| YUV | 33.63 | 213.99 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 12 | 186 | 0.90 | 0.94 | 0 | 0.27 | 242.07 | 0.88 | 0.39 |
| Hex | 12 | C | BA | 5A | 5E | 0 | 1B | F2 | 58 | 27 |
| Octal | 22 | 14 | 272 | 132 | 136 | 0 | 33 | 362 | 130 | 47 |
| Binary | 10010 | 1100 | 10111010 | 1011010 | 1011110 | 0 | 11011 | 11110010 | 1011000 | 100111 |
Color Harmonies of #120CBA
Complementary color
Monochromatic Colors of #120CBA
Black with #120CBA
Text Example
Text Example
White with #120CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120CBA; }
p { color: rgb(18,12,186); }
H1.HeaderClassName
{
color: #120CBA;
}
.AnyTagClassName
{
color: #120CBA;
}
</style>
background-color css
<style>
a { background-color: #120CBA; }
a { background-color: rgb(18,12,186); }
div.DivClassName
{
background-color: #120CBA;
}
.BgClassName
{
background-color: #120CBA;
}
</style>
border-color css
<style>
span { border-color: #120CBA; }
span { border-color: rgb(18,12,186); }
td.TdClassName
{
border-color: #120CBA;
}
.TagClassName
{
border-color: #120CBA;
}
</style>