Shades of Medium Blue #120CBF
Tints of Medium Blue #120CBF
RGB
CMYK
RGB Variations
Color information
#120CBF (or 0x120CBF) is known color: Medium Blue. HEX triplet: 12, 0C and BF. RGB value is (18,12,191). Sum of RGB (Red+Green+Blue) = 18+12+191=221 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.14% from 221); Green value is 12 (5.08% from 255 or 5.43% from 221); Blue value is 191 (75% from 255 or 86.43% from 221); Max value from RGB is 191 - color contains mainly: blue. Hex color #120CBF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120CBF is #EDF340. Grayscale: #212121. Windows color (decimal): -15594305 or 12520466. OLE color: 12520466.
HSL color Cylindrical-coordinate representation of color #120CBF: hue angle of 242.01º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #120CBF is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 12 | 191 | - |
| CMYK | 0.91 | 0.94 | 0 | 0.25 |
| HSL | 242.01º | 0.88% | 0.4% | - |
| HSV(B) | 242.01º | 0.94% | 0.75% | - |
| XYZ | 9.78 | 4.15 | 49.58 | - |
| YUV | 34.2 | 216.49 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 12 | 191 | 0.91 | 0.94 | 0 | 0.25 | 242.01 | 0.88 | 0.4 |
| Hex | 12 | C | BF | 5B | 5E | 0 | 19 | F2 | 58 | 28 |
| Octal | 22 | 14 | 277 | 133 | 136 | 0 | 31 | 362 | 130 | 50 |
| Binary | 10010 | 1100 | 10111111 | 1011011 | 1011110 | 0 | 11001 | 11110010 | 1011000 | 101000 |
Color Harmonies of #120CBF
Complementary color
Monochromatic Colors of #120CBF
Black with #120CBF
Text Example
Text Example
White with #120CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120CBF; }
p { color: rgb(18,12,191); }
H1.HeaderClassName
{
color: #120CBF;
}
.AnyTagClassName
{
color: #120CBF;
}
</style>
background-color css
<style>
a { background-color: #120CBF; }
a { background-color: rgb(18,12,191); }
div.DivClassName
{
background-color: #120CBF;
}
.BgClassName
{
background-color: #120CBF;
}
</style>
border-color css
<style>
span { border-color: #120CBF; }
span { border-color: rgb(18,12,191); }
td.TdClassName
{
border-color: #120CBF;
}
.TagClassName
{
border-color: #120CBF;
}
</style>