Shades of Medium Blue #100CC6
Tints of Medium Blue #100CC6
RGB
CMYK
RGB Variations
Color information
#100CC6 (or 0x100CC6) is known color: Medium Blue. HEX triplet: 10, 0C and C6. RGB value is (16,12,198). Sum of RGB (Red+Green+Blue) = 16+12+198=226 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.08% from 226); Green value is 12 (5.08% from 255 or 5.31% from 226); Blue value is 198 (77.73% from 255 or 87.61% from 226); Max value from RGB is 198 - color contains mainly: blue. Hex color #100CC6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #100CC6 is #EFF339. Grayscale: #212121. Windows color (decimal): -15725370 or 12979216. OLE color: 12979216.
HSL color Cylindrical-coordinate representation of color #100CC6: hue angle of 241.29º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #100CC6 is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 12 | 198 | - |
| CMYK | 0.92 | 0.94 | 0 | 0.22 |
| HSL | 241.29º | 0.89% | 0.41% | - |
| HSV(B) | 241.29º | 0.94% | 0.78% | - |
| XYZ | 10.54 | 4.45 | 53.73 | - |
| YUV | 34.4 | 220.33 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 12 | 198 | 0.92 | 0.94 | 0 | 0.22 | 241.29 | 0.89 | 0.41 |
| Hex | 10 | C | C6 | 5C | 5E | 0 | 16 | F1 | 59 | 29 |
| Octal | 20 | 14 | 306 | 134 | 136 | 0 | 26 | 361 | 131 | 51 |
| Binary | 10000 | 1100 | 11000110 | 1011100 | 1011110 | 0 | 10110 | 11110001 | 1011001 | 101001 |
Color Harmonies of #100CC6
Complementary color
Monochromatic Colors of #100CC6
Black with #100CC6
Text Example
Text Example
White with #100CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100CC6; }
p { color: rgb(16,12,198); }
H1.HeaderClassName
{
color: #100CC6;
}
.AnyTagClassName
{
color: #100CC6;
}
</style>
background-color css
<style>
a { background-color: #100CC6; }
a { background-color: rgb(16,12,198); }
div.DivClassName
{
background-color: #100CC6;
}
.BgClassName
{
background-color: #100CC6;
}
</style>
border-color css
<style>
span { border-color: #100CC6; }
span { border-color: rgb(16,12,198); }
td.TdClassName
{
border-color: #100CC6;
}
.TagClassName
{
border-color: #100CC6;
}
</style>