Shades of Medium Blue #120ACB
Tints of Medium Blue #120ACB
RGB
CMYK
RGB Variations
Color information
#120ACB (or 0x120ACB) is known color: Medium Blue. HEX triplet: 12, 0A and CB. RGB value is (18,10,203). Sum of RGB (Red+Green+Blue) = 18+10+203=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 10 (4.30% from 255 or 4.33% from 231); Blue value is 203 (79.69% from 255 or 87.88% from 231); Max value from RGB is 203 - color contains mainly: blue. Hex color #120ACB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120ACB is #EDF534. Grayscale: #212121. Windows color (decimal): -15594805 or 13306386. OLE color: 13306386.
HSL color Cylindrical-coordinate representation of color #120ACB: hue angle of 242.49º 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 #120ACB is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 10 | 203 | - |
| CMYK | 0.91 | 0.95 | 0 | 0.20 |
| HSL | 242.49º | 0.91% | 0.42% | - |
| HSV(B) | 242.49º | 0.95% | 0.8% | - |
| XYZ | 11.14 | 4.66 | 56.81 | - |
| YUV | 34.39 | 223.15 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 10 | 203 | 0.91 | 0.95 | 0 | 0.20 | 242.49 | 0.91 | 0.42 |
| Hex | 12 | A | CB | 5B | 5F | 0 | 14 | F2 | 5B | 2A |
| Octal | 22 | 12 | 313 | 133 | 137 | 0 | 24 | 362 | 133 | 52 |
| Binary | 10010 | 1010 | 11001011 | 1011011 | 1011111 | 0 | 10100 | 11110010 | 1011011 | 101010 |
Color Harmonies of #120ACB
Complementary color
Monochromatic Colors of #120ACB
Black with #120ACB
Text Example
Text Example
White with #120ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120ACB; }
p { color: rgb(18,10,203); }
H1.HeaderClassName
{
color: #120ACB;
}
.AnyTagClassName
{
color: #120ACB;
}
</style>
background-color css
<style>
a { background-color: #120ACB; }
a { background-color: rgb(18,10,203); }
div.DivClassName
{
background-color: #120ACB;
}
.BgClassName
{
background-color: #120ACB;
}
</style>
border-color css
<style>
span { border-color: #120ACB; }
span { border-color: rgb(18,10,203); }
td.TdClassName
{
border-color: #120ACB;
}
.TagClassName
{
border-color: #120ACB;
}
</style>