Shades of Medium Blue #120DBD
Tints of Medium Blue #120DBD
RGB
CMYK
RGB Variations
Color information
#120DBD (or 0x120DBD) is known color: Medium Blue. HEX triplet: 12, 0D and BD. RGB value is (18,13,189). Sum of RGB (Red+Green+Blue) = 18+13+189=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 13 (5.47% from 255 or 5.91% from 220); Blue value is 189 (74.22% from 255 or 85.91% from 220); Max value from RGB is 189 - color contains mainly: blue. Hex color #120DBD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120DBD is #EDF242. Grayscale: #212121. Windows color (decimal): -15594051 or 12389650. OLE color: 12389650.
HSL color Cylindrical-coordinate representation of color #120DBD: hue angle of 241.7º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #120DBD is Cyan = 0.90, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 13 | 189 | - |
| CMYK | 0.90 | 0.93 | 0 | 0.26 |
| HSL | 241.7º | 0.87% | 0.4% | - |
| HSV(B) | 241.7º | 0.93% | 0.74% | - |
| XYZ | 9.58 | 4.09 | 48.43 | - |
| YUV | 34.56 | 215.16 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 13 | 189 | 0.90 | 0.93 | 0 | 0.26 | 241.7 | 0.87 | 0.4 |
| Hex | 12 | D | BD | 5A | 5D | 0 | 1A | F2 | 57 | 28 |
| Octal | 22 | 15 | 275 | 132 | 135 | 0 | 32 | 362 | 127 | 50 |
| Binary | 10010 | 1101 | 10111101 | 1011010 | 1011101 | 0 | 11010 | 11110010 | 1010111 | 101000 |
Color Harmonies of #120DBD
Complementary color
Monochromatic Colors of #120DBD
Black with #120DBD
Text Example
Text Example
White with #120DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120DBD; }
p { color: rgb(18,13,189); }
H1.HeaderClassName
{
color: #120DBD;
}
.AnyTagClassName
{
color: #120DBD;
}
</style>
background-color css
<style>
a { background-color: #120DBD; }
a { background-color: rgb(18,13,189); }
div.DivClassName
{
background-color: #120DBD;
}
.BgClassName
{
background-color: #120DBD;
}
</style>
border-color css
<style>
span { border-color: #120DBD; }
span { border-color: rgb(18,13,189); }
td.TdClassName
{
border-color: #120DBD;
}
.TagClassName
{
border-color: #120DBD;
}
</style>