Shades of Medium Blue #0120D0
Tints of Medium Blue #0120D0
RGB
CMYK
RGB Variations
Color information
#0120D0 (or 0x0120D0) is known color: Medium Blue. HEX triplet: 01, 20 and D0. RGB value is (1,32,208). Sum of RGB (Red+Green+Blue) = 1+32+208=241 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 208 (81.64% from 255 or 86.31% from 241); Max value from RGB is 208 - color contains mainly: blue. Hex color #0120D0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0120D0 is #FEDF2F. Grayscale: #2A2A2A. Windows color (decimal): -16703280 or 13639681. OLE color: 13639681.
HSL color Cylindrical-coordinate representation of color #0120D0: hue angle of 231.01º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0120D0 is Cyan = 1.00, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 32 | 208 | - |
| CMYK | 1.00 | 0.85 | 0 | 0.18 |
| HSL | 231.01º | 0.99% | 0.41% | - |
| HSV(B) | 231.01º | 1% | 0.82% | - |
| XYZ | 11.91 | 5.59 | 60.13 | - |
| YUV | 42.8 | 221.23 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 32 | 208 | 1.00 | 0.85 | 0 | 0.18 | 231.01 | 0.99 | 0.41 |
| Hex | 1 | 20 | D0 | 64 | 55 | 0 | 12 | E7 | 63 | 29 |
| Octal | 1 | 40 | 320 | 144 | 125 | 0 | 22 | 347 | 143 | 51 |
| Binary | 1 | 100000 | 11010000 | 1100100 | 1010101 | 0 | 10010 | 11100111 | 1100011 | 101001 |
Color Harmonies of #0120D0
Complementary color
Monochromatic Colors of #0120D0
Black with #0120D0
Text Example
Text Example
White with #0120D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0120D0; }
p { color: rgb(1,32,208); }
H1.HeaderClassName
{
color: #0120D0;
}
.AnyTagClassName
{
color: #0120D0;
}
</style>
background-color css
<style>
a { background-color: #0120D0; }
a { background-color: rgb(1,32,208); }
div.DivClassName
{
background-color: #0120D0;
}
.BgClassName
{
background-color: #0120D0;
}
</style>
border-color css
<style>
span { border-color: #0120D0; }
span { border-color: rgb(1,32,208); }
td.TdClassName
{
border-color: #0120D0;
}
.TagClassName
{
border-color: #0120D0;
}
</style>