Shades of Medium Blue #131EDB
Tints of Medium Blue #131EDB
RGB
CMYK
RGB Variations
Color information
#131EDB (or 0x131EDB) is known color: Medium Blue. HEX triplet: 13, 1E and DB. RGB value is (19,30,219). Sum of RGB (Red+Green+Blue) = 19+30+219=268 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.09% from 268); Green value is 30 (12.11% from 255 or 11.19% from 268); Blue value is 219 (85.94% from 255 or 81.72% from 268); Max value from RGB is 219 - color contains mainly: blue. Hex color #131EDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131EDB is #ECE124. Grayscale: #2F2F2F. Windows color (decimal): -15524133 or 14360083. OLE color: 14360083.
HSL color Cylindrical-coordinate representation of color #131EDB: hue angle of 236.7º 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 #131EDB is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 30 | 219 | - |
| CMYK | 0.91 | 0.86 | 0 | 0.14 |
| HSL | 236.7º | 0.84% | 0.47% | - |
| HSV(B) | 236.7º | 0.91% | 0.86% | - |
| XYZ | 13.52 | 6.18 | 67.5 | - |
| YUV | 48.26 | 224.36 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 30 | 219 | 0.91 | 0.86 | 0 | 0.14 | 236.7 | 0.84 | 0.47 |
| Hex | 13 | 1E | DB | 5B | 56 | 0 | E | ED | 54 | 2F |
| Octal | 23 | 36 | 333 | 133 | 126 | 0 | 16 | 355 | 124 | 57 |
| Binary | 10011 | 11110 | 11011011 | 1011011 | 1010110 | 0 | 1110 | 11101101 | 1010100 | 101111 |
Color Harmonies of #131EDB
Complementary color
Monochromatic Colors of #131EDB
Black with #131EDB
Text Example
Text Example
White with #131EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131EDB; }
p { color: rgb(19,30,219); }
H1.HeaderClassName
{
color: #131EDB;
}
.AnyTagClassName
{
color: #131EDB;
}
</style>
background-color css
<style>
a { background-color: #131EDB; }
a { background-color: rgb(19,30,219); }
div.DivClassName
{
background-color: #131EDB;
}
.BgClassName
{
background-color: #131EDB;
}
</style>
border-color css
<style>
span { border-color: #131EDB; }
span { border-color: rgb(19,30,219); }
td.TdClassName
{
border-color: #131EDB;
}
.TagClassName
{
border-color: #131EDB;
}
</style>