Shades of Medium Blue #100EBB
Tints of Medium Blue #100EBB
RGB
CMYK
RGB Variations
Color information
#100EBB (or 0x100EBB) is known color: Medium Blue. HEX triplet: 10, 0E and BB. RGB value is (16,14,187). Sum of RGB (Red+Green+Blue) = 16+14+187=217 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.37% from 217); Green value is 14 (5.86% from 255 or 6.45% from 217); Blue value is 187 (73.44% from 255 or 86.18% from 217); Max value from RGB is 187 - color contains mainly: blue. Hex color #100EBB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #100EBB is #EFF144. Grayscale: #212121. Windows color (decimal): -15724869 or 12258832. OLE color: 12258832.
HSL color Cylindrical-coordinate representation of color #100EBB: hue angle of 240.69º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #100EBB is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 14 | 187 | - |
| CMYK | 0.91 | 0.93 | 0 | 0.27 |
| HSL | 240.69º | 0.86% | 0.39% | - |
| HSV(B) | 240.69º | 0.93% | 0.73% | - |
| XYZ | 9.34 | 4.01 | 47.3 | - |
| YUV | 34.32 | 214.16 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 14 | 187 | 0.91 | 0.93 | 0 | 0.27 | 240.69 | 0.86 | 0.39 |
| Hex | 10 | E | BB | 5B | 5D | 0 | 1B | F1 | 56 | 27 |
| Octal | 20 | 16 | 273 | 133 | 135 | 0 | 33 | 361 | 126 | 47 |
| Binary | 10000 | 1110 | 10111011 | 1011011 | 1011101 | 0 | 11011 | 11110001 | 1010110 | 100111 |
Color Harmonies of #100EBB
Complementary color
Monochromatic Colors of #100EBB
Black with #100EBB
Text Example
Text Example
White with #100EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100EBB; }
p { color: rgb(16,14,187); }
H1.HeaderClassName
{
color: #100EBB;
}
.AnyTagClassName
{
color: #100EBB;
}
</style>
background-color css
<style>
a { background-color: #100EBB; }
a { background-color: rgb(16,14,187); }
div.DivClassName
{
background-color: #100EBB;
}
.BgClassName
{
background-color: #100EBB;
}
</style>
border-color css
<style>
span { border-color: #100EBB; }
span { border-color: rgb(16,14,187); }
td.TdClassName
{
border-color: #100EBB;
}
.TagClassName
{
border-color: #100EBB;
}
</style>