Shades of Medium Blue #100BBF
Tints of Medium Blue #100BBF
RGB
CMYK
RGB Variations
Color information
#100BBF (or 0x100BBF) is known color: Medium Blue. HEX triplet: 10, 0B and BF. RGB value is (16,11,191). Sum of RGB (Red+Green+Blue) = 16+11+191=218 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.34% from 218); Green value is 11 (4.69% from 255 or 5.05% from 218); Blue value is 191 (75% from 255 or 87.61% from 218); Max value from RGB is 191 - color contains mainly: blue. Hex color #100BBF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #100BBF is #EFF440. Grayscale: #202020. Windows color (decimal): -15725633 or 12520208. OLE color: 12520208.
HSL color Cylindrical-coordinate representation of color #100BBF: hue angle of 241.67º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #100BBF is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 11 | 191 | - |
| CMYK | 0.92 | 0.94 | 0 | 0.25 |
| HSL | 241.67º | 0.89% | 0.4% | - |
| HSV(B) | 241.67º | 0.94% | 0.75% | - |
| XYZ | 9.74 | 4.11 | 49.57 | - |
| YUV | 33.02 | 217.16 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 11 | 191 | 0.92 | 0.94 | 0 | 0.25 | 241.67 | 0.89 | 0.4 |
| Hex | 10 | B | BF | 5C | 5E | 0 | 19 | F2 | 59 | 28 |
| Octal | 20 | 13 | 277 | 134 | 136 | 0 | 31 | 362 | 131 | 50 |
| Binary | 10000 | 1011 | 10111111 | 1011100 | 1011110 | 0 | 11001 | 11110010 | 1011001 | 101000 |
Color Harmonies of #100BBF
Complementary color
Monochromatic Colors of #100BBF
Black with #100BBF
Text Example
Text Example
White with #100BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100BBF; }
p { color: rgb(16,11,191); }
H1.HeaderClassName
{
color: #100BBF;
}
.AnyTagClassName
{
color: #100BBF;
}
</style>
background-color css
<style>
a { background-color: #100BBF; }
a { background-color: rgb(16,11,191); }
div.DivClassName
{
background-color: #100BBF;
}
.BgClassName
{
background-color: #100BBF;
}
</style>
border-color css
<style>
span { border-color: #100BBF; }
span { border-color: rgb(16,11,191); }
td.TdClassName
{
border-color: #100BBF;
}
.TagClassName
{
border-color: #100BBF;
}
</style>