Shades of Medium Blue #1101B6
Tints of Medium Blue #1101B6
RGB
CMYK
RGB Variations
Color information
#1101B6 (or 0x1101B6) is known color: Medium Blue. HEX triplet: 11, 01 and B6. RGB value is (17,1,182). Sum of RGB (Red+Green+Blue) = 17+1+182=200 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.5% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 182 (71.48% from 255 or 91% from 200); Max value from RGB is 182 - color contains mainly: blue. Hex color #1101B6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1101B6 is #EEFE49. Grayscale: #191919. Windows color (decimal): -15662666 or 11927825. OLE color: 11927825.
HSL color Cylindrical-coordinate representation of color #1101B6: hue angle of 245.3º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1101B6 is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 17 | 1 | 182 | - |
| CMYK | 0.91 | 0.99 | 0 | 0.29 |
| HSL | 245.3º | 0.99% | 0.36% | - |
| HSV(B) | 245.3º | 0.99% | 0.71% | - |
| XYZ | 8.69 | 3.52 | 44.48 | - |
| YUV | 26.42 | 215.8 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 1 | 182 | 0.91 | 0.99 | 0 | 0.29 | 245.3 | 0.99 | 0.36 |
| Hex | 11 | 1 | B6 | 5B | 63 | 0 | 1D | F5 | 63 | 24 |
| Octal | 21 | 1 | 266 | 133 | 143 | 0 | 35 | 365 | 143 | 44 |
| Binary | 10001 | 1 | 10110110 | 1011011 | 1100011 | 0 | 11101 | 11110101 | 1100011 | 100100 |
Color Harmonies of #1101B6
Complementary color
Monochromatic Colors of #1101B6
Black with #1101B6
Text Example
Text Example
White with #1101B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1101B6; }
p { color: rgb(17,1,182); }
H1.HeaderClassName
{
color: #1101B6;
}
.AnyTagClassName
{
color: #1101B6;
}
</style>
background-color css
<style>
a { background-color: #1101B6; }
a { background-color: rgb(17,1,182); }
div.DivClassName
{
background-color: #1101B6;
}
.BgClassName
{
background-color: #1101B6;
}
</style>
border-color css
<style>
span { border-color: #1101B6; }
span { border-color: rgb(17,1,182); }
td.TdClassName
{
border-color: #1101B6;
}
.TagClassName
{
border-color: #1101B6;
}
</style>