Shades of Medium Blue #131ED9
Tints of Medium Blue #131ED9
RGB
CMYK
RGB Variations
Color information
#131ED9 (or 0x131ED9) is known color: Medium Blue. HEX triplet: 13, 1E and D9. RGB value is (19,30,217). Sum of RGB (Red+Green+Blue) = 19+30+217=266 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.14% from 266); Green value is 30 (12.11% from 255 or 11.28% from 266); Blue value is 217 (85.16% from 255 or 81.58% from 266); Max value from RGB is 217 - color contains mainly: blue. Hex color #131ED9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131ED9 is #ECE126. Grayscale: #2F2F2F. Windows color (decimal): -15524135 or 14229011. OLE color: 14229011.
HSL color Cylindrical-coordinate representation of color #131ED9: hue angle of 236.67º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #131ED9 is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 30 | 217 | - |
| CMYK | 0.91 | 0.86 | 0 | 0.15 |
| HSL | 236.67º | 0.84% | 0.46% | - |
| HSV(B) | 236.67º | 0.91% | 0.85% | - |
| XYZ | 13.26 | 6.08 | 66.12 | - |
| YUV | 48.03 | 223.36 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 30 | 217 | 0.91 | 0.86 | 0 | 0.15 | 236.67 | 0.84 | 0.46 |
| Hex | 13 | 1E | D9 | 5B | 56 | 0 | F | ED | 54 | 2E |
| Octal | 23 | 36 | 331 | 133 | 126 | 0 | 17 | 355 | 124 | 56 |
| Binary | 10011 | 11110 | 11011001 | 1011011 | 1010110 | 0 | 1111 | 11101101 | 1010100 | 101110 |
Color Harmonies of #131ED9
Complementary color
Monochromatic Colors of #131ED9
Black with #131ED9
Text Example
Text Example
White with #131ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131ED9; }
p { color: rgb(19,30,217); }
H1.HeaderClassName
{
color: #131ED9;
}
.AnyTagClassName
{
color: #131ED9;
}
</style>
background-color css
<style>
a { background-color: #131ED9; }
a { background-color: rgb(19,30,217); }
div.DivClassName
{
background-color: #131ED9;
}
.BgClassName
{
background-color: #131ED9;
}
</style>
border-color css
<style>
span { border-color: #131ED9; }
span { border-color: rgb(19,30,217); }
td.TdClassName
{
border-color: #131ED9;
}
.TagClassName
{
border-color: #131ED9;
}
</style>