Shades of Medium Blue #120ACC
Tints of Medium Blue #120ACC
RGB
CMYK
RGB Variations
Color information
#120ACC (or 0x120ACC) is known color: Medium Blue. HEX triplet: 12, 0A and CC. RGB value is (18,10,204). Sum of RGB (Red+Green+Blue) = 18+10+204=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 10 (4.30% from 255 or 4.31% from 232); Blue value is 204 (80.08% from 255 or 87.93% from 232); Max value from RGB is 204 - color contains mainly: blue. Hex color #120ACC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120ACC is #EDF533. Grayscale: #212121. Windows color (decimal): -15594804 or 13371922. OLE color: 13371922.
HSL color Cylindrical-coordinate representation of color #120ACC: hue angle of 242.47º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #120ACC is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 10 | 204 | - |
| CMYK | 0.91 | 0.95 | 0 | 0.2 |
| HSL | 242.47º | 0.91% | 0.42% | - |
| HSV(B) | 242.47º | 0.95% | 0.8% | - |
| XYZ | 11.26 | 4.71 | 57.44 | - |
| YUV | 34.51 | 223.65 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 10 | 204 | 0.91 | 0.95 | 0 | 0.2 | 242.47 | 0.91 | 0.42 |
| Hex | 12 | A | CC | 5B | 5F | 0 | 14 | F2 | 5B | 2A |
| Octal | 22 | 12 | 314 | 133 | 137 | 0 | 24 | 362 | 133 | 52 |
| Binary | 10010 | 1010 | 11001100 | 1011011 | 1011111 | 0 | 10100 | 11110010 | 1011011 | 101010 |
Color Harmonies of #120ACC
Complementary color
Monochromatic Colors of #120ACC
Black with #120ACC
Text Example
Text Example
White with #120ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120ACC; }
p { color: rgb(18,10,204); }
H1.HeaderClassName
{
color: #120ACC;
}
.AnyTagClassName
{
color: #120ACC;
}
</style>
background-color css
<style>
a { background-color: #120ACC; }
a { background-color: rgb(18,10,204); }
div.DivClassName
{
background-color: #120ACC;
}
.BgClassName
{
background-color: #120ACC;
}
</style>
border-color css
<style>
span { border-color: #120ACC; }
span { border-color: rgb(18,10,204); }
td.TdClassName
{
border-color: #120ACC;
}
.TagClassName
{
border-color: #120ACC;
}
</style>