Shades of Medium Blue #130BBA
Tints of Medium Blue #130BBA
RGB
CMYK
RGB Variations
Color information
#130BBA (or 0x130BBA) is known color: Medium Blue. HEX triplet: 13, 0B and BA. RGB value is (19,11,186). Sum of RGB (Red+Green+Blue) = 19+11+186=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 11 (4.69% from 255 or 5.09% from 216); Blue value is 186 (73.05% from 255 or 86.11% from 216); Max value from RGB is 186 - color contains mainly: blue. Hex color #130BBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130BBA is #ECF445. Grayscale: #202020. Windows color (decimal): -15529030 or 12192531. OLE color: 12192531.
HSL color Cylindrical-coordinate representation of color #130BBA: hue angle of 242.74º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130BBA is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 11 | 186 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.27 |
| HSL | 242.74º | 0.89% | 0.39% | - |
| HSV(B) | 242.74º | 0.94% | 0.73% | - |
| XYZ | 9.25 | 3.92 | 46.72 | - |
| YUV | 33.34 | 214.15 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 11 | 186 | 0.90 | 0.94 | 0 | 0.27 | 242.74 | 0.89 | 0.39 |
| Hex | 13 | B | BA | 5A | 5E | 0 | 1B | F3 | 59 | 27 |
| Octal | 23 | 13 | 272 | 132 | 136 | 0 | 33 | 363 | 131 | 47 |
| Binary | 10011 | 1011 | 10111010 | 1011010 | 1011110 | 0 | 11011 | 11110011 | 1011001 | 100111 |
Color Harmonies of #130BBA
Complementary color
Monochromatic Colors of #130BBA
Black with #130BBA
Text Example
Text Example
White with #130BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130BBA; }
p { color: rgb(19,11,186); }
H1.HeaderClassName
{
color: #130BBA;
}
.AnyTagClassName
{
color: #130BBA;
}
</style>
background-color css
<style>
a { background-color: #130BBA; }
a { background-color: rgb(19,11,186); }
div.DivClassName
{
background-color: #130BBA;
}
.BgClassName
{
background-color: #130BBA;
}
</style>
border-color css
<style>
span { border-color: #130BBA; }
span { border-color: rgb(19,11,186); }
td.TdClassName
{
border-color: #130BBA;
}
.TagClassName
{
border-color: #130BBA;
}
</style>