Shades of Medium Blue #131BDB
Tints of Medium Blue #131BDB
RGB
CMYK
RGB Variations
Color information
#131BDB (or 0x131BDB) is known color: Medium Blue. HEX triplet: 13, 1B and DB. RGB value is (19,27,219). Sum of RGB (Red+Green+Blue) = 19+27+219=265 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.17% from 265); Green value is 27 (10.94% from 255 or 10.19% from 265); Blue value is 219 (85.94% from 255 or 82.64% from 265); Max value from RGB is 219 - color contains mainly: blue. Hex color #131BDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131BDB is #ECE424. Grayscale: #2D2D2D. Windows color (decimal): -15524901 or 14359315. OLE color: 14359315.
HSL color Cylindrical-coordinate representation of color #131BDB: hue angle of 237.6º 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 #131BDB is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 27 | 219 | - |
| CMYK | 0.91 | 0.88 | 0 | 0.14 |
| HSL | 237.6º | 0.84% | 0.47% | - |
| HSV(B) | 237.6º | 0.91% | 0.86% | - |
| XYZ | 13.45 | 6.04 | 67.47 | - |
| YUV | 46.5 | 225.35 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 27 | 219 | 0.91 | 0.88 | 0 | 0.14 | 237.6 | 0.84 | 0.47 |
| Hex | 13 | 1B | DB | 5B | 58 | 0 | E | EE | 54 | 2F |
| Octal | 23 | 33 | 333 | 133 | 130 | 0 | 16 | 356 | 124 | 57 |
| Binary | 10011 | 11011 | 11011011 | 1011011 | 1011000 | 0 | 1110 | 11101110 | 1010100 | 101111 |
Color Harmonies of #131BDB
Complementary color
Monochromatic Colors of #131BDB
Black with #131BDB
Text Example
Text Example
White with #131BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131BDB; }
p { color: rgb(19,27,219); }
H1.HeaderClassName
{
color: #131BDB;
}
.AnyTagClassName
{
color: #131BDB;
}
</style>
background-color css
<style>
a { background-color: #131BDB; }
a { background-color: rgb(19,27,219); }
div.DivClassName
{
background-color: #131BDB;
}
.BgClassName
{
background-color: #131BDB;
}
</style>
border-color css
<style>
span { border-color: #131BDB; }
span { border-color: rgb(19,27,219); }
td.TdClassName
{
border-color: #131BDB;
}
.TagClassName
{
border-color: #131BDB;
}
</style>