Shades of Medium Blue #130CD6
Tints of Medium Blue #130CD6
RGB
CMYK
RGB Variations
Color information
#130CD6 (or 0x130CD6) is known color: Medium Blue. HEX triplet: 13, 0C and D6. RGB value is (19,12,214). Sum of RGB (Red+Green+Blue) = 19+12+214=245 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.76% from 245); Green value is 12 (5.08% from 255 or 4.90% from 245); Blue value is 214 (83.98% from 255 or 87.35% from 245); Max value from RGB is 214 - color contains mainly: blue. Hex color #130CD6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130CD6 is #ECF329. Grayscale: #242424. Windows color (decimal): -15528746 or 14027795. OLE color: 14027795.
HSL color Cylindrical-coordinate representation of color #130CD6: hue angle of 242.08º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130CD6 is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 12 | 214 | - |
| CMYK | 0.91 | 0.94 | 0 | 0.16 |
| HSL | 242.08º | 0.89% | 0.44% | - |
| HSV(B) | 242.08º | 0.94% | 0.84% | - |
| XYZ | 12.54 | 5.26 | 63.97 | - |
| YUV | 37.12 | 227.82 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 12 | 214 | 0.91 | 0.94 | 0 | 0.16 | 242.08 | 0.89 | 0.44 |
| Hex | 13 | C | D6 | 5B | 5E | 0 | 10 | F2 | 59 | 2C |
| Octal | 23 | 14 | 326 | 133 | 136 | 0 | 20 | 362 | 131 | 54 |
| Binary | 10011 | 1100 | 11010110 | 1011011 | 1011110 | 0 | 10000 | 11110010 | 1011001 | 101100 |
Color Harmonies of #130CD6
Complementary color
Monochromatic Colors of #130CD6
Black with #130CD6
Text Example
Text Example
White with #130CD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130CD6; }
p { color: rgb(19,12,214); }
H1.HeaderClassName
{
color: #130CD6;
}
.AnyTagClassName
{
color: #130CD6;
}
</style>
background-color css
<style>
a { background-color: #130CD6; }
a { background-color: rgb(19,12,214); }
div.DivClassName
{
background-color: #130CD6;
}
.BgClassName
{
background-color: #130CD6;
}
</style>
border-color css
<style>
span { border-color: #130CD6; }
span { border-color: rgb(19,12,214); }
td.TdClassName
{
border-color: #130CD6;
}
.TagClassName
{
border-color: #130CD6;
}
</style>