Shades of Medium Blue #100FBB
Tints of Medium Blue #100FBB
RGB
CMYK
RGB Variations
Color information
#100FBB (or 0x100FBB) is known color: Medium Blue. HEX triplet: 10, 0F and BB. RGB value is (16,15,187). Sum of RGB (Red+Green+Blue) = 16+15+187=218 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.34% from 218); Green value is 15 (6.25% from 255 or 6.88% from 218); Blue value is 187 (73.44% from 255 or 85.78% from 218); Max value from RGB is 187 - color contains mainly: blue. Hex color #100FBB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #100FBB is #EFF044. Grayscale: #222222. Windows color (decimal): -15724613 or 12259088. OLE color: 12259088.
HSL color Cylindrical-coordinate representation of color #100FBB: hue angle of 240.35º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #100FBB is Cyan = 0.91, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 15 | 187 | - |
| CMYK | 0.91 | 0.92 | 0 | 0.27 |
| HSL | 240.35º | 0.85% | 0.4% | - |
| HSV(B) | 240.35º | 0.92% | 0.73% | - |
| XYZ | 9.35 | 4.04 | 47.3 | - |
| YUV | 34.91 | 213.83 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 15 | 187 | 0.91 | 0.92 | 0 | 0.27 | 240.35 | 0.85 | 0.4 |
| Hex | 10 | F | BB | 5B | 5C | 0 | 1B | F0 | 55 | 28 |
| Octal | 20 | 17 | 273 | 133 | 134 | 0 | 33 | 360 | 125 | 50 |
| Binary | 10000 | 1111 | 10111011 | 1011011 | 1011100 | 0 | 11011 | 11110000 | 1010101 | 101000 |
Color Harmonies of #100FBB
Complementary color
Monochromatic Colors of #100FBB
Black with #100FBB
Text Example
Text Example
White with #100FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100FBB; }
p { color: rgb(16,15,187); }
H1.HeaderClassName
{
color: #100FBB;
}
.AnyTagClassName
{
color: #100FBB;
}
</style>
background-color css
<style>
a { background-color: #100FBB; }
a { background-color: rgb(16,15,187); }
div.DivClassName
{
background-color: #100FBB;
}
.BgClassName
{
background-color: #100FBB;
}
</style>
border-color css
<style>
span { border-color: #100FBB; }
span { border-color: rgb(16,15,187); }
td.TdClassName
{
border-color: #100FBB;
}
.TagClassName
{
border-color: #100FBB;
}
</style>