Shades of Medium Blue #130DD9
Tints of Medium Blue #130DD9
RGB
CMYK
RGB Variations
Color information
#130DD9 (or 0x130DD9) is known color: Medium Blue. HEX triplet: 13, 0D and D9. RGB value is (19,13,217). Sum of RGB (Red+Green+Blue) = 19+13+217=249 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.63% from 249); Green value is 13 (5.47% from 255 or 5.22% from 249); Blue value is 217 (85.16% from 255 or 87.15% from 249); Max value from RGB is 217 - color contains mainly: blue. Hex color #130DD9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130DD9 is #ECF226. Grayscale: #252525. Windows color (decimal): -15528487 or 14224659. OLE color: 14224659.
HSL color Cylindrical-coordinate representation of color #130DD9: hue angle of 241.76º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130DD9 is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 13 | 217 | - |
| CMYK | 0.91 | 0.94 | 0 | 0.15 |
| HSL | 241.76º | 0.89% | 0.45% | - |
| HSV(B) | 241.76º | 0.94% | 0.85% | - |
| XYZ | 12.94 | 5.44 | 66.01 | - |
| YUV | 38.05 | 228.99 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 13 | 217 | 0.91 | 0.94 | 0 | 0.15 | 241.76 | 0.89 | 0.45 |
| Hex | 13 | D | D9 | 5B | 5E | 0 | F | F2 | 59 | 2D |
| Octal | 23 | 15 | 331 | 133 | 136 | 0 | 17 | 362 | 131 | 55 |
| Binary | 10011 | 1101 | 11011001 | 1011011 | 1011110 | 0 | 1111 | 11110010 | 1011001 | 101101 |
Color Harmonies of #130DD9
Complementary color
Monochromatic Colors of #130DD9
Black with #130DD9
Text Example
Text Example
White with #130DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130DD9; }
p { color: rgb(19,13,217); }
H1.HeaderClassName
{
color: #130DD9;
}
.AnyTagClassName
{
color: #130DD9;
}
</style>
background-color css
<style>
a { background-color: #130DD9; }
a { background-color: rgb(19,13,217); }
div.DivClassName
{
background-color: #130DD9;
}
.BgClassName
{
background-color: #130DD9;
}
</style>
border-color css
<style>
span { border-color: #130DD9; }
span { border-color: rgb(19,13,217); }
td.TdClassName
{
border-color: #130DD9;
}
.TagClassName
{
border-color: #130DD9;
}
</style>