Shades of Medium Blue #1311BD
Tints of Medium Blue #1311BD
RGB
CMYK
RGB Variations
Color information
#1311BD (or 0x1311BD) is known color: Medium Blue. HEX triplet: 13, 11 and BD. RGB value is (19,17,189). Sum of RGB (Red+Green+Blue) = 19+17+189=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 17 (7.03% from 255 or 7.56% from 225); Blue value is 189 (74.22% from 255 or 84% from 225); Max value from RGB is 189 - color contains mainly: blue. Hex color #1311BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1311BD is #ECEE42. Grayscale: #242424. Windows color (decimal): -15527491 or 12390675. OLE color: 12390675.
HSL color Cylindrical-coordinate representation of color #1311BD: 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 #1311BD is Cyan = 0.90, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 17 | 189 | - |
| 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.65 | 4.21 | 48.45 | - |
| YUV | 37.21 | 213.66 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 17 | 189 | 0.90 | 0.91 | 0 | 0.26 | 240.7 | 0.83 | 0.4 |
| Hex | 13 | 11 | BD | 5A | 5B | 0 | 1A | F1 | 53 | 28 |
| Octal | 23 | 21 | 275 | 132 | 133 | 0 | 32 | 361 | 123 | 50 |
| Binary | 10011 | 10001 | 10111101 | 1011010 | 1011011 | 0 | 11010 | 11110001 | 1010011 | 101000 |
Color Harmonies of #1311BD
Complementary color
Monochromatic Colors of #1311BD
Black with #1311BD
Text Example
Text Example
White with #1311BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1311BD; }
p { color: rgb(19,17,189); }
H1.HeaderClassName
{
color: #1311BD;
}
.AnyTagClassName
{
color: #1311BD;
}
</style>
background-color css
<style>
a { background-color: #1311BD; }
a { background-color: rgb(19,17,189); }
div.DivClassName
{
background-color: #1311BD;
}
.BgClassName
{
background-color: #1311BD;
}
</style>
border-color css
<style>
span { border-color: #1311BD; }
span { border-color: rgb(19,17,189); }
td.TdClassName
{
border-color: #1311BD;
}
.TagClassName
{
border-color: #1311BD;
}
</style>