Shades of Medium Blue #1107BD
Tints of Medium Blue #1107BD
RGB
CMYK
RGB Variations
Color information
#1107BD (or 0x1107BD) is known color: Medium Blue. HEX triplet: 11, 07 and BD. RGB value is (17,7,189). Sum of RGB (Red+Green+Blue) = 17+7+189=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 7 (3.12% from 255 or 3.29% from 213); Blue value is 189 (74.22% from 255 or 88.73% from 213); Max value from RGB is 189 - color contains mainly: blue. Hex color #1107BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1107BD is #EEF842. Grayscale: #1E1E1E. Windows color (decimal): -15661123 or 12388113. OLE color: 12388113.
HSL color Cylindrical-coordinate representation of color #1107BD: hue angle of 243.3º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1107BD is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 7 | 189 | - |
| CMYK | 0.91 | 0.96 | 0 | 0.26 |
| HSL | 243.3º | 0.93% | 0.38% | - |
| HSV(B) | 243.3º | 0.96% | 0.74% | - |
| XYZ | 9.49 | 3.95 | 48.41 | - |
| YUV | 30.74 | 217.31 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 7 | 189 | 0.91 | 0.96 | 0 | 0.26 | 243.3 | 0.93 | 0.38 |
| Hex | 11 | 7 | BD | 5B | 60 | 0 | 1A | F3 | 5D | 26 |
| Octal | 21 | 7 | 275 | 133 | 140 | 0 | 32 | 363 | 135 | 46 |
| Binary | 10001 | 111 | 10111101 | 1011011 | 1100000 | 0 | 11010 | 11110011 | 1011101 | 100110 |
Color Harmonies of #1107BD
Complementary color
Monochromatic Colors of #1107BD
Black with #1107BD
Text Example
Text Example
White with #1107BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1107BD; }
p { color: rgb(17,7,189); }
H1.HeaderClassName
{
color: #1107BD;
}
.AnyTagClassName
{
color: #1107BD;
}
</style>
background-color css
<style>
a { background-color: #1107BD; }
a { background-color: rgb(17,7,189); }
div.DivClassName
{
background-color: #1107BD;
}
.BgClassName
{
background-color: #1107BD;
}
</style>
border-color css
<style>
span { border-color: #1107BD; }
span { border-color: rgb(17,7,189); }
td.TdClassName
{
border-color: #1107BD;
}
.TagClassName
{
border-color: #1107BD;
}
</style>