Shades of Medium Blue #130FC3
Tints of Medium Blue #130FC3
RGB
CMYK
RGB Variations
Color information
#130FC3 (or 0x130FC3) is known color: Medium Blue. HEX triplet: 13, 0F and C3. RGB value is (19,15,195). Sum of RGB (Red+Green+Blue) = 19+15+195=229 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.30% from 229); Green value is 15 (6.25% from 255 or 6.55% from 229); Blue value is 195 (76.56% from 255 or 85.15% from 229); Max value from RGB is 195 - color contains mainly: blue. Hex color #130FC3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130FC3 is #ECF03C. Grayscale: #242424. Windows color (decimal): -15527997 or 12783379. OLE color: 12783379.
HSL color Cylindrical-coordinate representation of color #130FC3: hue angle of 241.33º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #130FC3 is Cyan = 0.90, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 19 | 15 | 195 | - |
| CMYK | 0.90 | 0.92 | 0 | 0.24 |
| HSL | 241.33º | 0.86% | 0.41% | - |
| HSV(B) | 241.33º | 0.92% | 0.76% | - |
| XYZ | 10.29 | 4.42 | 51.94 | - |
| YUV | 36.72 | 217.33 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 15 | 195 | 0.90 | 0.92 | 0 | 0.24 | 241.33 | 0.86 | 0.41 |
| Hex | 13 | F | C3 | 5A | 5C | 0 | 18 | F1 | 56 | 29 |
| Octal | 23 | 17 | 303 | 132 | 134 | 0 | 30 | 361 | 126 | 51 |
| Binary | 10011 | 1111 | 11000011 | 1011010 | 1011100 | 0 | 11000 | 11110001 | 1010110 | 101001 |
Color Harmonies of #130FC3
Complementary color
Monochromatic Colors of #130FC3
Black with #130FC3
Text Example
Text Example
White with #130FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130FC3; }
p { color: rgb(19,15,195); }
H1.HeaderClassName
{
color: #130FC3;
}
.AnyTagClassName
{
color: #130FC3;
}
</style>
background-color css
<style>
a { background-color: #130FC3; }
a { background-color: rgb(19,15,195); }
div.DivClassName
{
background-color: #130FC3;
}
.BgClassName
{
background-color: #130FC3;
}
</style>
border-color css
<style>
span { border-color: #130FC3; }
span { border-color: rgb(19,15,195); }
td.TdClassName
{
border-color: #130FC3;
}
.TagClassName
{
border-color: #130FC3;
}
</style>