Shades of Medium Blue #130AD9
Tints of Medium Blue #130AD9
RGB
CMYK
RGB Variations
Color information
#130AD9 (or 0x130AD9) is known color: Medium Blue. HEX triplet: 13, 0A and D9. RGB value is (19,10,217). Sum of RGB (Red+Green+Blue) = 19+10+217=246 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.72% from 246); Green value is 10 (4.30% from 255 or 4.07% from 246); Blue value is 217 (85.16% from 255 or 88.21% from 246); Max value from RGB is 217 - color contains mainly: blue. Hex color #130AD9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130AD9 is #ECF526. Grayscale: #232323. Windows color (decimal): -15529255 or 14223891. OLE color: 14223891.
HSL color Cylindrical-coordinate representation of color #130AD9: hue angle of 242.61º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #130AD9 is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 10 | 217 | - |
| CMYK | 0.91 | 0.95 | 0 | 0.15 |
| HSL | 242.61º | 0.91% | 0.45% | - |
| HSV(B) | 242.61º | 0.95% | 0.85% | - |
| XYZ | 12.9 | 5.37 | 66 | - |
| YUV | 36.29 | 229.98 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 10 | 217 | 0.91 | 0.95 | 0 | 0.15 | 242.61 | 0.91 | 0.45 |
| Hex | 13 | A | D9 | 5B | 5F | 0 | F | F3 | 5B | 2D |
| Octal | 23 | 12 | 331 | 133 | 137 | 0 | 17 | 363 | 133 | 55 |
| Binary | 10011 | 1010 | 11011001 | 1011011 | 1011111 | 0 | 1111 | 11110011 | 1011011 | 101101 |
Color Harmonies of #130AD9
Complementary color
Monochromatic Colors of #130AD9
Black with #130AD9
Text Example
Text Example
White with #130AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130AD9; }
p { color: rgb(19,10,217); }
H1.HeaderClassName
{
color: #130AD9;
}
.AnyTagClassName
{
color: #130AD9;
}
</style>
background-color css
<style>
a { background-color: #130AD9; }
a { background-color: rgb(19,10,217); }
div.DivClassName
{
background-color: #130AD9;
}
.BgClassName
{
background-color: #130AD9;
}
</style>
border-color css
<style>
span { border-color: #130AD9; }
span { border-color: rgb(19,10,217); }
td.TdClassName
{
border-color: #130AD9;
}
.TagClassName
{
border-color: #130AD9;
}
</style>