Shades of Medium Blue #100CCE
Tints of Medium Blue #100CCE
RGB
CMYK
RGB Variations
Color information
#100CCE (or 0x100CCE) is known color: Medium Blue. HEX triplet: 10, 0C and CE. RGB value is (16,12,206). Sum of RGB (Red+Green+Blue) = 16+12+206=234 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.84% from 234); Green value is 12 (5.08% from 255 or 5.13% from 234); Blue value is 206 (80.86% from 255 or 88.03% from 234); Max value from RGB is 206 - color contains mainly: blue. Hex color #100CCE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #100CCE is #EFF331. Grayscale: #222222. Windows color (decimal): -15725362 or 13503504. OLE color: 13503504.
HSL color Cylindrical-coordinate representation of color #100CCE: hue angle of 241.24º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #100CCE is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 12 | 206 | - |
| CMYK | 0.92 | 0.94 | 0 | 0.19 |
| HSL | 241.24º | 0.89% | 0.43% | - |
| HSV(B) | 241.24º | 0.94% | 0.81% | - |
| XYZ | 11.49 | 4.83 | 58.72 | - |
| YUV | 35.31 | 224.33 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 12 | 206 | 0.92 | 0.94 | 0 | 0.19 | 241.24 | 0.89 | 0.43 |
| Hex | 10 | C | CE | 5C | 5E | 0 | 13 | F1 | 59 | 2B |
| Octal | 20 | 14 | 316 | 134 | 136 | 0 | 23 | 361 | 131 | 53 |
| Binary | 10000 | 1100 | 11001110 | 1011100 | 1011110 | 0 | 10011 | 11110001 | 1011001 | 101011 |
Color Harmonies of #100CCE
Complementary color
Monochromatic Colors of #100CCE
Black with #100CCE
Text Example
Text Example
White with #100CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100CCE; }
p { color: rgb(16,12,206); }
H1.HeaderClassName
{
color: #100CCE;
}
.AnyTagClassName
{
color: #100CCE;
}
</style>
background-color css
<style>
a { background-color: #100CCE; }
a { background-color: rgb(16,12,206); }
div.DivClassName
{
background-color: #100CCE;
}
.BgClassName
{
background-color: #100CCE;
}
</style>
border-color css
<style>
span { border-color: #100CCE; }
span { border-color: rgb(16,12,206); }
td.TdClassName
{
border-color: #100CCE;
}
.TagClassName
{
border-color: #100CCE;
}
</style>