Shades of Medium Blue #100BBA
Tints of Medium Blue #100BBA
RGB
CMYK
RGB Variations
Color information
#100BBA (or 0x100BBA) is known color: Medium Blue. HEX triplet: 10, 0B and BA. RGB value is (16,11,186). Sum of RGB (Red+Green+Blue) = 16+11+186=213 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.51% from 213); Green value is 11 (4.69% from 255 or 5.16% from 213); Blue value is 186 (73.05% from 255 or 87.32% from 213); Max value from RGB is 186 - color contains mainly: blue. Hex color #100BBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #100BBA is #EFF445. Grayscale: #1F1F1F. Windows color (decimal): -15725638 or 12192528. OLE color: 12192528.
HSL color Cylindrical-coordinate representation of color #100BBA: hue angle of 241.71º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #100BBA is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 11 | 186 | - |
| CMYK | 0.91 | 0.94 | 0 | 0.27 |
| HSL | 241.71º | 0.89% | 0.39% | - |
| HSV(B) | 241.71º | 0.94% | 0.73% | - |
| XYZ | 9.2 | 3.89 | 46.72 | - |
| YUV | 32.45 | 214.66 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 11 | 186 | 0.91 | 0.94 | 0 | 0.27 | 241.71 | 0.89 | 0.39 |
| Hex | 10 | B | BA | 5B | 5E | 0 | 1B | F2 | 59 | 27 |
| Octal | 20 | 13 | 272 | 133 | 136 | 0 | 33 | 362 | 131 | 47 |
| Binary | 10000 | 1011 | 10111010 | 1011011 | 1011110 | 0 | 11011 | 11110010 | 1011001 | 100111 |
Color Harmonies of #100BBA
Complementary color
Monochromatic Colors of #100BBA
Black with #100BBA
Text Example
Text Example
White with #100BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100BBA; }
p { color: rgb(16,11,186); }
H1.HeaderClassName
{
color: #100BBA;
}
.AnyTagClassName
{
color: #100BBA;
}
</style>
background-color css
<style>
a { background-color: #100BBA; }
a { background-color: rgb(16,11,186); }
div.DivClassName
{
background-color: #100BBA;
}
.BgClassName
{
background-color: #100BBA;
}
</style>
border-color css
<style>
span { border-color: #100BBA; }
span { border-color: rgb(16,11,186); }
td.TdClassName
{
border-color: #100BBA;
}
.TagClassName
{
border-color: #100BBA;
}
</style>