Shades of Medium Blue #130AC9
Tints of Medium Blue #130AC9
RGB
CMYK
RGB Variations
Color information
#130AC9 (or 0x130AC9) is known color: Medium Blue. HEX triplet: 13, 0A and C9. RGB value is (19,10,201). Sum of RGB (Red+Green+Blue) = 19+10+201=230 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.26% from 230); Green value is 10 (4.30% from 255 or 4.35% from 230); Blue value is 201 (78.91% from 255 or 87.39% from 230); Max value from RGB is 201 - color contains mainly: blue. Hex color #130AC9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130AC9 is #ECF536. Grayscale: #212121. Windows color (decimal): -15529271 or 13175315. OLE color: 13175315.
HSL color Cylindrical-coordinate representation of color #130AC9: hue angle of 242.83º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #130AC9 is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 19 | 10 | 201 | - |
| CMYK | 0.91 | 0.95 | 0 | 0.21 |
| HSL | 242.83º | 0.91% | 0.41% | - |
| HSV(B) | 242.83º | 0.95% | 0.79% | - |
| XYZ | 10.92 | 4.57 | 55.57 | - |
| YUV | 34.47 | 221.98 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 10 | 201 | 0.91 | 0.95 | 0 | 0.21 | 242.83 | 0.91 | 0.41 |
| Hex | 13 | A | C9 | 5B | 5F | 0 | 15 | F3 | 5B | 29 |
| Octal | 23 | 12 | 311 | 133 | 137 | 0 | 25 | 363 | 133 | 51 |
| Binary | 10011 | 1010 | 11001001 | 1011011 | 1011111 | 0 | 10101 | 11110011 | 1011011 | 101001 |
Color Harmonies of #130AC9
Complementary color
Monochromatic Colors of #130AC9
Black with #130AC9
Text Example
Text Example
White with #130AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130AC9; }
p { color: rgb(19,10,201); }
H1.HeaderClassName
{
color: #130AC9;
}
.AnyTagClassName
{
color: #130AC9;
}
</style>
background-color css
<style>
a { background-color: #130AC9; }
a { background-color: rgb(19,10,201); }
div.DivClassName
{
background-color: #130AC9;
}
.BgClassName
{
background-color: #130AC9;
}
</style>
border-color css
<style>
span { border-color: #130AC9; }
span { border-color: rgb(19,10,201); }
td.TdClassName
{
border-color: #130AC9;
}
.TagClassName
{
border-color: #130AC9;
}
</style>