Shades of Medium Blue #130BDB
Tints of Medium Blue #130BDB
RGB
CMYK
RGB Variations
Color information
#130BDB (or 0x130BDB) is known color: Medium Blue. HEX triplet: 13, 0B and DB. RGB value is (19,11,219). Sum of RGB (Red+Green+Blue) = 19+11+219=249 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.63% from 249); Green value is 11 (4.69% from 255 or 4.42% from 249); Blue value is 219 (85.94% from 255 or 87.95% from 249); Max value from RGB is 219 - color contains mainly: blue. Hex color #130BDB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130BDB is #ECF424. Grayscale: #242424. Windows color (decimal): -15528997 or 14355219. OLE color: 14355219.
HSL color Cylindrical-coordinate representation of color #130BDB: hue angle of 242.31º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #130BDB is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 11 | 219 | - |
| CMYK | 0.91 | 0.95 | 0 | 0.14 |
| HSL | 242.31º | 0.9% | 0.45% | - |
| HSV(B) | 242.31º | 0.95% | 0.86% | - |
| XYZ | 13.17 | 5.49 | 67.38 | - |
| YUV | 37.1 | 230.65 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 11 | 219 | 0.91 | 0.95 | 0 | 0.14 | 242.31 | 0.9 | 0.45 |
| Hex | 13 | B | DB | 5B | 5F | 0 | E | F2 | 5A | 2D |
| Octal | 23 | 13 | 333 | 133 | 137 | 0 | 16 | 362 | 132 | 55 |
| Binary | 10011 | 1011 | 11011011 | 1011011 | 1011111 | 0 | 1110 | 11110010 | 1011010 | 101101 |
Color Harmonies of #130BDB
Complementary color
Monochromatic Colors of #130BDB
Black with #130BDB
Text Example
Text Example
White with #130BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130BDB; }
p { color: rgb(19,11,219); }
H1.HeaderClassName
{
color: #130BDB;
}
.AnyTagClassName
{
color: #130BDB;
}
</style>
background-color css
<style>
a { background-color: #130BDB; }
a { background-color: rgb(19,11,219); }
div.DivClassName
{
background-color: #130BDB;
}
.BgClassName
{
background-color: #130BDB;
}
</style>
border-color css
<style>
span { border-color: #130BDB; }
span { border-color: rgb(19,11,219); }
td.TdClassName
{
border-color: #130BDB;
}
.TagClassName
{
border-color: #130BDB;
}
</style>