Shades of Medium Blue #100BB8
Tints of Medium Blue #100BB8
RGB
CMYK
RGB Variations
Color information
#100BB8 (or 0x100BB8) is known color: Medium Blue. HEX triplet: 10, 0B and B8. RGB value is (16,11,184). Sum of RGB (Red+Green+Blue) = 16+11+184=211 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.58% from 211); Green value is 11 (4.69% from 255 or 5.21% from 211); Blue value is 184 (72.27% from 255 or 87.20% from 211); Max value from RGB is 184 - color contains mainly: blue. Hex color #100BB8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #100BB8 is #EFF447. Grayscale: #1F1F1F. Windows color (decimal): -15725640 or 12061456. OLE color: 12061456.
HSL color Cylindrical-coordinate representation of color #100BB8: hue angle of 241.73º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #100BB8 is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 16 | 11 | 184 | - |
| CMYK | 0.91 | 0.94 | 0 | 0.28 |
| HSL | 241.73º | 0.89% | 0.38% | - |
| HSV(B) | 241.73º | 0.94% | 0.72% | - |
| XYZ | 8.99 | 3.81 | 45.61 | - |
| YUV | 32.22 | 213.66 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 11 | 184 | 0.91 | 0.94 | 0 | 0.28 | 241.73 | 0.89 | 0.38 |
| Hex | 10 | B | B8 | 5B | 5E | 0 | 1C | F2 | 59 | 26 |
| Octal | 20 | 13 | 270 | 133 | 136 | 0 | 34 | 362 | 131 | 46 |
| Binary | 10000 | 1011 | 10111000 | 1011011 | 1011110 | 0 | 11100 | 11110010 | 1011001 | 100110 |
Color Harmonies of #100BB8
Complementary color
Monochromatic Colors of #100BB8
Black with #100BB8
Text Example
Text Example
White with #100BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100BB8; }
p { color: rgb(16,11,184); }
H1.HeaderClassName
{
color: #100BB8;
}
.AnyTagClassName
{
color: #100BB8;
}
</style>
background-color css
<style>
a { background-color: #100BB8; }
a { background-color: rgb(16,11,184); }
div.DivClassName
{
background-color: #100BB8;
}
.BgClassName
{
background-color: #100BB8;
}
</style>
border-color css
<style>
span { border-color: #100BB8; }
span { border-color: rgb(16,11,184); }
td.TdClassName
{
border-color: #100BB8;
}
.TagClassName
{
border-color: #100BB8;
}
</style>