Shades of Medium Blue #130CBB
Tints of Medium Blue #130CBB
RGB
CMYK
RGB Variations
Color information
#130CBB (or 0x130CBB) is known color: Medium Blue. HEX triplet: 13, 0C and BB. RGB value is (19,12,187). Sum of RGB (Red+Green+Blue) = 19+12+187=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 12 (5.08% from 255 or 5.50% from 218); Blue value is 187 (73.44% from 255 or 85.78% from 218); Max value from RGB is 187 - color contains mainly: blue. Hex color #130CBB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130CBB is #ECF344. Grayscale: #212121. Windows color (decimal): -15528773 or 12258323. OLE color: 12258323.
HSL color Cylindrical-coordinate representation of color #130CBB: hue angle of 242.4º degrees, saturation: 0.88, 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 #130CBB is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 12 | 187 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.27 |
| HSL | 242.4º | 0.88% | 0.39% | - |
| HSV(B) | 242.4º | 0.94% | 0.73% | - |
| XYZ | 9.37 | 3.99 | 47.29 | - |
| YUV | 34.04 | 214.32 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 12 | 187 | 0.90 | 0.94 | 0 | 0.27 | 242.4 | 0.88 | 0.39 |
| Hex | 13 | C | BB | 5A | 5E | 0 | 1B | F2 | 58 | 27 |
| Octal | 23 | 14 | 273 | 132 | 136 | 0 | 33 | 362 | 130 | 47 |
| Binary | 10011 | 1100 | 10111011 | 1011010 | 1011110 | 0 | 11011 | 11110010 | 1011000 | 100111 |
Color Harmonies of #130CBB
Complementary color
Monochromatic Colors of #130CBB
Black with #130CBB
Text Example
Text Example
White with #130CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130CBB; }
p { color: rgb(19,12,187); }
H1.HeaderClassName
{
color: #130CBB;
}
.AnyTagClassName
{
color: #130CBB;
}
</style>
background-color css
<style>
a { background-color: #130CBB; }
a { background-color: rgb(19,12,187); }
div.DivClassName
{
background-color: #130CBB;
}
.BgClassName
{
background-color: #130CBB;
}
</style>
border-color css
<style>
span { border-color: #130CBB; }
span { border-color: rgb(19,12,187); }
td.TdClassName
{
border-color: #130CBB;
}
.TagClassName
{
border-color: #130CBB;
}
</style>