Shades of Medium Blue #130BC7
Tints of Medium Blue #130BC7
RGB
CMYK
RGB Variations
Color information
#130BC7 (or 0x130BC7) is known color: Medium Blue. HEX triplet: 13, 0B and C7. RGB value is (19,11,199). Sum of RGB (Red+Green+Blue) = 19+11+199=229 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.30% from 229); Green value is 11 (4.69% from 255 or 4.80% from 229); Blue value is 199 (78.12% from 255 or 86.90% from 229); Max value from RGB is 199 - color contains mainly: blue. Hex color #130BC7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130BC7 is #ECF438. Grayscale: #222222. Windows color (decimal): -15529017 or 13044499. OLE color: 13044499.
HSL color Cylindrical-coordinate representation of color #130BC7: hue angle of 242.55º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130BC7 is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 19 | 11 | 199 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.22 |
| HSL | 242.55º | 0.9% | 0.41% | - |
| HSV(B) | 242.55º | 0.94% | 0.78% | - |
| XYZ | 10.7 | 4.5 | 54.34 | - |
| YUV | 34.82 | 220.65 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 11 | 199 | 0.90 | 0.94 | 0 | 0.22 | 242.55 | 0.9 | 0.41 |
| Hex | 13 | B | C7 | 5A | 5E | 0 | 16 | F3 | 5A | 29 |
| Octal | 23 | 13 | 307 | 132 | 136 | 0 | 26 | 363 | 132 | 51 |
| Binary | 10011 | 1011 | 11000111 | 1011010 | 1011110 | 0 | 10110 | 11110011 | 1011010 | 101001 |
Color Harmonies of #130BC7
Complementary color
Monochromatic Colors of #130BC7
Black with #130BC7
Text Example
Text Example
White with #130BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130BC7; }
p { color: rgb(19,11,199); }
H1.HeaderClassName
{
color: #130BC7;
}
.AnyTagClassName
{
color: #130BC7;
}
</style>
background-color css
<style>
a { background-color: #130BC7; }
a { background-color: rgb(19,11,199); }
div.DivClassName
{
background-color: #130BC7;
}
.BgClassName
{
background-color: #130BC7;
}
</style>
border-color css
<style>
span { border-color: #130BC7; }
span { border-color: rgb(19,11,199); }
td.TdClassName
{
border-color: #130BC7;
}
.TagClassName
{
border-color: #130BC7;
}
</style>