Shades of Medium Blue #1010E0
Tints of Medium Blue #1010E0
RGB
CMYK
RGB Variations
Color information
#1010E0 (or 0x1010E0) is known color: Medium Blue. HEX triplet: 10, 10 and E0. RGB value is (16,16,224). Sum of RGB (Red+Green+Blue) = 16+16+224=256 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.25% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 224 (87.89% from 255 or 87.5% from 256); Max value from RGB is 224 - color contains mainly: blue. Hex color #1010E0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1010E0 is #EFEF1F. Grayscale: #262626. Windows color (decimal): -15724320 or 14684176. OLE color: 14684176.
HSL color Cylindrical-coordinate representation of color #1010E0: hue angle of 240º 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 #1010E0 is Cyan = 0.93, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 16 | 16 | 224 | - |
| CMYK | 0.93 | 0.93 | 0 | 0.12 |
| HSL | 240º | 0.87% | 0.47% | - |
| HSV(B) | 240º | 0.93% | 0.88% | - |
| XYZ | 13.85 | 5.86 | 70.92 | - |
| YUV | 39.71 | 232 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 16 | 224 | 0.93 | 0.93 | 0 | 0.12 | 240 | 0.87 | 0.47 |
| Hex | 10 | 10 | E0 | 5D | 5D | 0 | C | F0 | 57 | 2F |
| Octal | 20 | 20 | 340 | 135 | 135 | 0 | 14 | 360 | 127 | 57 |
| Binary | 10000 | 10000 | 11100000 | 1011101 | 1011101 | 0 | 1100 | 11110000 | 1010111 | 101111 |
Color Harmonies of #1010E0
Complementary color
Monochromatic Colors of #1010E0
Black with #1010E0
Text Example
Text Example
White with #1010E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1010E0; }
p { color: rgb(16,16,224); }
H1.HeaderClassName
{
color: #1010E0;
}
.AnyTagClassName
{
color: #1010E0;
}
</style>
background-color css
<style>
a { background-color: #1010E0; }
a { background-color: rgb(16,16,224); }
div.DivClassName
{
background-color: #1010E0;
}
.BgClassName
{
background-color: #1010E0;
}
</style>
border-color css
<style>
span { border-color: #1010E0; }
span { border-color: rgb(16,16,224); }
td.TdClassName
{
border-color: #1010E0;
}
.TagClassName
{
border-color: #1010E0;
}
</style>