Shades of Medium Blue #1020E1
Tints of Medium Blue #1020E1
RGB
CMYK
RGB Variations
Color information
#1020E1 (or 0x1020E1) is known color: Medium Blue. HEX triplet: 10, 20 and E1. RGB value is (16,32,225). Sum of RGB (Red+Green+Blue) = 16+32+225=273 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.86% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 225 (88.28% from 255 or 82.42% from 273); Max value from RGB is 225 - color contains mainly: blue. Hex color #1020E1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1020E1 is #EFDF1E. Grayscale: #303030. Windows color (decimal): -15720223 or 14753808. OLE color: 14753808.
HSL color Cylindrical-coordinate representation of color #1020E1: hue angle of 235.41º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1020E1 is Cyan = 0.93, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 16 | 32 | 225 | - |
| CMYK | 0.93 | 0.86 | 0 | 0.12 |
| HSL | 235.41º | 0.87% | 0.47% | - |
| HSV(B) | 235.41º | 0.93% | 0.88% | - |
| XYZ | 14.32 | 6.58 | 71.75 | - |
| YUV | 49.22 | 227.2 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 32 | 225 | 0.93 | 0.86 | 0 | 0.12 | 235.41 | 0.87 | 0.47 |
| Hex | 10 | 20 | E1 | 5D | 56 | 0 | C | EB | 57 | 2F |
| Octal | 20 | 40 | 341 | 135 | 126 | 0 | 14 | 353 | 127 | 57 |
| Binary | 10000 | 100000 | 11100001 | 1011101 | 1010110 | 0 | 1100 | 11101011 | 1010111 | 101111 |
Color Harmonies of #1020E1
Complementary color
Monochromatic Colors of #1020E1
Black with #1020E1
Text Example
Text Example
White with #1020E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1020E1; }
p { color: rgb(16,32,225); }
H1.HeaderClassName
{
color: #1020E1;
}
.AnyTagClassName
{
color: #1020E1;
}
</style>
background-color css
<style>
a { background-color: #1020E1; }
a { background-color: rgb(16,32,225); }
div.DivClassName
{
background-color: #1020E1;
}
.BgClassName
{
background-color: #1020E1;
}
</style>
border-color css
<style>
span { border-color: #1020E1; }
span { border-color: rgb(16,32,225); }
td.TdClassName
{
border-color: #1020E1;
}
.TagClassName
{
border-color: #1020E1;
}
</style>