Shades of Medium Blue #1103C8
Tints of Medium Blue #1103C8
RGB
CMYK
RGB Variations
Color information
#1103C8 (or 0x1103C8) is known color: Medium Blue. HEX triplet: 11, 03 and C8. RGB value is (17,3,200). Sum of RGB (Red+Green+Blue) = 17+3+200=220 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.73% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 200 (78.52% from 255 or 90.91% from 220); Max value from RGB is 200 - color contains mainly: blue. Hex color #1103C8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1103C8 is #EEFC37. Grayscale: #1C1C1C. Windows color (decimal): -15662136 or 13107985. OLE color: 13107985.
HSL color Cylindrical-coordinate representation of color #1103C8: hue angle of 244.26º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1103C8 is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 17 | 3 | 200 | - |
| CMYK | 0.92 | 0.98 | 0 | 0.22 |
| HSL | 244.26º | 0.97% | 0.4% | - |
| HSV(B) | 244.26º | 0.99% | 0.78% | - |
| XYZ | 10.69 | 4.35 | 54.92 | - |
| YUV | 29.64 | 224.14 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 3 | 200 | 0.92 | 0.98 | 0 | 0.22 | 244.26 | 0.97 | 0.4 |
| Hex | 11 | 3 | C8 | 5C | 62 | 0 | 16 | F4 | 61 | 28 |
| Octal | 21 | 3 | 310 | 134 | 142 | 0 | 26 | 364 | 141 | 50 |
| Binary | 10001 | 11 | 11001000 | 1011100 | 1100010 | 0 | 10110 | 11110100 | 1100001 | 101000 |
Color Harmonies of #1103C8
Complementary color
Monochromatic Colors of #1103C8
Black with #1103C8
Text Example
Text Example
White with #1103C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1103C8; }
p { color: rgb(17,3,200); }
H1.HeaderClassName
{
color: #1103C8;
}
.AnyTagClassName
{
color: #1103C8;
}
</style>
background-color css
<style>
a { background-color: #1103C8; }
a { background-color: rgb(17,3,200); }
div.DivClassName
{
background-color: #1103C8;
}
.BgClassName
{
background-color: #1103C8;
}
</style>
border-color css
<style>
span { border-color: #1103C8; }
span { border-color: rgb(17,3,200); }
td.TdClassName
{
border-color: #1103C8;
}
.TagClassName
{
border-color: #1103C8;
}
</style>