Shades of Medium Blue #120CCF
Tints of Medium Blue #120CCF
RGB
CMYK
RGB Variations
Color information
#120CCF (or 0x120CCF) is known color: Medium Blue. HEX triplet: 12, 0C and CF. RGB value is (18,12,207). Sum of RGB (Red+Green+Blue) = 18+12+207=237 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.59% from 237); Green value is 12 (5.08% from 255 or 5.06% from 237); Blue value is 207 (81.25% from 255 or 87.34% from 237); Max value from RGB is 207 - color contains mainly: blue. Hex color #120CCF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120CCF is #EDF330. Grayscale: #232323. Windows color (decimal): -15594289 or 13569042. OLE color: 13569042.
HSL color Cylindrical-coordinate representation of color #120CCF: hue angle of 241.85º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #120CCF is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 12 | 207 | - |
| CMYK | 0.91 | 0.94 | 0 | 0.19 |
| HSL | 241.85º | 0.89% | 0.43% | - |
| HSV(B) | 241.85º | 0.94% | 0.81% | - |
| XYZ | 11.64 | 4.9 | 59.36 | - |
| YUV | 36.02 | 224.49 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 12 | 207 | 0.91 | 0.94 | 0 | 0.19 | 241.85 | 0.89 | 0.43 |
| Hex | 12 | C | CF | 5B | 5E | 0 | 13 | F2 | 59 | 2B |
| Octal | 22 | 14 | 317 | 133 | 136 | 0 | 23 | 362 | 131 | 53 |
| Binary | 10010 | 1100 | 11001111 | 1011011 | 1011110 | 0 | 10011 | 11110010 | 1011001 | 101011 |
Color Harmonies of #120CCF
Complementary color
Monochromatic Colors of #120CCF
Black with #120CCF
Text Example
Text Example
White with #120CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120CCF; }
p { color: rgb(18,12,207); }
H1.HeaderClassName
{
color: #120CCF;
}
.AnyTagClassName
{
color: #120CCF;
}
</style>
background-color css
<style>
a { background-color: #120CCF; }
a { background-color: rgb(18,12,207); }
div.DivClassName
{
background-color: #120CCF;
}
.BgClassName
{
background-color: #120CCF;
}
</style>
border-color css
<style>
span { border-color: #120CCF; }
span { border-color: rgb(18,12,207); }
td.TdClassName
{
border-color: #120CCF;
}
.TagClassName
{
border-color: #120CCF;
}
</style>