Shades of Medium Blue #130EE0
Tints of Medium Blue #130EE0
RGB
CMYK
RGB Variations
Color information
#130EE0 (or 0x130EE0) is known color: Medium Blue. HEX triplet: 13, 0E and E0. RGB value is (19,14,224). Sum of RGB (Red+Green+Blue) = 19+14+224=257 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.39% from 257); Green value is 14 (5.86% from 255 or 5.45% from 257); Blue value is 224 (87.89% from 255 or 87.16% from 257); Max value from RGB is 224 - color contains mainly: blue. Hex color #130EE0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130EE0 is #ECF11F. Grayscale: #262626. Windows color (decimal): -15528224 or 14683667. OLE color: 14683667.
HSL color Cylindrical-coordinate representation of color #130EE0: hue angle of 241.43º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130EE0 is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 19 | 14 | 224 | - |
| CMYK | 0.92 | 0.94 | 0 | 0.12 |
| HSL | 241.43º | 0.88% | 0.47% | - |
| HSV(B) | 241.43º | 0.94% | 0.88% | - |
| XYZ | 13.88 | 5.83 | 70.92 | - |
| YUV | 39.44 | 232.16 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 14 | 224 | 0.92 | 0.94 | 0 | 0.12 | 241.43 | 0.88 | 0.47 |
| Hex | 13 | E | E0 | 5C | 5E | 0 | C | F1 | 58 | 2F |
| Octal | 23 | 16 | 340 | 134 | 136 | 0 | 14 | 361 | 130 | 57 |
| Binary | 10011 | 1110 | 11100000 | 1011100 | 1011110 | 0 | 1100 | 11110001 | 1011000 | 101111 |
Color Harmonies of #130EE0
Complementary color
Monochromatic Colors of #130EE0
Black with #130EE0
Text Example
Text Example
White with #130EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130EE0; }
p { color: rgb(19,14,224); }
H1.HeaderClassName
{
color: #130EE0;
}
.AnyTagClassName
{
color: #130EE0;
}
</style>
background-color css
<style>
a { background-color: #130EE0; }
a { background-color: rgb(19,14,224); }
div.DivClassName
{
background-color: #130EE0;
}
.BgClassName
{
background-color: #130EE0;
}
</style>
border-color css
<style>
span { border-color: #130EE0; }
span { border-color: rgb(19,14,224); }
td.TdClassName
{
border-color: #130EE0;
}
.TagClassName
{
border-color: #130EE0;
}
</style>