Shades of Medium Blue #1311BC
Tints of Medium Blue #1311BC
RGB
CMYK
RGB Variations
Color information
#1311BC (or 0x1311BC) is known color: Medium Blue. HEX triplet: 13, 11 and BC. RGB value is (19,17,188). Sum of RGB (Red+Green+Blue) = 19+17+188=224 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.48% from 224); Green value is 17 (7.03% from 255 or 7.59% 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 #1311BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1311BC is #ECEE43. Grayscale: #242424. Windows color (decimal): -15527492 or 12325139. OLE color: 12325139.
HSL color Cylindrical-coordinate representation of color #1311BC: hue angle of 240.7º 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 #1311BC is Cyan = 0.90, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 17 | 188 | - |
| CMYK | 0.90 | 0.91 | 0 | 0.26 |
| HSL | 240.7º | 0.83% | 0.4% | - |
| HSV(B) | 240.7º | 0.91% | 0.74% | - |
| XYZ | 9.55 | 4.17 | 47.88 | - |
| YUV | 37.09 | 213.16 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 17 | 188 | 0.90 | 0.91 | 0 | 0.26 | 240.7 | 0.83 | 0.4 |
| Hex | 13 | 11 | BC | 5A | 5B | 0 | 1A | F1 | 53 | 28 |
| Octal | 23 | 21 | 274 | 132 | 133 | 0 | 32 | 361 | 123 | 50 |
| Binary | 10011 | 10001 | 10111100 | 1011010 | 1011011 | 0 | 11010 | 11110001 | 1010011 | 101000 |
Color Harmonies of #1311BC
Complementary color
Monochromatic Colors of #1311BC
Black with #1311BC
Text Example
Text Example
White with #1311BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1311BC; }
p { color: rgb(19,17,188); }
H1.HeaderClassName
{
color: #1311BC;
}
.AnyTagClassName
{
color: #1311BC;
}
</style>
background-color css
<style>
a { background-color: #1311BC; }
a { background-color: rgb(19,17,188); }
div.DivClassName
{
background-color: #1311BC;
}
.BgClassName
{
background-color: #1311BC;
}
</style>
border-color css
<style>
span { border-color: #1311BC; }
span { border-color: rgb(19,17,188); }
td.TdClassName
{
border-color: #1311BC;
}
.TagClassName
{
border-color: #1311BC;
}
</style>