Shades of Medium Blue #130ADB
Tints of Medium Blue #130ADB
RGB
CMYK
RGB Variations
Color information
#130ADB (or 0x130ADB) is known color: Medium Blue. HEX triplet: 13, 0A and DB. RGB value is (19,10,219). Sum of RGB (Red+Green+Blue) = 19+10+219=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 10 (4.30% from 255 or 4.03% from 248); Blue value is 219 (85.94% from 255 or 88.31% from 248); Max value from RGB is 219 - color contains mainly: blue. Hex color #130ADB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130ADB is #ECF524. Grayscale: #232323. Windows color (decimal): -15529253 or 14354963. OLE color: 14354963.
HSL color Cylindrical-coordinate representation of color #130ADB: hue angle of 242.58º degrees, saturation: 0.91, 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 #130ADB is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 10 | 219 | - |
| CMYK | 0.91 | 0.95 | 0 | 0.14 |
| HSL | 242.58º | 0.91% | 0.45% | - |
| HSV(B) | 242.58º | 0.95% | 0.86% | - |
| XYZ | 13.16 | 5.47 | 67.38 | - |
| YUV | 36.52 | 230.98 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 10 | 219 | 0.91 | 0.95 | 0 | 0.14 | 242.58 | 0.91 | 0.45 |
| Hex | 13 | A | DB | 5B | 5F | 0 | E | F3 | 5B | 2D |
| Octal | 23 | 12 | 333 | 133 | 137 | 0 | 16 | 363 | 133 | 55 |
| Binary | 10011 | 1010 | 11011011 | 1011011 | 1011111 | 0 | 1110 | 11110011 | 1011011 | 101101 |
Color Harmonies of #130ADB
Complementary color
Monochromatic Colors of #130ADB
Black with #130ADB
Text Example
Text Example
White with #130ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130ADB; }
p { color: rgb(19,10,219); }
H1.HeaderClassName
{
color: #130ADB;
}
.AnyTagClassName
{
color: #130ADB;
}
</style>
background-color css
<style>
a { background-color: #130ADB; }
a { background-color: rgb(19,10,219); }
div.DivClassName
{
background-color: #130ADB;
}
.BgClassName
{
background-color: #130ADB;
}
</style>
border-color css
<style>
span { border-color: #130ADB; }
span { border-color: rgb(19,10,219); }
td.TdClassName
{
border-color: #130ADB;
}
.TagClassName
{
border-color: #130ADB;
}
</style>