Shades of Medium Blue #1113BC
Tints of Medium Blue #1113BC
RGB
CMYK
RGB Variations
Color information
#1113BC (or 0x1113BC) is known color: Medium Blue. HEX triplet: 11, 13 and BC. RGB value is (17,19,188). Sum of RGB (Red+Green+Blue) = 17+19+188=224 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.59% from 224); Green value is 19 (7.81% from 255 or 8.48% from 224); Blue value is 188 (73.83% from 255 or 83.93% from 224); Max value from RGB is 188 - color contains mainly: blue. Hex color #1113BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1113BC is #EEEC43. Grayscale: #242424. Windows color (decimal): -15658052 or 12325649. OLE color: 12325649.
HSL color Cylindrical-coordinate representation of color #1113BC: hue angle of 239.3º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1113BC is Cyan = 0.91, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 19 | 188 | - |
| CMYK | 0.91 | 0.90 | 0 | 0.26 |
| HSL | 239.3º | 0.83% | 0.4% | - |
| HSV(B) | 239.3º | 0.91% | 0.74% | - |
| XYZ | 9.54 | 4.22 | 47.89 | - |
| YUV | 37.67 | 212.84 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 19 | 188 | 0.91 | 0.90 | 0 | 0.26 | 239.3 | 0.83 | 0.4 |
| Hex | 11 | 13 | BC | 5B | 5A | 0 | 1A | EF | 53 | 28 |
| Octal | 21 | 23 | 274 | 133 | 132 | 0 | 32 | 357 | 123 | 50 |
| Binary | 10001 | 10011 | 10111100 | 1011011 | 1011010 | 0 | 11010 | 11101111 | 1010011 | 101000 |
Color Harmonies of #1113BC
Complementary color
Monochromatic Colors of #1113BC
Black with #1113BC
Text Example
Text Example
White with #1113BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1113BC; }
p { color: rgb(17,19,188); }
H1.HeaderClassName
{
color: #1113BC;
}
.AnyTagClassName
{
color: #1113BC;
}
</style>
background-color css
<style>
a { background-color: #1113BC; }
a { background-color: rgb(17,19,188); }
div.DivClassName
{
background-color: #1113BC;
}
.BgClassName
{
background-color: #1113BC;
}
</style>
border-color css
<style>
span { border-color: #1113BC; }
span { border-color: rgb(17,19,188); }
td.TdClassName
{
border-color: #1113BC;
}
.TagClassName
{
border-color: #1113BC;
}
</style>