Shades of Medium Blue #130BC8
Tints of Medium Blue #130BC8
RGB
CMYK
RGB Variations
Color information
#130BC8 (or 0x130BC8) is known color: Medium Blue. HEX triplet: 13, 0B and C8. RGB value is (19,11,200). Sum of RGB (Red+Green+Blue) = 19+11+200=230 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.26% from 230); Green value is 11 (4.69% from 255 or 4.78% from 230); Blue value is 200 (78.52% from 255 or 86.96% from 230); Max value from RGB is 200 - color contains mainly: blue. Hex color #130BC8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130BC8 is #ECF437. Grayscale: #222222. Windows color (decimal): -15529016 or 13110035. OLE color: 13110035.
HSL color Cylindrical-coordinate representation of color #130BC8: hue angle of 242.54º 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 #130BC8 is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 19 | 11 | 200 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.22 |
| HSL | 242.54º | 0.9% | 0.41% | - |
| HSV(B) | 242.54º | 0.95% | 0.78% | - |
| XYZ | 10.81 | 4.55 | 54.95 | - |
| YUV | 34.94 | 221.15 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 11 | 200 | 0.90 | 0.94 | 0 | 0.22 | 242.54 | 0.9 | 0.41 |
| Hex | 13 | B | C8 | 5A | 5E | 0 | 16 | F3 | 5A | 29 |
| Octal | 23 | 13 | 310 | 132 | 136 | 0 | 26 | 363 | 132 | 51 |
| Binary | 10011 | 1011 | 11001000 | 1011010 | 1011110 | 0 | 10110 | 11110011 | 1011010 | 101001 |
Color Harmonies of #130BC8
Complementary color
Monochromatic Colors of #130BC8
Black with #130BC8
Text Example
Text Example
White with #130BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130BC8; }
p { color: rgb(19,11,200); }
H1.HeaderClassName
{
color: #130BC8;
}
.AnyTagClassName
{
color: #130BC8;
}
</style>
background-color css
<style>
a { background-color: #130BC8; }
a { background-color: rgb(19,11,200); }
div.DivClassName
{
background-color: #130BC8;
}
.BgClassName
{
background-color: #130BC8;
}
</style>
border-color css
<style>
span { border-color: #130BC8; }
span { border-color: rgb(19,11,200); }
td.TdClassName
{
border-color: #130BC8;
}
.TagClassName
{
border-color: #130BC8;
}
</style>