Shades of Medium Blue #130EDA
Tints of Medium Blue #130EDA
RGB
CMYK
RGB Variations
Color information
#130EDA (or 0x130EDA) is known color: Medium Blue. HEX triplet: 13, 0E and DA. RGB value is (19,14,218). Sum of RGB (Red+Green+Blue) = 19+14+218=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 14 (5.86% from 255 or 5.58% from 251); Blue value is 218 (85.55% from 255 or 86.85% from 251); Max value from RGB is 218 - color contains mainly: blue. Hex color #130EDA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130EDA is #ECF125. Grayscale: #252525. Windows color (decimal): -15528230 or 14290451. OLE color: 14290451.
HSL color Cylindrical-coordinate representation of color #130EDA: hue angle of 241.47º degrees, saturation: 0.88, 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 #130EDA is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 14 | 218 | - |
| CMYK | 0.91 | 0.94 | 0 | 0.15 |
| HSL | 241.47º | 0.88% | 0.45% | - |
| HSV(B) | 241.47º | 0.94% | 0.85% | - |
| XYZ | 13.08 | 5.51 | 66.7 | - |
| YUV | 38.75 | 229.16 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 14 | 218 | 0.91 | 0.94 | 0 | 0.15 | 241.47 | 0.88 | 0.45 |
| Hex | 13 | E | DA | 5B | 5E | 0 | F | F1 | 58 | 2D |
| Octal | 23 | 16 | 332 | 133 | 136 | 0 | 17 | 361 | 130 | 55 |
| Binary | 10011 | 1110 | 11011010 | 1011011 | 1011110 | 0 | 1111 | 11110001 | 1011000 | 101101 |
Color Harmonies of #130EDA
Complementary color
Monochromatic Colors of #130EDA
Black with #130EDA
Text Example
Text Example
White with #130EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130EDA; }
p { color: rgb(19,14,218); }
H1.HeaderClassName
{
color: #130EDA;
}
.AnyTagClassName
{
color: #130EDA;
}
</style>
background-color css
<style>
a { background-color: #130EDA; }
a { background-color: rgb(19,14,218); }
div.DivClassName
{
background-color: #130EDA;
}
.BgClassName
{
background-color: #130EDA;
}
</style>
border-color css
<style>
span { border-color: #130EDA; }
span { border-color: rgb(19,14,218); }
td.TdClassName
{
border-color: #130EDA;
}
.TagClassName
{
border-color: #130EDA;
}
</style>