Shades of Medium Blue #1107B8
Tints of Medium Blue #1107B8
RGB
CMYK
RGB Variations
Color information
#1107B8 (or 0x1107B8) is known color: Medium Blue. HEX triplet: 11, 07 and B8. RGB value is (17,7,184). Sum of RGB (Red+Green+Blue) = 17+7+184=208 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.17% from 208); Green value is 7 (3.12% from 255 or 3.37% from 208); Blue value is 184 (72.27% from 255 or 88.46% from 208); Max value from RGB is 184 - color contains mainly: blue. Hex color #1107B8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1107B8 is #EEF847. Grayscale: #1D1D1D. Windows color (decimal): -15661128 or 12060433. OLE color: 12060433.
HSL color Cylindrical-coordinate representation of color #1107B8: hue angle of 243.39º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1107B8 is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 17 | 7 | 184 | - |
| CMYK | 0.91 | 0.96 | 0 | 0.28 |
| HSL | 243.39º | 0.93% | 0.37% | - |
| HSV(B) | 243.39º | 0.96% | 0.72% | - |
| XYZ | 8.96 | 3.73 | 45.6 | - |
| YUV | 30.17 | 214.81 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 7 | 184 | 0.91 | 0.96 | 0 | 0.28 | 243.39 | 0.93 | 0.37 |
| Hex | 11 | 7 | B8 | 5B | 60 | 0 | 1C | F3 | 5D | 25 |
| Octal | 21 | 7 | 270 | 133 | 140 | 0 | 34 | 363 | 135 | 45 |
| Binary | 10001 | 111 | 10111000 | 1011011 | 1100000 | 0 | 11100 | 11110011 | 1011101 | 100101 |
Color Harmonies of #1107B8
Complementary color
Monochromatic Colors of #1107B8
Black with #1107B8
Text Example
Text Example
White with #1107B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1107B8; }
p { color: rgb(17,7,184); }
H1.HeaderClassName
{
color: #1107B8;
}
.AnyTagClassName
{
color: #1107B8;
}
</style>
background-color css
<style>
a { background-color: #1107B8; }
a { background-color: rgb(17,7,184); }
div.DivClassName
{
background-color: #1107B8;
}
.BgClassName
{
background-color: #1107B8;
}
</style>
border-color css
<style>
span { border-color: #1107B8; }
span { border-color: rgb(17,7,184); }
td.TdClassName
{
border-color: #1107B8;
}
.TagClassName
{
border-color: #1107B8;
}
</style>