Shades of Medium Blue #130DE3
Tints of Medium Blue #130DE3
RGB
CMYK
RGB Variations
Color information
#130DE3 (or 0x130DE3) is known color: Medium Blue. HEX triplet: 13, 0D and E3. RGB value is (19,13,227). Sum of RGB (Red+Green+Blue) = 19+13+227=259 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.34% from 259); Green value is 13 (5.47% from 255 or 5.02% from 259); Blue value is 227 (89.06% from 255 or 87.64% from 259); Max value from RGB is 227 - color contains mainly: blue. Hex color #130DE3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130DE3 is #ECF21C. Grayscale: #262626. Windows color (decimal): -15528477 or 14880019. OLE color: 14880019.
HSL color Cylindrical-coordinate representation of color #130DE3: hue angle of 241.68º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130DE3 is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 19 | 13 | 227 | - |
| CMYK | 0.92 | 0.94 | 0 | 0.11 |
| HSL | 241.68º | 0.89% | 0.47% | - |
| HSV(B) | 241.68º | 0.94% | 0.89% | - |
| XYZ | 14.28 | 5.97 | 73.07 | - |
| YUV | 39.19 | 233.99 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 13 | 227 | 0.92 | 0.94 | 0 | 0.11 | 241.68 | 0.89 | 0.47 |
| Hex | 13 | D | E3 | 5C | 5E | 0 | B | F2 | 59 | 2F |
| Octal | 23 | 15 | 343 | 134 | 136 | 0 | 13 | 362 | 131 | 57 |
| Binary | 10011 | 1101 | 11100011 | 1011100 | 1011110 | 0 | 1011 | 11110010 | 1011001 | 101111 |
Color Harmonies of #130DE3
Complementary color
Monochromatic Colors of #130DE3
Black with #130DE3
Text Example
Text Example
White with #130DE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130DE3; }
p { color: rgb(19,13,227); }
H1.HeaderClassName
{
color: #130DE3;
}
.AnyTagClassName
{
color: #130DE3;
}
</style>
background-color css
<style>
a { background-color: #130DE3; }
a { background-color: rgb(19,13,227); }
div.DivClassName
{
background-color: #130DE3;
}
.BgClassName
{
background-color: #130DE3;
}
</style>
border-color css
<style>
span { border-color: #130DE3; }
span { border-color: rgb(19,13,227); }
td.TdClassName
{
border-color: #130DE3;
}
.TagClassName
{
border-color: #130DE3;
}
</style>