Shades of Medium Blue #191FDB
Tints of Medium Blue #191FDB
RGB
CMYK
RGB Variations
Color information
#191FDB (or 0x191FDB) is known color: Medium Blue. HEX triplet: 19, 1F and DB. RGB value is (25,31,219). Sum of RGB (Red+Green+Blue) = 25+31+219=275 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.09% from 275); Green value is 31 (12.5% from 255 or 11.27% from 275); Blue value is 219 (85.94% from 255 or 79.64% from 275); Max value from RGB is 219 - color contains mainly: blue. Hex color #191FDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #191FDB is #E6E024. Grayscale: #313131. Windows color (decimal): -15130661 or 14360345. OLE color: 14360345.
HSL color Cylindrical-coordinate representation of color #191FDB: hue angle of 238.14º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #191FDB is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 31 | 219 | - |
| CMYK | 0.89 | 0.86 | 0 | 0.14 |
| HSL | 238.14º | 0.8% | 0.48% | - |
| HSV(B) | 238.14º | 0.89% | 0.86% | - |
| XYZ | 13.68 | 6.3 | 67.51 | - |
| YUV | 50.64 | 223.01 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 31 | 219 | 0.89 | 0.86 | 0 | 0.14 | 238.14 | 0.8 | 0.48 |
| Hex | 19 | 1F | DB | 59 | 56 | 0 | E | EE | 50 | 30 |
| Octal | 31 | 37 | 333 | 131 | 126 | 0 | 16 | 356 | 120 | 60 |
| Binary | 11001 | 11111 | 11011011 | 1011001 | 1010110 | 0 | 1110 | 11101110 | 1010000 | 110000 |
Color Harmonies of #191FDB
Complementary color
Monochromatic Colors of #191FDB
Black with #191FDB
Text Example
Text Example
White with #191FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191FDB; }
p { color: rgb(25,31,219); }
H1.HeaderClassName
{
color: #191FDB;
}
.AnyTagClassName
{
color: #191FDB;
}
</style>
background-color css
<style>
a { background-color: #191FDB; }
a { background-color: rgb(25,31,219); }
div.DivClassName
{
background-color: #191FDB;
}
.BgClassName
{
background-color: #191FDB;
}
</style>
border-color css
<style>
span { border-color: #191FDB; }
span { border-color: rgb(25,31,219); }
td.TdClassName
{
border-color: #191FDB;
}
.TagClassName
{
border-color: #191FDB;
}
</style>