Shades of Medium Blue #130FC7
Tints of Medium Blue #130FC7
RGB
CMYK
RGB Variations
Color information
#130FC7 (or 0x130FC7) is known color: Medium Blue. HEX triplet: 13, 0F and C7. RGB value is (19,15,199). Sum of RGB (Red+Green+Blue) = 19+15+199=233 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.15% from 233); Green value is 15 (6.25% from 255 or 6.44% from 233); Blue value is 199 (78.12% from 255 or 85.41% from 233); Max value from RGB is 199 - color contains mainly: blue. Hex color #130FC7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130FC7 is #ECF038. Grayscale: #242424. Windows color (decimal): -15527993 or 13045523. OLE color: 13045523.
HSL color Cylindrical-coordinate representation of color #130FC7: hue angle of 241.3º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #130FC7 is Cyan = 0.90, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 19 | 15 | 199 | - |
| CMYK | 0.90 | 0.92 | 0 | 0.22 |
| HSL | 241.3º | 0.86% | 0.42% | - |
| HSV(B) | 241.3º | 0.92% | 0.78% | - |
| XYZ | 10.75 | 4.6 | 54.35 | - |
| YUV | 37.17 | 219.33 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 15 | 199 | 0.90 | 0.92 | 0 | 0.22 | 241.3 | 0.86 | 0.42 |
| Hex | 13 | F | C7 | 5A | 5C | 0 | 16 | F1 | 56 | 2A |
| Octal | 23 | 17 | 307 | 132 | 134 | 0 | 26 | 361 | 126 | 52 |
| Binary | 10011 | 1111 | 11000111 | 1011010 | 1011100 | 0 | 10110 | 11110001 | 1010110 | 101010 |
Color Harmonies of #130FC7
Complementary color
Monochromatic Colors of #130FC7
Black with #130FC7
Text Example
Text Example
White with #130FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130FC7; }
p { color: rgb(19,15,199); }
H1.HeaderClassName
{
color: #130FC7;
}
.AnyTagClassName
{
color: #130FC7;
}
</style>
background-color css
<style>
a { background-color: #130FC7; }
a { background-color: rgb(19,15,199); }
div.DivClassName
{
background-color: #130FC7;
}
.BgClassName
{
background-color: #130FC7;
}
</style>
border-color css
<style>
span { border-color: #130FC7; }
span { border-color: rgb(19,15,199); }
td.TdClassName
{
border-color: #130FC7;
}
.TagClassName
{
border-color: #130FC7;
}
</style>