Shades of Medium Blue #120AD5
Tints of Medium Blue #120AD5
RGB
CMYK
RGB Variations
Color information
#120AD5 (or 0x120AD5) is known color: Medium Blue. HEX triplet: 12, 0A and D5. RGB value is (18,10,213). Sum of RGB (Red+Green+Blue) = 18+10+213=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 10 (4.30% from 255 or 4.15% from 241); Blue value is 213 (83.59% from 255 or 88.38% from 241); Max value from RGB is 213 - color contains mainly: blue. Hex color #120AD5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120AD5 is #EDF52A. Grayscale: #222222. Windows color (decimal): -15594795 or 13961746. OLE color: 13961746.
HSL color Cylindrical-coordinate representation of color #120AD5: hue angle of 242.36º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #120AD5 is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 10 | 213 | - |
| CMYK | 0.92 | 0.95 | 0 | 0.16 |
| HSL | 242.36º | 0.91% | 0.44% | - |
| HSV(B) | 242.36º | 0.95% | 0.84% | - |
| XYZ | 12.37 | 5.15 | 63.29 | - |
| YUV | 35.53 | 228.15 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 10 | 213 | 0.92 | 0.95 | 0 | 0.16 | 242.36 | 0.91 | 0.44 |
| Hex | 12 | A | D5 | 5C | 5F | 0 | 10 | F2 | 5B | 2C |
| Octal | 22 | 12 | 325 | 134 | 137 | 0 | 20 | 362 | 133 | 54 |
| Binary | 10010 | 1010 | 11010101 | 1011100 | 1011111 | 0 | 10000 | 11110010 | 1011011 | 101100 |
Color Harmonies of #120AD5
Complementary color
Monochromatic Colors of #120AD5
Black with #120AD5
Text Example
Text Example
White with #120AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120AD5; }
p { color: rgb(18,10,213); }
H1.HeaderClassName
{
color: #120AD5;
}
.AnyTagClassName
{
color: #120AD5;
}
</style>
background-color css
<style>
a { background-color: #120AD5; }
a { background-color: rgb(18,10,213); }
div.DivClassName
{
background-color: #120AD5;
}
.BgClassName
{
background-color: #120AD5;
}
</style>
border-color css
<style>
span { border-color: #120AD5; }
span { border-color: rgb(18,10,213); }
td.TdClassName
{
border-color: #120AD5;
}
.TagClassName
{
border-color: #120AD5;
}
</style>