Shades of Medium Blue #130AE2
Tints of Medium Blue #130AE2
RGB
CMYK
RGB Variations
Color information
#130AE2 (or 0x130AE2) is known color: Medium Blue. HEX triplet: 13, 0A and E2. RGB value is (19,10,226). Sum of RGB (Red+Green+Blue) = 19+10+226=255 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.45% from 255); Green value is 10 (4.30% from 255 or 3.92% from 255); Blue value is 226 (88.67% from 255 or 88.63% from 255); Max value from RGB is 226 - color contains mainly: blue. Hex color #130AE2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130AE2 is #ECF51D. Grayscale: #242424. Windows color (decimal): -15529246 or 14813715. OLE color: 14813715.
HSL color Cylindrical-coordinate representation of color #130AE2: hue angle of 242.5º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #130AE2 is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 19 | 10 | 226 | - |
| CMYK | 0.92 | 0.96 | 0 | 0.11 |
| HSL | 242.5º | 0.92% | 0.46% | - |
| HSV(B) | 242.5º | 0.96% | 0.89% | - |
| XYZ | 14.1 | 5.85 | 72.34 | - |
| YUV | 37.32 | 234.48 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 10 | 226 | 0.92 | 0.96 | 0 | 0.11 | 242.5 | 0.92 | 0.46 |
| Hex | 13 | A | E2 | 5C | 60 | 0 | B | F2 | 5C | 2E |
| Octal | 23 | 12 | 342 | 134 | 140 | 0 | 13 | 362 | 134 | 56 |
| Binary | 10011 | 1010 | 11100010 | 1011100 | 1100000 | 0 | 1011 | 11110010 | 1011100 | 101110 |
Color Harmonies of #130AE2
Complementary color
Monochromatic Colors of #130AE2
Black with #130AE2
Text Example
Text Example
White with #130AE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130AE2; }
p { color: rgb(19,10,226); }
H1.HeaderClassName
{
color: #130AE2;
}
.AnyTagClassName
{
color: #130AE2;
}
</style>
background-color css
<style>
a { background-color: #130AE2; }
a { background-color: rgb(19,10,226); }
div.DivClassName
{
background-color: #130AE2;
}
.BgClassName
{
background-color: #130AE2;
}
</style>
border-color css
<style>
span { border-color: #130AE2; }
span { border-color: rgb(19,10,226); }
td.TdClassName
{
border-color: #130AE2;
}
.TagClassName
{
border-color: #130AE2;
}
</style>