Shades of Medium Blue #120DCC
Tints of Medium Blue #120DCC
RGB
CMYK
RGB Variations
Color information
#120DCC (or 0x120DCC) is known color: Medium Blue. HEX triplet: 12, 0D and CC. RGB value is (18,13,204). Sum of RGB (Red+Green+Blue) = 18+13+204=235 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.66% from 235); Green value is 13 (5.47% from 255 or 5.53% from 235); Blue value is 204 (80.08% from 255 or 86.81% from 235); Max value from RGB is 204 - color contains mainly: blue. Hex color #120DCC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120DCC is #EDF233. Grayscale: #232323. Windows color (decimal): -15594036 or 13372690. OLE color: 13372690.
HSL color Cylindrical-coordinate representation of color #120DCC: hue angle of 241.57º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #120DCC is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 13 | 204 | - |
| CMYK | 0.91 | 0.94 | 0 | 0.2 |
| HSL | 241.57º | 0.88% | 0.43% | - |
| HSV(B) | 241.57º | 0.94% | 0.8% | - |
| XYZ | 11.29 | 4.78 | 57.45 | - |
| YUV | 36.27 | 222.66 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 13 | 204 | 0.91 | 0.94 | 0 | 0.2 | 241.57 | 0.88 | 0.43 |
| Hex | 12 | D | CC | 5B | 5E | 0 | 14 | F2 | 58 | 2B |
| Octal | 22 | 15 | 314 | 133 | 136 | 0 | 24 | 362 | 130 | 53 |
| Binary | 10010 | 1101 | 11001100 | 1011011 | 1011110 | 0 | 10100 | 11110010 | 1011000 | 101011 |
Color Harmonies of #120DCC
Complementary color
Monochromatic Colors of #120DCC
Black with #120DCC
Text Example
Text Example
White with #120DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120DCC; }
p { color: rgb(18,13,204); }
H1.HeaderClassName
{
color: #120DCC;
}
.AnyTagClassName
{
color: #120DCC;
}
</style>
background-color css
<style>
a { background-color: #120DCC; }
a { background-color: rgb(18,13,204); }
div.DivClassName
{
background-color: #120DCC;
}
.BgClassName
{
background-color: #120DCC;
}
</style>
border-color css
<style>
span { border-color: #120DCC; }
span { border-color: rgb(18,13,204); }
td.TdClassName
{
border-color: #120DCC;
}
.TagClassName
{
border-color: #120DCC;
}
</style>