Shades of Medium Blue #120ACF
Tints of Medium Blue #120ACF
RGB
CMYK
RGB Variations
Color information
#120ACF (or 0x120ACF) is known color: Medium Blue. HEX triplet: 12, 0A and CF. RGB value is (18,10,207). Sum of RGB (Red+Green+Blue) = 18+10+207=235 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.66% from 235); Green value is 10 (4.30% from 255 or 4.26% from 235); Blue value is 207 (81.25% from 255 or 88.09% from 235); Max value from RGB is 207 - color contains mainly: blue. Hex color #120ACF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120ACF is #EDF530. Grayscale: #222222. Windows color (decimal): -15594801 or 13568530. OLE color: 13568530.
HSL color Cylindrical-coordinate representation of color #120ACF: hue angle of 242.44º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #120ACF is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 10 | 207 | - |
| CMYK | 0.91 | 0.95 | 0 | 0.19 |
| HSL | 242.44º | 0.91% | 0.43% | - |
| HSV(B) | 242.44º | 0.95% | 0.81% | - |
| XYZ | 11.62 | 4.85 | 59.36 | - |
| YUV | 34.85 | 225.15 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 10 | 207 | 0.91 | 0.95 | 0 | 0.19 | 242.44 | 0.91 | 0.43 |
| Hex | 12 | A | CF | 5B | 5F | 0 | 13 | F2 | 5B | 2B |
| Octal | 22 | 12 | 317 | 133 | 137 | 0 | 23 | 362 | 133 | 53 |
| Binary | 10010 | 1010 | 11001111 | 1011011 | 1011111 | 0 | 10011 | 11110010 | 1011011 | 101011 |
Color Harmonies of #120ACF
Complementary color
Monochromatic Colors of #120ACF
Black with #120ACF
Text Example
Text Example
White with #120ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120ACF; }
p { color: rgb(18,10,207); }
H1.HeaderClassName
{
color: #120ACF;
}
.AnyTagClassName
{
color: #120ACF;
}
</style>
background-color css
<style>
a { background-color: #120ACF; }
a { background-color: rgb(18,10,207); }
div.DivClassName
{
background-color: #120ACF;
}
.BgClassName
{
background-color: #120ACF;
}
</style>
border-color css
<style>
span { border-color: #120ACF; }
span { border-color: rgb(18,10,207); }
td.TdClassName
{
border-color: #120ACF;
}
.TagClassName
{
border-color: #120ACF;
}
</style>