Shades of Medium Blue #120DC3
Tints of Medium Blue #120DC3
RGB
CMYK
RGB Variations
Color information
#120DC3 (or 0x120DC3) is known color: Medium Blue. HEX triplet: 12, 0D and C3. RGB value is (18,13,195). Sum of RGB (Red+Green+Blue) = 18+13+195=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 13 (5.47% from 255 or 5.75% from 226); Blue value is 195 (76.56% from 255 or 86.28% from 226); Max value from RGB is 195 - color contains mainly: blue. Hex color #120DC3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120DC3 is #EDF23C. Grayscale: #222222. Windows color (decimal): -15594045 or 12782866. OLE color: 12782866.
HSL color Cylindrical-coordinate representation of color #120DC3: hue angle of 241.65º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #120DC3 is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 13 | 195 | - |
| CMYK | 0.91 | 0.93 | 0 | 0.24 |
| HSL | 241.65º | 0.88% | 0.41% | - |
| HSV(B) | 241.65º | 0.93% | 0.76% | - |
| XYZ | 10.24 | 4.36 | 51.93 | - |
| YUV | 35.24 | 218.16 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 13 | 195 | 0.91 | 0.93 | 0 | 0.24 | 241.65 | 0.88 | 0.41 |
| Hex | 12 | D | C3 | 5B | 5D | 0 | 18 | F2 | 58 | 29 |
| Octal | 22 | 15 | 303 | 133 | 135 | 0 | 30 | 362 | 130 | 51 |
| Binary | 10010 | 1101 | 11000011 | 1011011 | 1011101 | 0 | 11000 | 11110010 | 1011000 | 101001 |
Color Harmonies of #120DC3
Complementary color
Monochromatic Colors of #120DC3
Black with #120DC3
Text Example
Text Example
White with #120DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120DC3; }
p { color: rgb(18,13,195); }
H1.HeaderClassName
{
color: #120DC3;
}
.AnyTagClassName
{
color: #120DC3;
}
</style>
background-color css
<style>
a { background-color: #120DC3; }
a { background-color: rgb(18,13,195); }
div.DivClassName
{
background-color: #120DC3;
}
.BgClassName
{
background-color: #120DC3;
}
</style>
border-color css
<style>
span { border-color: #120DC3; }
span { border-color: rgb(18,13,195); }
td.TdClassName
{
border-color: #120DC3;
}
.TagClassName
{
border-color: #120DC3;
}
</style>