Shades of Medium Blue #100CCC
Tints of Medium Blue #100CCC
RGB
CMYK
RGB Variations
Color information
#100CCC (or 0x100CCC) is known color: Medium Blue. HEX triplet: 10, 0C and CC. RGB value is (16,12,204). Sum of RGB (Red+Green+Blue) = 16+12+204=232 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.90% from 232); Green value is 12 (5.08% from 255 or 5.17% from 232); Blue value is 204 (80.08% from 255 or 87.93% from 232); Max value from RGB is 204 - color contains mainly: blue. Hex color #100CCC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #100CCC is #EFF333. Grayscale: #222222. Windows color (decimal): -15725364 or 13372432. OLE color: 13372432.
HSL color Cylindrical-coordinate representation of color #100CCC: hue angle of 241.25º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #100CCC is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 16 | 12 | 204 | - |
| CMYK | 0.92 | 0.94 | 0 | 0.2 |
| HSL | 241.25º | 0.89% | 0.42% | - |
| HSV(B) | 241.25º | 0.94% | 0.8% | - |
| XYZ | 11.24 | 4.73 | 57.45 | - |
| YUV | 35.08 | 223.33 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 12 | 204 | 0.92 | 0.94 | 0 | 0.2 | 241.25 | 0.89 | 0.42 |
| Hex | 10 | C | CC | 5C | 5E | 0 | 14 | F1 | 59 | 2A |
| Octal | 20 | 14 | 314 | 134 | 136 | 0 | 24 | 361 | 131 | 52 |
| Binary | 10000 | 1100 | 11001100 | 1011100 | 1011110 | 0 | 10100 | 11110001 | 1011001 | 101010 |
Color Harmonies of #100CCC
Complementary color
Monochromatic Colors of #100CCC
Black with #100CCC
Text Example
Text Example
White with #100CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100CCC; }
p { color: rgb(16,12,204); }
H1.HeaderClassName
{
color: #100CCC;
}
.AnyTagClassName
{
color: #100CCC;
}
</style>
background-color css
<style>
a { background-color: #100CCC; }
a { background-color: rgb(16,12,204); }
div.DivClassName
{
background-color: #100CCC;
}
.BgClassName
{
background-color: #100CCC;
}
</style>
border-color css
<style>
span { border-color: #100CCC; }
span { border-color: rgb(16,12,204); }
td.TdClassName
{
border-color: #100CCC;
}
.TagClassName
{
border-color: #100CCC;
}
</style>