Shades of Medium Blue #100DC6
Tints of Medium Blue #100DC6
RGB
CMYK
RGB Variations
Color information
#100DC6 (or 0x100DC6) is known color: Medium Blue. HEX triplet: 10, 0D and C6. RGB value is (16,13,198). Sum of RGB (Red+Green+Blue) = 16+13+198=227 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.05% from 227); Green value is 13 (5.47% from 255 or 5.73% from 227); Blue value is 198 (77.73% from 255 or 87.22% from 227); Max value from RGB is 198 - color contains mainly: blue. Hex color #100DC6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #100DC6 is #EFF239. Grayscale: #222222. Windows color (decimal): -15725114 or 12979472. OLE color: 12979472.
HSL color Cylindrical-coordinate representation of color #100DC6: hue angle of 240.97º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #100DC6 is Cyan = 0.92, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 13 | 198 | - |
| CMYK | 0.92 | 0.93 | 0 | 0.22 |
| HSL | 240.97º | 0.88% | 0.41% | - |
| HSV(B) | 240.97º | 0.93% | 0.78% | - |
| XYZ | 10.55 | 4.48 | 53.73 | - |
| YUV | 34.99 | 219.99 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 13 | 198 | 0.92 | 0.93 | 0 | 0.22 | 240.97 | 0.88 | 0.41 |
| Hex | 10 | D | C6 | 5C | 5D | 0 | 16 | F1 | 58 | 29 |
| Octal | 20 | 15 | 306 | 134 | 135 | 0 | 26 | 361 | 130 | 51 |
| Binary | 10000 | 1101 | 11000110 | 1011100 | 1011101 | 0 | 10110 | 11110001 | 1011000 | 101001 |
Color Harmonies of #100DC6
Complementary color
Monochromatic Colors of #100DC6
Black with #100DC6
Text Example
Text Example
White with #100DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100DC6; }
p { color: rgb(16,13,198); }
H1.HeaderClassName
{
color: #100DC6;
}
.AnyTagClassName
{
color: #100DC6;
}
</style>
background-color css
<style>
a { background-color: #100DC6; }
a { background-color: rgb(16,13,198); }
div.DivClassName
{
background-color: #100DC6;
}
.BgClassName
{
background-color: #100DC6;
}
</style>
border-color css
<style>
span { border-color: #100DC6; }
span { border-color: rgb(16,13,198); }
td.TdClassName
{
border-color: #100DC6;
}
.TagClassName
{
border-color: #100DC6;
}
</style>