Shades of Medium Blue #130ABB
Tints of Medium Blue #130ABB
RGB
CMYK
RGB Variations
Color information
#130ABB (or 0x130ABB) is known color: Medium Blue. HEX triplet: 13, 0A and BB. RGB value is (19,10,187). Sum of RGB (Red+Green+Blue) = 19+10+187=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 10 (4.30% from 255 or 4.63% from 216); Blue value is 187 (73.44% from 255 or 86.57% from 216); Max value from RGB is 187 - color contains mainly: blue. Hex color #130ABB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130ABB is #ECF544. Grayscale: #202020. Windows color (decimal): -15529285 or 12257811. OLE color: 12257811.
HSL color Cylindrical-coordinate representation of color #130ABB: hue angle of 243.05º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #130ABB is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 10 | 187 | - |
| CMYK | 0.90 | 0.95 | 0 | 0.27 |
| HSL | 243.05º | 0.9% | 0.39% | - |
| HSV(B) | 243.05º | 0.95% | 0.73% | - |
| XYZ | 9.35 | 3.94 | 47.28 | - |
| YUV | 32.87 | 214.98 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 10 | 187 | 0.90 | 0.95 | 0 | 0.27 | 243.05 | 0.9 | 0.39 |
| Hex | 13 | A | BB | 5A | 5F | 0 | 1B | F3 | 5A | 27 |
| Octal | 23 | 12 | 273 | 132 | 137 | 0 | 33 | 363 | 132 | 47 |
| Binary | 10011 | 1010 | 10111011 | 1011010 | 1011111 | 0 | 11011 | 11110011 | 1011010 | 100111 |
Color Harmonies of #130ABB
Complementary color
Monochromatic Colors of #130ABB
Black with #130ABB
Text Example
Text Example
White with #130ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130ABB; }
p { color: rgb(19,10,187); }
H1.HeaderClassName
{
color: #130ABB;
}
.AnyTagClassName
{
color: #130ABB;
}
</style>
background-color css
<style>
a { background-color: #130ABB; }
a { background-color: rgb(19,10,187); }
div.DivClassName
{
background-color: #130ABB;
}
.BgClassName
{
background-color: #130ABB;
}
</style>
border-color css
<style>
span { border-color: #130ABB; }
span { border-color: rgb(19,10,187); }
td.TdClassName
{
border-color: #130ABB;
}
.TagClassName
{
border-color: #130ABB;
}
</style>