Shades of Medium Blue #120BCF
Tints of Medium Blue #120BCF
RGB
CMYK
RGB Variations
Color information
#120BCF (or 0x120BCF) is known color: Medium Blue. HEX triplet: 12, 0B and CF. RGB value is (18,11,207). Sum of RGB (Red+Green+Blue) = 18+11+207=236 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.63% from 236); Green value is 11 (4.69% from 255 or 4.66% from 236); Blue value is 207 (81.25% from 255 or 87.71% from 236); Max value from RGB is 207 - color contains mainly: blue. Hex color #120BCF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120BCF is #EDF430. Grayscale: #222222. Windows color (decimal): -15594545 or 13568786. OLE color: 13568786.
HSL color Cylindrical-coordinate representation of color #120BCF: hue angle of 242.14º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #120BCF is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 11 | 207 | - |
| CMYK | 0.91 | 0.95 | 0 | 0.19 |
| HSL | 242.14º | 0.9% | 0.43% | - |
| HSV(B) | 242.14º | 0.95% | 0.81% | - |
| XYZ | 11.63 | 4.87 | 59.36 | - |
| YUV | 35.44 | 224.82 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 11 | 207 | 0.91 | 0.95 | 0 | 0.19 | 242.14 | 0.9 | 0.43 |
| Hex | 12 | B | CF | 5B | 5F | 0 | 13 | F2 | 5A | 2B |
| Octal | 22 | 13 | 317 | 133 | 137 | 0 | 23 | 362 | 132 | 53 |
| Binary | 10010 | 1011 | 11001111 | 1011011 | 1011111 | 0 | 10011 | 11110010 | 1011010 | 101011 |
Color Harmonies of #120BCF
Complementary color
Monochromatic Colors of #120BCF
Black with #120BCF
Text Example
Text Example
White with #120BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120BCF; }
p { color: rgb(18,11,207); }
H1.HeaderClassName
{
color: #120BCF;
}
.AnyTagClassName
{
color: #120BCF;
}
</style>
background-color css
<style>
a { background-color: #120BCF; }
a { background-color: rgb(18,11,207); }
div.DivClassName
{
background-color: #120BCF;
}
.BgClassName
{
background-color: #120BCF;
}
</style>
border-color css
<style>
span { border-color: #120BCF; }
span { border-color: rgb(18,11,207); }
td.TdClassName
{
border-color: #120BCF;
}
.TagClassName
{
border-color: #120BCF;
}
</style>