Shades of Medium Blue #100DCC
Tints of Medium Blue #100DCC
RGB
CMYK
RGB Variations
Color information
#100DCC (or 0x100DCC) is known color: Medium Blue. HEX triplet: 10, 0D and CC. RGB value is (16,13,204). Sum of RGB (Red+Green+Blue) = 16+13+204=233 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.87% from 233); Green value is 13 (5.47% from 255 or 5.58% from 233); Blue value is 204 (80.08% from 255 or 87.55% from 233); Max value from RGB is 204 - color contains mainly: blue. Hex color #100DCC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #100DCC is #EFF233. Grayscale: #222222. Windows color (decimal): -15725108 or 13372688. OLE color: 13372688.
HSL color Cylindrical-coordinate representation of color #100DCC: hue angle of 240.94º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #100DCC is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 16 | 13 | 204 | - |
| CMYK | 0.92 | 0.94 | 0 | 0.2 |
| HSL | 240.94º | 0.88% | 0.43% | - |
| HSV(B) | 240.94º | 0.94% | 0.8% | - |
| XYZ | 11.26 | 4.76 | 57.45 | - |
| YUV | 35.67 | 222.99 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 13 | 204 | 0.92 | 0.94 | 0 | 0.2 | 240.94 | 0.88 | 0.43 |
| Hex | 10 | D | CC | 5C | 5E | 0 | 14 | F1 | 58 | 2B |
| Octal | 20 | 15 | 314 | 134 | 136 | 0 | 24 | 361 | 130 | 53 |
| Binary | 10000 | 1101 | 11001100 | 1011100 | 1011110 | 0 | 10100 | 11110001 | 1011000 | 101011 |
Color Harmonies of #100DCC
Complementary color
Monochromatic Colors of #100DCC
Black with #100DCC
Text Example
Text Example
White with #100DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100DCC; }
p { color: rgb(16,13,204); }
H1.HeaderClassName
{
color: #100DCC;
}
.AnyTagClassName
{
color: #100DCC;
}
</style>
background-color css
<style>
a { background-color: #100DCC; }
a { background-color: rgb(16,13,204); }
div.DivClassName
{
background-color: #100DCC;
}
.BgClassName
{
background-color: #100DCC;
}
</style>
border-color css
<style>
span { border-color: #100DCC; }
span { border-color: rgb(16,13,204); }
td.TdClassName
{
border-color: #100DCC;
}
.TagClassName
{
border-color: #100DCC;
}
</style>