Shades of Medium Blue #1101B9
Tints of Medium Blue #1101B9
RGB
CMYK
RGB Variations
Color information
#1101B9 (or 0x1101B9) is known color: Medium Blue. HEX triplet: 11, 01 and B9. RGB value is (17,1,185). Sum of RGB (Red+Green+Blue) = 17+1+185=203 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.37% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 185 (72.66% from 255 or 91.13% from 203); Max value from RGB is 185 - color contains mainly: blue. Hex color #1101B9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1101B9 is #EEFE46. Grayscale: #1A1A1A. Windows color (decimal): -15662663 or 12124433. OLE color: 12124433.
HSL color Cylindrical-coordinate representation of color #1101B9: hue angle of 245.22º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1101B9 is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 1 | 185 | - |
| CMYK | 0.91 | 0.99 | 0 | 0.27 |
| HSL | 245.22º | 0.99% | 0.36% | - |
| HSV(B) | 245.22º | 0.99% | 0.73% | - |
| XYZ | 9 | 3.64 | 46.13 | - |
| YUV | 26.76 | 217.3 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 1 | 185 | 0.91 | 0.99 | 0 | 0.27 | 245.22 | 0.99 | 0.36 |
| Hex | 11 | 1 | B9 | 5B | 63 | 0 | 1B | F5 | 63 | 24 |
| Octal | 21 | 1 | 271 | 133 | 143 | 0 | 33 | 365 | 143 | 44 |
| Binary | 10001 | 1 | 10111001 | 1011011 | 1100011 | 0 | 11011 | 11110101 | 1100011 | 100100 |
Color Harmonies of #1101B9
Complementary color
Monochromatic Colors of #1101B9
Black with #1101B9
Text Example
Text Example
White with #1101B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1101B9; }
p { color: rgb(17,1,185); }
H1.HeaderClassName
{
color: #1101B9;
}
.AnyTagClassName
{
color: #1101B9;
}
</style>
background-color css
<style>
a { background-color: #1101B9; }
a { background-color: rgb(17,1,185); }
div.DivClassName
{
background-color: #1101B9;
}
.BgClassName
{
background-color: #1101B9;
}
</style>
border-color css
<style>
span { border-color: #1101B9; }
span { border-color: rgb(17,1,185); }
td.TdClassName
{
border-color: #1101B9;
}
.TagClassName
{
border-color: #1101B9;
}
</style>