Shades of Medium Blue #130DDA
Tints of Medium Blue #130DDA
RGB
CMYK
RGB Variations
Color information
#130DDA (or 0x130DDA) is known color: Medium Blue. HEX triplet: 13, 0D and DA. RGB value is (19,13,218). Sum of RGB (Red+Green+Blue) = 19+13+218=250 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.6% from 250); Green value is 13 (5.47% from 255 or 5.2% from 250); Blue value is 218 (85.55% from 255 or 87.2% from 250); Max value from RGB is 218 - color contains mainly: blue. Hex color #130DDA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130DDA is #ECF225. Grayscale: #252525. Windows color (decimal): -15528486 or 14290195. OLE color: 14290195.
HSL color Cylindrical-coordinate representation of color #130DDA: 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 #130DDA is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 13 | 218 | - |
| CMYK | 0.91 | 0.94 | 0 | 0.15 |
| HSL | 241.76º | 0.89% | 0.45% | - |
| HSV(B) | 241.76º | 0.94% | 0.85% | - |
| XYZ | 13.07 | 5.49 | 66.7 | - |
| YUV | 38.16 | 229.49 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 13 | 218 | 0.91 | 0.94 | 0 | 0.15 | 241.76 | 0.89 | 0.45 |
| Hex | 13 | D | DA | 5B | 5E | 0 | F | F2 | 59 | 2D |
| Octal | 23 | 15 | 332 | 133 | 136 | 0 | 17 | 362 | 131 | 55 |
| Binary | 10011 | 1101 | 11011010 | 1011011 | 1011110 | 0 | 1111 | 11110010 | 1011001 | 101101 |
Color Harmonies of #130DDA
Complementary color
Monochromatic Colors of #130DDA
Black with #130DDA
Text Example
Text Example
White with #130DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130DDA; }
p { color: rgb(19,13,218); }
H1.HeaderClassName
{
color: #130DDA;
}
.AnyTagClassName
{
color: #130DDA;
}
</style>
background-color css
<style>
a { background-color: #130DDA; }
a { background-color: rgb(19,13,218); }
div.DivClassName
{
background-color: #130DDA;
}
.BgClassName
{
background-color: #130DDA;
}
</style>
border-color css
<style>
span { border-color: #130DDA; }
span { border-color: rgb(19,13,218); }
td.TdClassName
{
border-color: #130DDA;
}
.TagClassName
{
border-color: #130DDA;
}
</style>