Shades of Medium Blue #120CCC
Tints of Medium Blue #120CCC
RGB
CMYK
RGB Variations
Color information
#120CCC (or 0x120CCC) is known color: Medium Blue. HEX triplet: 12, 0C and CC. RGB value is (18,12,204). Sum of RGB (Red+Green+Blue) = 18+12+204=234 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.69% from 234); Green value is 12 (5.08% from 255 or 5.13% from 234); Blue value is 204 (80.08% from 255 or 87.18% from 234); Max value from RGB is 204 - color contains mainly: blue. Hex color #120CCC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120CCC is #EDF333. Grayscale: #222222. Windows color (decimal): -15594292 or 13372434. OLE color: 13372434.
HSL color Cylindrical-coordinate representation of color #120CCC: hue angle of 241.88º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #120CCC is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 12 | 204 | - |
| CMYK | 0.91 | 0.94 | 0 | 0.2 |
| HSL | 241.88º | 0.89% | 0.42% | - |
| HSV(B) | 241.88º | 0.94% | 0.8% | - |
| XYZ | 11.28 | 4.75 | 57.45 | - |
| YUV | 35.68 | 222.99 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 12 | 204 | 0.91 | 0.94 | 0 | 0.2 | 241.88 | 0.89 | 0.42 |
| Hex | 12 | C | CC | 5B | 5E | 0 | 14 | F2 | 59 | 2A |
| Octal | 22 | 14 | 314 | 133 | 136 | 0 | 24 | 362 | 131 | 52 |
| Binary | 10010 | 1100 | 11001100 | 1011011 | 1011110 | 0 | 10100 | 11110010 | 1011001 | 101010 |
Color Harmonies of #120CCC
Complementary color
Monochromatic Colors of #120CCC
Black with #120CCC
Text Example
Text Example
White with #120CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120CCC; }
p { color: rgb(18,12,204); }
H1.HeaderClassName
{
color: #120CCC;
}
.AnyTagClassName
{
color: #120CCC;
}
</style>
background-color css
<style>
a { background-color: #120CCC; }
a { background-color: rgb(18,12,204); }
div.DivClassName
{
background-color: #120CCC;
}
.BgClassName
{
background-color: #120CCC;
}
</style>
border-color css
<style>
span { border-color: #120CCC; }
span { border-color: rgb(18,12,204); }
td.TdClassName
{
border-color: #120CCC;
}
.TagClassName
{
border-color: #120CCC;
}
</style>