Shades of Medium Blue #131FDB
Tints of Medium Blue #131FDB
RGB
CMYK
RGB Variations
Color information
#131FDB (or 0x131FDB) is known color: Medium Blue. HEX triplet: 13, 1F and DB. RGB value is (19,31,219). Sum of RGB (Red+Green+Blue) = 19+31+219=269 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.06% from 269); Green value is 31 (12.5% from 255 or 11.52% from 269); Blue value is 219 (85.94% from 255 or 81.41% from 269); Max value from RGB is 219 - color contains mainly: blue. Hex color #131FDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131FDB is #ECE024. Grayscale: #303030. Windows color (decimal): -15523877 or 14360339. OLE color: 14360339.
HSL color Cylindrical-coordinate representation of color #131FDB: hue angle of 236.4º 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 #131FDB is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 31 | 219 | - |
| CMYK | 0.91 | 0.86 | 0 | 0.14 |
| HSL | 236.4º | 0.84% | 0.47% | - |
| HSV(B) | 236.4º | 0.91% | 0.86% | - |
| XYZ | 13.54 | 6.23 | 67.51 | - |
| YUV | 48.84 | 224.02 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 31 | 219 | 0.91 | 0.86 | 0 | 0.14 | 236.4 | 0.84 | 0.47 |
| Hex | 13 | 1F | DB | 5B | 56 | 0 | E | EC | 54 | 2F |
| Octal | 23 | 37 | 333 | 133 | 126 | 0 | 16 | 354 | 124 | 57 |
| Binary | 10011 | 11111 | 11011011 | 1011011 | 1010110 | 0 | 1110 | 11101100 | 1010100 | 101111 |
Color Harmonies of #131FDB
Complementary color
Monochromatic Colors of #131FDB
Black with #131FDB
Text Example
Text Example
White with #131FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131FDB; }
p { color: rgb(19,31,219); }
H1.HeaderClassName
{
color: #131FDB;
}
.AnyTagClassName
{
color: #131FDB;
}
</style>
background-color css
<style>
a { background-color: #131FDB; }
a { background-color: rgb(19,31,219); }
div.DivClassName
{
background-color: #131FDB;
}
.BgClassName
{
background-color: #131FDB;
}
</style>
border-color css
<style>
span { border-color: #131FDB; }
span { border-color: rgb(19,31,219); }
td.TdClassName
{
border-color: #131FDB;
}
.TagClassName
{
border-color: #131FDB;
}
</style>