Shades of Medium Blue #100EBC
Tints of Medium Blue #100EBC
RGB
CMYK
RGB Variations
Color information
#100EBC (or 0x100EBC) is known color: Medium Blue. HEX triplet: 10, 0E and BC. RGB value is (16,14,188). Sum of RGB (Red+Green+Blue) = 16+14+188=218 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.34% from 218); Green value is 14 (5.86% from 255 or 6.42% from 218); Blue value is 188 (73.83% from 255 or 86.24% from 218); Max value from RGB is 188 - color contains mainly: blue. Hex color #100EBC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #100EBC is #EFF143. Grayscale: #212121. Windows color (decimal): -15724868 or 12324368. OLE color: 12324368.
HSL color Cylindrical-coordinate representation of color #100EBC: hue angle of 240.69º degrees, saturation: 0.86, 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 #100EBC is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 14 | 188 | - |
| CMYK | 0.91 | 0.93 | 0 | 0.26 |
| HSL | 240.69º | 0.86% | 0.4% | - |
| HSV(B) | 240.69º | 0.93% | 0.74% | - |
| XYZ | 9.45 | 4.06 | 47.86 | - |
| YUV | 34.43 | 214.66 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 14 | 188 | 0.91 | 0.93 | 0 | 0.26 | 240.69 | 0.86 | 0.4 |
| Hex | 10 | E | BC | 5B | 5D | 0 | 1A | F1 | 56 | 28 |
| Octal | 20 | 16 | 274 | 133 | 135 | 0 | 32 | 361 | 126 | 50 |
| Binary | 10000 | 1110 | 10111100 | 1011011 | 1011101 | 0 | 11010 | 11110001 | 1010110 | 101000 |
Color Harmonies of #100EBC
Complementary color
Monochromatic Colors of #100EBC
Black with #100EBC
Text Example
Text Example
White with #100EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100EBC; }
p { color: rgb(16,14,188); }
H1.HeaderClassName
{
color: #100EBC;
}
.AnyTagClassName
{
color: #100EBC;
}
</style>
background-color css
<style>
a { background-color: #100EBC; }
a { background-color: rgb(16,14,188); }
div.DivClassName
{
background-color: #100EBC;
}
.BgClassName
{
background-color: #100EBC;
}
</style>
border-color css
<style>
span { border-color: #100EBC; }
span { border-color: rgb(16,14,188); }
td.TdClassName
{
border-color: #100EBC;
}
.TagClassName
{
border-color: #100EBC;
}
</style>