Shades of Medium Blue #100DE3
Tints of Medium Blue #100DE3
RGB
CMYK
RGB Variations
Color information
#100DE3 (or 0x100DE3) is known color: Medium Blue. HEX triplet: 10, 0D and E3. RGB value is (16,13,227). Sum of RGB (Red+Green+Blue) = 16+13+227=256 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.25% from 256); Green value is 13 (5.47% from 255 or 5.08% from 256); Blue value is 227 (89.06% from 255 or 88.67% from 256); Max value from RGB is 227 - color contains mainly: blue. Hex color #100DE3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #100DE3 is #EFF21C. Grayscale: #252525. Windows color (decimal): -15725085 or 14880016. OLE color: 14880016.
HSL color Cylindrical-coordinate representation of color #100DE3: hue angle of 240.84º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #100DE3 is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 16 | 13 | 227 | - |
| CMYK | 0.93 | 0.94 | 0 | 0.11 |
| HSL | 240.84º | 0.89% | 0.47% | - |
| HSV(B) | 240.84º | 0.94% | 0.89% | - |
| XYZ | 14.22 | 5.94 | 73.07 | - |
| YUV | 38.29 | 234.49 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 13 | 227 | 0.93 | 0.94 | 0 | 0.11 | 240.84 | 0.89 | 0.47 |
| Hex | 10 | D | E3 | 5D | 5E | 0 | B | F1 | 59 | 2F |
| Octal | 20 | 15 | 343 | 135 | 136 | 0 | 13 | 361 | 131 | 57 |
| Binary | 10000 | 1101 | 11100011 | 1011101 | 1011110 | 0 | 1011 | 11110001 | 1011001 | 101111 |
Color Harmonies of #100DE3
Complementary color
Monochromatic Colors of #100DE3
Black with #100DE3
Text Example
Text Example
White with #100DE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100DE3; }
p { color: rgb(16,13,227); }
H1.HeaderClassName
{
color: #100DE3;
}
.AnyTagClassName
{
color: #100DE3;
}
</style>
background-color css
<style>
a { background-color: #100DE3; }
a { background-color: rgb(16,13,227); }
div.DivClassName
{
background-color: #100DE3;
}
.BgClassName
{
background-color: #100DE3;
}
</style>
border-color css
<style>
span { border-color: #100DE3; }
span { border-color: rgb(16,13,227); }
td.TdClassName
{
border-color: #100DE3;
}
.TagClassName
{
border-color: #100DE3;
}
</style>