Shades of Medium Blue #130EB6
Tints of Medium Blue #130EB6
RGB
CMYK
RGB Variations
Color information
#130EB6 (or 0x130EB6) is known color: Medium Blue. HEX triplet: 13, 0E and B6. RGB value is (19,14,182). Sum of RGB (Red+Green+Blue) = 19+14+182=215 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.84% from 215); Green value is 14 (5.86% from 255 or 6.51% from 215); Blue value is 182 (71.48% from 255 or 84.65% from 215); Max value from RGB is 182 - color contains mainly: blue. Hex color #130EB6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130EB6 is #ECF149. Grayscale: #212121. Windows color (decimal): -15528266 or 11931155. OLE color: 11931155.
HSL color Cylindrical-coordinate representation of color #130EB6: hue angle of 241.79º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #130EB6 is Cyan = 0.90, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 19 | 14 | 182 | - |
| CMYK | 0.90 | 0.92 | 0 | 0.29 |
| HSL | 241.79º | 0.86% | 0.38% | - |
| HSV(B) | 241.79º | 0.92% | 0.71% | - |
| XYZ | 8.87 | 3.83 | 44.53 | - |
| YUV | 34.65 | 211.16 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 14 | 182 | 0.90 | 0.92 | 0 | 0.29 | 241.79 | 0.86 | 0.38 |
| Hex | 13 | E | B6 | 5A | 5C | 0 | 1D | F2 | 56 | 26 |
| Octal | 23 | 16 | 266 | 132 | 134 | 0 | 35 | 362 | 126 | 46 |
| Binary | 10011 | 1110 | 10110110 | 1011010 | 1011100 | 0 | 11101 | 11110010 | 1010110 | 100110 |
Color Harmonies of #130EB6
Complementary color
Monochromatic Colors of #130EB6
Black with #130EB6
Text Example
Text Example
White with #130EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130EB6; }
p { color: rgb(19,14,182); }
H1.HeaderClassName
{
color: #130EB6;
}
.AnyTagClassName
{
color: #130EB6;
}
</style>
background-color css
<style>
a { background-color: #130EB6; }
a { background-color: rgb(19,14,182); }
div.DivClassName
{
background-color: #130EB6;
}
.BgClassName
{
background-color: #130EB6;
}
</style>
border-color css
<style>
span { border-color: #130EB6; }
span { border-color: rgb(19,14,182); }
td.TdClassName
{
border-color: #130EB6;
}
.TagClassName
{
border-color: #130EB6;
}
</style>