Shades of Medium Blue #1102C3
Tints of Medium Blue #1102C3
RGB
CMYK
RGB Variations
Color information
#1102C3 (or 0x1102C3) is known color: Medium Blue. HEX triplet: 11, 02 and C3. RGB value is (17,2,195). Sum of RGB (Red+Green+Blue) = 17+2+195=214 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.94% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 195 (76.56% from 255 or 91.12% from 214); Max value from RGB is 195 - color contains mainly: blue. Hex color #1102C3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1102C3 is #EEFD3C. Grayscale: #1B1B1B. Windows color (decimal): -15662397 or 12780049. OLE color: 12780049.
HSL color Cylindrical-coordinate representation of color #1102C3: hue angle of 244.66º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1102C3 is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 2 | 195 | - |
| CMYK | 0.91 | 0.99 | 0 | 0.24 |
| HSL | 244.66º | 0.98% | 0.39% | - |
| HSV(B) | 244.66º | 0.99% | 0.76% | - |
| XYZ | 10.1 | 4.1 | 51.89 | - |
| YUV | 28.49 | 221.97 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 2 | 195 | 0.91 | 0.99 | 0 | 0.24 | 244.66 | 0.98 | 0.39 |
| Hex | 11 | 2 | C3 | 5B | 63 | 0 | 18 | F5 | 62 | 27 |
| Octal | 21 | 2 | 303 | 133 | 143 | 0 | 30 | 365 | 142 | 47 |
| Binary | 10001 | 10 | 11000011 | 1011011 | 1100011 | 0 | 11000 | 11110101 | 1100010 | 100111 |
Color Harmonies of #1102C3
Complementary color
Monochromatic Colors of #1102C3
Black with #1102C3
Text Example
Text Example
White with #1102C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1102C3; }
p { color: rgb(17,2,195); }
H1.HeaderClassName
{
color: #1102C3;
}
.AnyTagClassName
{
color: #1102C3;
}
</style>
background-color css
<style>
a { background-color: #1102C3; }
a { background-color: rgb(17,2,195); }
div.DivClassName
{
background-color: #1102C3;
}
.BgClassName
{
background-color: #1102C3;
}
</style>
border-color css
<style>
span { border-color: #1102C3; }
span { border-color: rgb(17,2,195); }
td.TdClassName
{
border-color: #1102C3;
}
.TagClassName
{
border-color: #1102C3;
}
</style>