Shades of Medium Blue #130EDB
Tints of Medium Blue #130EDB
RGB
CMYK
RGB Variations
Color information
#130EDB (or 0x130EDB) is known color: Medium Blue. HEX triplet: 13, 0E and DB. RGB value is (19,14,219). Sum of RGB (Red+Green+Blue) = 19+14+219=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 14 (5.86% from 255 or 5.56% from 252); Blue value is 219 (85.94% from 255 or 86.90% from 252); Max value from RGB is 219 - color contains mainly: blue. Hex color #130EDB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130EDB is #ECF124. Grayscale: #262626. Windows color (decimal): -15528229 or 14355987. OLE color: 14355987.
HSL color Cylindrical-coordinate representation of color #130EDB: hue angle of 241.46º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130EDB is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 14 | 219 | - |
| CMYK | 0.91 | 0.94 | 0 | 0.14 |
| HSL | 241.46º | 0.88% | 0.46% | - |
| HSV(B) | 241.46º | 0.94% | 0.86% | - |
| XYZ | 13.21 | 5.57 | 67.4 | - |
| YUV | 38.87 | 229.66 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 14 | 219 | 0.91 | 0.94 | 0 | 0.14 | 241.46 | 0.88 | 0.46 |
| Hex | 13 | E | DB | 5B | 5E | 0 | E | F1 | 58 | 2E |
| Octal | 23 | 16 | 333 | 133 | 136 | 0 | 16 | 361 | 130 | 56 |
| Binary | 10011 | 1110 | 11011011 | 1011011 | 1011110 | 0 | 1110 | 11110001 | 1011000 | 101110 |
Color Harmonies of #130EDB
Complementary color
Monochromatic Colors of #130EDB
Black with #130EDB
Text Example
Text Example
White with #130EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130EDB; }
p { color: rgb(19,14,219); }
H1.HeaderClassName
{
color: #130EDB;
}
.AnyTagClassName
{
color: #130EDB;
}
</style>
background-color css
<style>
a { background-color: #130EDB; }
a { background-color: rgb(19,14,219); }
div.DivClassName
{
background-color: #130EDB;
}
.BgClassName
{
background-color: #130EDB;
}
</style>
border-color css
<style>
span { border-color: #130EDB; }
span { border-color: rgb(19,14,219); }
td.TdClassName
{
border-color: #130EDB;
}
.TagClassName
{
border-color: #130EDB;
}
</style>