Shades of Medium Blue #100ACE
Tints of Medium Blue #100ACE
RGB
CMYK
RGB Variations
Color information
#100ACE (or 0x100ACE) is known color: Medium Blue. HEX triplet: 10, 0A and CE. RGB value is (16,10,206). Sum of RGB (Red+Green+Blue) = 16+10+206=232 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.90% from 232); Green value is 10 (4.30% from 255 or 4.31% from 232); Blue value is 206 (80.86% from 255 or 88.79% from 232); Max value from RGB is 206 - color contains mainly: blue. Hex color #100ACE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #100ACE is #EFF531. Grayscale: #212121. Windows color (decimal): -15725874 or 13502992. OLE color: 13502992.
HSL color Cylindrical-coordinate representation of color #100ACE: hue angle of 241.84º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #100ACE is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 10 | 206 | - |
| CMYK | 0.92 | 0.95 | 0 | 0.19 |
| HSL | 241.84º | 0.91% | 0.42% | - |
| HSV(B) | 241.84º | 0.95% | 0.81% | - |
| XYZ | 11.46 | 4.78 | 58.71 | - |
| YUV | 34.14 | 224.99 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 10 | 206 | 0.92 | 0.95 | 0 | 0.19 | 241.84 | 0.91 | 0.42 |
| Hex | 10 | A | CE | 5C | 5F | 0 | 13 | F2 | 5B | 2A |
| Octal | 20 | 12 | 316 | 134 | 137 | 0 | 23 | 362 | 133 | 52 |
| Binary | 10000 | 1010 | 11001110 | 1011100 | 1011111 | 0 | 10011 | 11110010 | 1011011 | 101010 |
Color Harmonies of #100ACE
Complementary color
Monochromatic Colors of #100ACE
Black with #100ACE
Text Example
Text Example
White with #100ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100ACE; }
p { color: rgb(16,10,206); }
H1.HeaderClassName
{
color: #100ACE;
}
.AnyTagClassName
{
color: #100ACE;
}
</style>
background-color css
<style>
a { background-color: #100ACE; }
a { background-color: rgb(16,10,206); }
div.DivClassName
{
background-color: #100ACE;
}
.BgClassName
{
background-color: #100ACE;
}
</style>
border-color css
<style>
span { border-color: #100ACE; }
span { border-color: rgb(16,10,206); }
td.TdClassName
{
border-color: #100ACE;
}
.TagClassName
{
border-color: #100ACE;
}
</style>