Shades of Medium Blue #1107CB
Tints of Medium Blue #1107CB
RGB
CMYK
RGB Variations
Color information
#1107CB (or 0x1107CB) is known color: Medium Blue. HEX triplet: 11, 07 and CB. RGB value is (17,7,203). Sum of RGB (Red+Green+Blue) = 17+7+203=227 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.49% from 227); Green value is 7 (3.12% from 255 or 3.08% from 227); Blue value is 203 (79.69% from 255 or 89.43% from 227); Max value from RGB is 203 - color contains mainly: blue. Hex color #1107CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1107CB is #EEF834. Grayscale: #1F1F1F. Windows color (decimal): -15661109 or 13305617. OLE color: 13305617.
HSL color Cylindrical-coordinate representation of color #1107CB: hue angle of 243.06º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1107CB is Cyan = 0.92, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 7 | 203 | - |
| CMYK | 0.92 | 0.97 | 0 | 0.20 |
| HSL | 243.06º | 0.93% | 0.41% | - |
| HSV(B) | 243.06º | 0.97% | 0.8% | - |
| XYZ | 11.09 | 4.58 | 56.8 | - |
| YUV | 32.33 | 224.31 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 7 | 203 | 0.92 | 0.97 | 0 | 0.20 | 243.06 | 0.93 | 0.41 |
| Hex | 11 | 7 | CB | 5C | 61 | 0 | 14 | F3 | 5D | 29 |
| Octal | 21 | 7 | 313 | 134 | 141 | 0 | 24 | 363 | 135 | 51 |
| Binary | 10001 | 111 | 11001011 | 1011100 | 1100001 | 0 | 10100 | 11110011 | 1011101 | 101001 |
Color Harmonies of #1107CB
Complementary color
Monochromatic Colors of #1107CB
Black with #1107CB
Text Example
Text Example
White with #1107CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1107CB; }
p { color: rgb(17,7,203); }
H1.HeaderClassName
{
color: #1107CB;
}
.AnyTagClassName
{
color: #1107CB;
}
</style>
background-color css
<style>
a { background-color: #1107CB; }
a { background-color: rgb(17,7,203); }
div.DivClassName
{
background-color: #1107CB;
}
.BgClassName
{
background-color: #1107CB;
}
</style>
border-color css
<style>
span { border-color: #1107CB; }
span { border-color: rgb(17,7,203); }
td.TdClassName
{
border-color: #1107CB;
}
.TagClassName
{
border-color: #1107CB;
}
</style>