Shades of Medium Blue #130AC6
Tints of Medium Blue #130AC6
RGB
CMYK
RGB Variations
Color information
#130AC6 (or 0x130AC6) is known color: Medium Blue. HEX triplet: 13, 0A and C6. RGB value is (19,10,198). Sum of RGB (Red+Green+Blue) = 19+10+198=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 10 (4.30% from 255 or 4.41% from 227); Blue value is 198 (77.73% from 255 or 87.22% from 227); Max value from RGB is 198 - color contains mainly: blue. Hex color #130AC6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130AC6 is #ECF539. Grayscale: #212121. Windows color (decimal): -15529274 or 12978707. OLE color: 12978707.
HSL color Cylindrical-coordinate representation of color #130AC6: hue angle of 242.87º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #130AC6 is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 19 | 10 | 198 | - |
| CMYK | 0.90 | 0.95 | 0 | 0.22 |
| HSL | 242.87º | 0.9% | 0.41% | - |
| HSV(B) | 242.87º | 0.95% | 0.78% | - |
| XYZ | 10.57 | 4.43 | 53.72 | - |
| YUV | 34.12 | 220.48 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 10 | 198 | 0.90 | 0.95 | 0 | 0.22 | 242.87 | 0.9 | 0.41 |
| Hex | 13 | A | C6 | 5A | 5F | 0 | 16 | F3 | 5A | 29 |
| Octal | 23 | 12 | 306 | 132 | 137 | 0 | 26 | 363 | 132 | 51 |
| Binary | 10011 | 1010 | 11000110 | 1011010 | 1011111 | 0 | 10110 | 11110011 | 1011010 | 101001 |
Color Harmonies of #130AC6
Complementary color
Monochromatic Colors of #130AC6
Black with #130AC6
Text Example
Text Example
White with #130AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130AC6; }
p { color: rgb(19,10,198); }
H1.HeaderClassName
{
color: #130AC6;
}
.AnyTagClassName
{
color: #130AC6;
}
</style>
background-color css
<style>
a { background-color: #130AC6; }
a { background-color: rgb(19,10,198); }
div.DivClassName
{
background-color: #130AC6;
}
.BgClassName
{
background-color: #130AC6;
}
</style>
border-color css
<style>
span { border-color: #130AC6; }
span { border-color: rgb(19,10,198); }
td.TdClassName
{
border-color: #130AC6;
}
.TagClassName
{
border-color: #130AC6;
}
</style>