Shades of Medium Blue #131AD9
Tints of Medium Blue #131AD9
RGB
CMYK
RGB Variations
Color information
#131AD9 (or 0x131AD9) is known color: Medium Blue. HEX triplet: 13, 1A and D9. RGB value is (19,26,217). Sum of RGB (Red+Green+Blue) = 19+26+217=262 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.25% from 262); Green value is 26 (10.55% from 255 or 9.92% from 262); Blue value is 217 (85.16% from 255 or 82.82% from 262); Max value from RGB is 217 - color contains mainly: blue. Hex color #131AD9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131AD9 is #ECE526. Grayscale: #2C2C2C. Windows color (decimal): -15525159 or 14227987. OLE color: 14227987.
HSL color Cylindrical-coordinate representation of color #131AD9: hue angle of 237.88º 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 #131AD9 is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 26 | 217 | - |
| CMYK | 0.91 | 0.88 | 0 | 0.15 |
| HSL | 237.88º | 0.84% | 0.46% | - |
| HSV(B) | 237.88º | 0.91% | 0.85% | - |
| XYZ | 13.16 | 5.89 | 66.09 | - |
| YUV | 45.68 | 224.68 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 26 | 217 | 0.91 | 0.88 | 0 | 0.15 | 237.88 | 0.84 | 0.46 |
| Hex | 13 | 1A | D9 | 5B | 58 | 0 | F | EE | 54 | 2E |
| Octal | 23 | 32 | 331 | 133 | 130 | 0 | 17 | 356 | 124 | 56 |
| Binary | 10011 | 11010 | 11011001 | 1011011 | 1011000 | 0 | 1111 | 11101110 | 1010100 | 101110 |
Color Harmonies of #131AD9
Complementary color
Monochromatic Colors of #131AD9
Black with #131AD9
Text Example
Text Example
White with #131AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131AD9; }
p { color: rgb(19,26,217); }
H1.HeaderClassName
{
color: #131AD9;
}
.AnyTagClassName
{
color: #131AD9;
}
</style>
background-color css
<style>
a { background-color: #131AD9; }
a { background-color: rgb(19,26,217); }
div.DivClassName
{
background-color: #131AD9;
}
.BgClassName
{
background-color: #131AD9;
}
</style>
border-color css
<style>
span { border-color: #131AD9; }
span { border-color: rgb(19,26,217); }
td.TdClassName
{
border-color: #131AD9;
}
.TagClassName
{
border-color: #131AD9;
}
</style>