Shades of Medium Blue #120DC7
Tints of Medium Blue #120DC7
RGB
CMYK
RGB Variations
Color information
#120DC7 (or 0x120DC7) is known color: Medium Blue. HEX triplet: 12, 0D and C7. RGB value is (18,13,199). Sum of RGB (Red+Green+Blue) = 18+13+199=230 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.83% from 230); Green value is 13 (5.47% from 255 or 5.65% from 230); Blue value is 199 (78.12% from 255 or 86.52% from 230); Max value from RGB is 199 - color contains mainly: blue. Hex color #120DC7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120DC7 is #EDF238. Grayscale: #222222. Windows color (decimal): -15594041 or 13045010. OLE color: 13045010.
HSL color Cylindrical-coordinate representation of color #120DC7: hue angle of 241.61º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #120DC7 is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 18 | 13 | 199 | - |
| CMYK | 0.91 | 0.93 | 0 | 0.22 |
| HSL | 241.61º | 0.88% | 0.42% | - |
| HSV(B) | 241.61º | 0.93% | 0.78% | - |
| XYZ | 10.7 | 4.54 | 54.35 | - |
| YUV | 35.7 | 220.16 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 13 | 199 | 0.91 | 0.93 | 0 | 0.22 | 241.61 | 0.88 | 0.42 |
| Hex | 12 | D | C7 | 5B | 5D | 0 | 16 | F2 | 58 | 2A |
| Octal | 22 | 15 | 307 | 133 | 135 | 0 | 26 | 362 | 130 | 52 |
| Binary | 10010 | 1101 | 11000111 | 1011011 | 1011101 | 0 | 10110 | 11110010 | 1011000 | 101010 |
Color Harmonies of #120DC7
Complementary color
Monochromatic Colors of #120DC7
Black with #120DC7
Text Example
Text Example
White with #120DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120DC7; }
p { color: rgb(18,13,199); }
H1.HeaderClassName
{
color: #120DC7;
}
.AnyTagClassName
{
color: #120DC7;
}
</style>
background-color css
<style>
a { background-color: #120DC7; }
a { background-color: rgb(18,13,199); }
div.DivClassName
{
background-color: #120DC7;
}
.BgClassName
{
background-color: #120DC7;
}
</style>
border-color css
<style>
span { border-color: #120DC7; }
span { border-color: rgb(18,13,199); }
td.TdClassName
{
border-color: #120DC7;
}
.TagClassName
{
border-color: #120DC7;
}
</style>