Shades of Medium Blue #130DDB
Tints of Medium Blue #130DDB
RGB
CMYK
RGB Variations
Color information
#130DDB (or 0x130DDB) is known color: Medium Blue. HEX triplet: 13, 0D and DB. RGB value is (19,13,219). Sum of RGB (Red+Green+Blue) = 19+13+219=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 13 (5.47% from 255 or 5.18% from 251); Blue value is 219 (85.94% from 255 or 87.25% from 251); Max value from RGB is 219 - color contains mainly: blue. Hex color #130DDB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130DDB is #ECF224. Grayscale: #252525. Windows color (decimal): -15528485 or 14355731. OLE color: 14355731.
HSL color Cylindrical-coordinate representation of color #130DDB: hue angle of 241.75º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130DDB is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 13 | 219 | - |
| CMYK | 0.91 | 0.94 | 0 | 0.14 |
| HSL | 241.75º | 0.89% | 0.45% | - |
| HSV(B) | 241.75º | 0.94% | 0.86% | - |
| XYZ | 13.2 | 5.54 | 67.39 | - |
| YUV | 38.28 | 229.99 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 13 | 219 | 0.91 | 0.94 | 0 | 0.14 | 241.75 | 0.89 | 0.45 |
| Hex | 13 | D | DB | 5B | 5E | 0 | E | F2 | 59 | 2D |
| Octal | 23 | 15 | 333 | 133 | 136 | 0 | 16 | 362 | 131 | 55 |
| Binary | 10011 | 1101 | 11011011 | 1011011 | 1011110 | 0 | 1110 | 11110010 | 1011001 | 101101 |
Color Harmonies of #130DDB
Complementary color
Monochromatic Colors of #130DDB
Black with #130DDB
Text Example
Text Example
White with #130DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130DDB; }
p { color: rgb(19,13,219); }
H1.HeaderClassName
{
color: #130DDB;
}
.AnyTagClassName
{
color: #130DDB;
}
</style>
background-color css
<style>
a { background-color: #130DDB; }
a { background-color: rgb(19,13,219); }
div.DivClassName
{
background-color: #130DDB;
}
.BgClassName
{
background-color: #130DDB;
}
</style>
border-color css
<style>
span { border-color: #130DDB; }
span { border-color: rgb(19,13,219); }
td.TdClassName
{
border-color: #130DDB;
}
.TagClassName
{
border-color: #130DDB;
}
</style>