Shades of Medium Blue #100ABC
Tints of Medium Blue #100ABC
RGB
CMYK
RGB Variations
Color information
#100ABC (or 0x100ABC) is known color: Medium Blue. HEX triplet: 10, 0A and BC. RGB value is (16,10,188). Sum of RGB (Red+Green+Blue) = 16+10+188=214 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.48% from 214); Green value is 10 (4.30% from 255 or 4.67% from 214); Blue value is 188 (73.83% from 255 or 87.85% from 214); Max value from RGB is 188 - color contains mainly: blue. Hex color #100ABC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #100ABC is #EFF543. Grayscale: #1F1F1F. Windows color (decimal): -15725892 or 12323344. OLE color: 12323344.
HSL color Cylindrical-coordinate representation of color #100ABC: hue angle of 242.02º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #100ABC is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 10 | 188 | - |
| CMYK | 0.91 | 0.95 | 0 | 0.26 |
| HSL | 242.02º | 0.9% | 0.39% | - |
| HSV(B) | 242.02º | 0.95% | 0.74% | - |
| XYZ | 9.4 | 3.96 | 47.85 | - |
| YUV | 32.09 | 215.99 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 10 | 188 | 0.91 | 0.95 | 0 | 0.26 | 242.02 | 0.9 | 0.39 |
| Hex | 10 | A | BC | 5B | 5F | 0 | 1A | F2 | 5A | 27 |
| Octal | 20 | 12 | 274 | 133 | 137 | 0 | 32 | 362 | 132 | 47 |
| Binary | 10000 | 1010 | 10111100 | 1011011 | 1011111 | 0 | 11010 | 11110010 | 1011010 | 100111 |
Color Harmonies of #100ABC
Complementary color
Monochromatic Colors of #100ABC
Black with #100ABC
Text Example
Text Example
White with #100ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100ABC; }
p { color: rgb(16,10,188); }
H1.HeaderClassName
{
color: #100ABC;
}
.AnyTagClassName
{
color: #100ABC;
}
</style>
background-color css
<style>
a { background-color: #100ABC; }
a { background-color: rgb(16,10,188); }
div.DivClassName
{
background-color: #100ABC;
}
.BgClassName
{
background-color: #100ABC;
}
</style>
border-color css
<style>
span { border-color: #100ABC; }
span { border-color: rgb(16,10,188); }
td.TdClassName
{
border-color: #100ABC;
}
.TagClassName
{
border-color: #100ABC;
}
</style>