Shades of Medium Blue #120ADA
Tints of Medium Blue #120ADA
RGB
CMYK
RGB Variations
Color information
#120ADA (or 0x120ADA) is known color: Medium Blue. HEX triplet: 12, 0A and DA. RGB value is (18,10,218). Sum of RGB (Red+Green+Blue) = 18+10+218=246 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.32% from 246); Green value is 10 (4.30% from 255 or 4.07% from 246); Blue value is 218 (85.55% from 255 or 88.62% from 246); Max value from RGB is 218 - color contains mainly: blue. Hex color #120ADA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120ADA is #EDF525. Grayscale: #232323. Windows color (decimal): -15594790 or 14289426. OLE color: 14289426.
HSL color Cylindrical-coordinate representation of color #120ADA: hue angle of 242.31º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #120ADA is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 10 | 218 | - |
| CMYK | 0.92 | 0.95 | 0 | 0.15 |
| HSL | 242.31º | 0.91% | 0.45% | - |
| HSV(B) | 242.31º | 0.95% | 0.85% | - |
| XYZ | 13.01 | 5.41 | 66.69 | - |
| YUV | 36.1 | 230.65 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 10 | 218 | 0.92 | 0.95 | 0 | 0.15 | 242.31 | 0.91 | 0.45 |
| Hex | 12 | A | DA | 5C | 5F | 0 | F | F2 | 5B | 2D |
| Octal | 22 | 12 | 332 | 134 | 137 | 0 | 17 | 362 | 133 | 55 |
| Binary | 10010 | 1010 | 11011010 | 1011100 | 1011111 | 0 | 1111 | 11110010 | 1011011 | 101101 |
Color Harmonies of #120ADA
Complementary color
Monochromatic Colors of #120ADA
Black with #120ADA
Text Example
Text Example
White with #120ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120ADA; }
p { color: rgb(18,10,218); }
H1.HeaderClassName
{
color: #120ADA;
}
.AnyTagClassName
{
color: #120ADA;
}
</style>
background-color css
<style>
a { background-color: #120ADA; }
a { background-color: rgb(18,10,218); }
div.DivClassName
{
background-color: #120ADA;
}
.BgClassName
{
background-color: #120ADA;
}
</style>
border-color css
<style>
span { border-color: #120ADA; }
span { border-color: rgb(18,10,218); }
td.TdClassName
{
border-color: #120ADA;
}
.TagClassName
{
border-color: #120ADA;
}
</style>