Shades of Medium Blue #130EDE
Tints of Medium Blue #130EDE
RGB
CMYK
RGB Variations
Color information
#130EDE (or 0x130EDE) is known color: Medium Blue. HEX triplet: 13, 0E and DE. RGB value is (19,14,222). Sum of RGB (Red+Green+Blue) = 19+14+222=255 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.45% from 255); Green value is 14 (5.86% from 255 or 5.49% from 255); Blue value is 222 (87.11% from 255 or 87.06% from 255); Max value from RGB is 222 - color contains mainly: blue. Hex color #130EDE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130EDE is #ECF121. Grayscale: #262626. Windows color (decimal): -15528226 or 14552595. OLE color: 14552595.
HSL color Cylindrical-coordinate representation of color #130EDE: hue angle of 241.44º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130EDE is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 14 | 222 | - |
| CMYK | 0.91 | 0.94 | 0 | 0.13 |
| HSL | 241.44º | 0.88% | 0.46% | - |
| HSV(B) | 241.44º | 0.94% | 0.87% | - |
| XYZ | 13.61 | 5.73 | 69.5 | - |
| YUV | 39.21 | 231.16 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 14 | 222 | 0.91 | 0.94 | 0 | 0.13 | 241.44 | 0.88 | 0.46 |
| Hex | 13 | E | DE | 5B | 5E | 0 | D | F1 | 58 | 2E |
| Octal | 23 | 16 | 336 | 133 | 136 | 0 | 15 | 361 | 130 | 56 |
| Binary | 10011 | 1110 | 11011110 | 1011011 | 1011110 | 0 | 1101 | 11110001 | 1011000 | 101110 |
Color Harmonies of #130EDE
Complementary color
Monochromatic Colors of #130EDE
Black with #130EDE
Text Example
Text Example
White with #130EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130EDE; }
p { color: rgb(19,14,222); }
H1.HeaderClassName
{
color: #130EDE;
}
.AnyTagClassName
{
color: #130EDE;
}
</style>
background-color css
<style>
a { background-color: #130EDE; }
a { background-color: rgb(19,14,222); }
div.DivClassName
{
background-color: #130EDE;
}
.BgClassName
{
background-color: #130EDE;
}
</style>
border-color css
<style>
span { border-color: #130EDE; }
span { border-color: rgb(19,14,222); }
td.TdClassName
{
border-color: #130EDE;
}
.TagClassName
{
border-color: #130EDE;
}
</style>