Shades of Medium Blue #131CDB
Tints of Medium Blue #131CDB
RGB
CMYK
RGB Variations
Color information
#131CDB (or 0x131CDB) is known color: Medium Blue. HEX triplet: 13, 1C and DB. RGB value is (19,28,219). Sum of RGB (Red+Green+Blue) = 19+28+219=266 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.14% from 266); Green value is 28 (11.33% from 255 or 10.53% from 266); Blue value is 219 (85.94% from 255 or 82.33% from 266); Max value from RGB is 219 - color contains mainly: blue. Hex color #131CDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131CDB is #ECE324. Grayscale: #2E2E2E. Windows color (decimal): -15524645 or 14359571. OLE color: 14359571.
HSL color Cylindrical-coordinate representation of color #131CDB: hue angle of 237.3º 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 #131CDB is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 28 | 219 | - |
| CMYK | 0.91 | 0.87 | 0 | 0.14 |
| HSL | 237.3º | 0.84% | 0.47% | - |
| HSV(B) | 237.3º | 0.91% | 0.86% | - |
| XYZ | 13.47 | 6.08 | 67.48 | - |
| YUV | 47.08 | 225.02 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 28 | 219 | 0.91 | 0.87 | 0 | 0.14 | 237.3 | 0.84 | 0.47 |
| Hex | 13 | 1C | DB | 5B | 57 | 0 | E | ED | 54 | 2F |
| Octal | 23 | 34 | 333 | 133 | 127 | 0 | 16 | 355 | 124 | 57 |
| Binary | 10011 | 11100 | 11011011 | 1011011 | 1010111 | 0 | 1110 | 11101101 | 1010100 | 101111 |
Color Harmonies of #131CDB
Complementary color
Monochromatic Colors of #131CDB
Black with #131CDB
Text Example
Text Example
White with #131CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131CDB; }
p { color: rgb(19,28,219); }
H1.HeaderClassName
{
color: #131CDB;
}
.AnyTagClassName
{
color: #131CDB;
}
</style>
background-color css
<style>
a { background-color: #131CDB; }
a { background-color: rgb(19,28,219); }
div.DivClassName
{
background-color: #131CDB;
}
.BgClassName
{
background-color: #131CDB;
}
</style>
border-color css
<style>
span { border-color: #131CDB; }
span { border-color: rgb(19,28,219); }
td.TdClassName
{
border-color: #131CDB;
}
.TagClassName
{
border-color: #131CDB;
}
</style>