Shades of Medium Blue #120FCC
Tints of Medium Blue #120FCC
RGB
CMYK
RGB Variations
Color information
#120FCC (or 0x120FCC) is known color: Medium Blue. HEX triplet: 12, 0F and CC. RGB value is (18,15,204). Sum of RGB (Red+Green+Blue) = 18+15+204=237 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.59% from 237); Green value is 15 (6.25% from 255 or 6.33% from 237); Blue value is 204 (80.08% from 255 or 86.08% from 237); Max value from RGB is 204 - color contains mainly: blue. Hex color #120FCC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120FCC is #EDF033. Grayscale: #242424. Windows color (decimal): -15593524 or 13373202. OLE color: 13373202.
HSL color Cylindrical-coordinate representation of color #120FCC: hue angle of 240.95º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #120FCC is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 15 | 204 | - |
| CMYK | 0.91 | 0.93 | 0 | 0.2 |
| HSL | 240.95º | 0.86% | 0.43% | - |
| HSV(B) | 240.95º | 0.93% | 0.8% | - |
| XYZ | 11.32 | 4.83 | 57.46 | - |
| YUV | 37.44 | 221.99 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 15 | 204 | 0.91 | 0.93 | 0 | 0.2 | 240.95 | 0.86 | 0.43 |
| Hex | 12 | F | CC | 5B | 5D | 0 | 14 | F1 | 56 | 2B |
| Octal | 22 | 17 | 314 | 133 | 135 | 0 | 24 | 361 | 126 | 53 |
| Binary | 10010 | 1111 | 11001100 | 1011011 | 1011101 | 0 | 10100 | 11110001 | 1010110 | 101011 |
Color Harmonies of #120FCC
Complementary color
Monochromatic Colors of #120FCC
Black with #120FCC
Text Example
Text Example
White with #120FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120FCC; }
p { color: rgb(18,15,204); }
H1.HeaderClassName
{
color: #120FCC;
}
.AnyTagClassName
{
color: #120FCC;
}
</style>
background-color css
<style>
a { background-color: #120FCC; }
a { background-color: rgb(18,15,204); }
div.DivClassName
{
background-color: #120FCC;
}
.BgClassName
{
background-color: #120FCC;
}
</style>
border-color css
<style>
span { border-color: #120FCC; }
span { border-color: rgb(18,15,204); }
td.TdClassName
{
border-color: #120FCC;
}
.TagClassName
{
border-color: #120FCC;
}
</style>