Shades of Medium Blue #131ADB
Tints of Medium Blue #131ADB
RGB
CMYK
RGB Variations
Color information
#131ADB (or 0x131ADB) is known color: Medium Blue. HEX triplet: 13, 1A and DB. RGB value is (19,26,219). Sum of RGB (Red+Green+Blue) = 19+26+219=264 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.20% from 264); Green value is 26 (10.55% from 255 or 9.85% from 264); Blue value is 219 (85.94% from 255 or 82.95% from 264); Max value from RGB is 219 - color contains mainly: blue. Hex color #131ADB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131ADB is #ECE524. Grayscale: #2D2D2D. Windows color (decimal): -15525157 or 14359059. OLE color: 14359059.
HSL color Cylindrical-coordinate representation of color #131ADB: hue angle of 237.9º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #131ADB is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 26 | 219 | - |
| CMYK | 0.91 | 0.88 | 0 | 0.14 |
| HSL | 237.9º | 0.84% | 0.47% | - |
| HSV(B) | 237.9º | 0.91% | 0.86% | - |
| XYZ | 13.42 | 5.99 | 67.47 | - |
| YUV | 45.91 | 225.68 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 26 | 219 | 0.91 | 0.88 | 0 | 0.14 | 237.9 | 0.84 | 0.47 |
| Hex | 13 | 1A | DB | 5B | 58 | 0 | E | EE | 54 | 2F |
| Octal | 23 | 32 | 333 | 133 | 130 | 0 | 16 | 356 | 124 | 57 |
| Binary | 10011 | 11010 | 11011011 | 1011011 | 1011000 | 0 | 1110 | 11101110 | 1010100 | 101111 |
Color Harmonies of #131ADB
Complementary color
Monochromatic Colors of #131ADB
Black with #131ADB
Text Example
Text Example
White with #131ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131ADB; }
p { color: rgb(19,26,219); }
H1.HeaderClassName
{
color: #131ADB;
}
.AnyTagClassName
{
color: #131ADB;
}
</style>
background-color css
<style>
a { background-color: #131ADB; }
a { background-color: rgb(19,26,219); }
div.DivClassName
{
background-color: #131ADB;
}
.BgClassName
{
background-color: #131ADB;
}
</style>
border-color css
<style>
span { border-color: #131ADB; }
span { border-color: rgb(19,26,219); }
td.TdClassName
{
border-color: #131ADB;
}
.TagClassName
{
border-color: #131ADB;
}
</style>