Shades of Medium Blue #130FDB
Tints of Medium Blue #130FDB
RGB
CMYK
RGB Variations
Color information
#130FDB (or 0x130FDB) is known color: Medium Blue. HEX triplet: 13, 0F and DB. RGB value is (19,15,219). Sum of RGB (Red+Green+Blue) = 19+15+219=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 15 (6.25% from 255 or 5.93% from 253); Blue value is 219 (85.94% from 255 or 86.56% from 253); Max value from RGB is 219 - color contains mainly: blue. Hex color #130FDB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130FDB is #ECF024. Grayscale: #262626. Windows color (decimal): -15527973 or 14356243. OLE color: 14356243.
HSL color Cylindrical-coordinate representation of color #130FDB: hue angle of 241.18º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #130FDB is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 15 | 219 | - |
| CMYK | 0.91 | 0.93 | 0 | 0.14 |
| HSL | 241.18º | 0.87% | 0.46% | - |
| HSV(B) | 241.18º | 0.93% | 0.86% | - |
| XYZ | 13.23 | 5.59 | 67.4 | - |
| YUV | 39.45 | 229.33 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 15 | 219 | 0.91 | 0.93 | 0 | 0.14 | 241.18 | 0.87 | 0.46 |
| Hex | 13 | F | DB | 5B | 5D | 0 | E | F1 | 57 | 2E |
| Octal | 23 | 17 | 333 | 133 | 135 | 0 | 16 | 361 | 127 | 56 |
| Binary | 10011 | 1111 | 11011011 | 1011011 | 1011101 | 0 | 1110 | 11110001 | 1010111 | 101110 |
Color Harmonies of #130FDB
Complementary color
Monochromatic Colors of #130FDB
Black with #130FDB
Text Example
Text Example
White with #130FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130FDB; }
p { color: rgb(19,15,219); }
H1.HeaderClassName
{
color: #130FDB;
}
.AnyTagClassName
{
color: #130FDB;
}
</style>
background-color css
<style>
a { background-color: #130FDB; }
a { background-color: rgb(19,15,219); }
div.DivClassName
{
background-color: #130FDB;
}
.BgClassName
{
background-color: #130FDB;
}
</style>
border-color css
<style>
span { border-color: #130FDB; }
span { border-color: rgb(19,15,219); }
td.TdClassName
{
border-color: #130FDB;
}
.TagClassName
{
border-color: #130FDB;
}
</style>