Shades of Medium Blue #1103B7
Tints of Medium Blue #1103B7
RGB
CMYK
RGB Variations
Color information
#1103B7 (or 0x1103B7) is known color: Medium Blue. HEX triplet: 11, 03 and B7. RGB value is (17,3,183). Sum of RGB (Red+Green+Blue) = 17+3+183=203 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.37% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 183 (71.88% from 255 or 90.15% from 203); Max value from RGB is 183 - color contains mainly: blue. Hex color #1103B7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1103B7 is #EEFC48. Grayscale: #1B1B1B. Windows color (decimal): -15662153 or 11993873. OLE color: 11993873.
HSL color Cylindrical-coordinate representation of color #1103B7: hue angle of 244.67º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1103B7 is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 17 | 3 | 183 | - |
| CMYK | 0.91 | 0.98 | 0 | 0.28 |
| HSL | 244.67º | 0.97% | 0.36% | - |
| HSV(B) | 244.67º | 0.98% | 0.72% | - |
| XYZ | 8.81 | 3.6 | 45.03 | - |
| YUV | 27.71 | 215.64 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 3 | 183 | 0.91 | 0.98 | 0 | 0.28 | 244.67 | 0.97 | 0.36 |
| Hex | 11 | 3 | B7 | 5B | 62 | 0 | 1C | F5 | 61 | 24 |
| Octal | 21 | 3 | 267 | 133 | 142 | 0 | 34 | 365 | 141 | 44 |
| Binary | 10001 | 11 | 10110111 | 1011011 | 1100010 | 0 | 11100 | 11110101 | 1100001 | 100100 |
Color Harmonies of #1103B7
Complementary color
Monochromatic Colors of #1103B7
Black with #1103B7
Text Example
Text Example
White with #1103B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1103B7; }
p { color: rgb(17,3,183); }
H1.HeaderClassName
{
color: #1103B7;
}
.AnyTagClassName
{
color: #1103B7;
}
</style>
background-color css
<style>
a { background-color: #1103B7; }
a { background-color: rgb(17,3,183); }
div.DivClassName
{
background-color: #1103B7;
}
.BgClassName
{
background-color: #1103B7;
}
</style>
border-color css
<style>
span { border-color: #1103B7; }
span { border-color: rgb(17,3,183); }
td.TdClassName
{
border-color: #1103B7;
}
.TagClassName
{
border-color: #1103B7;
}
</style>