Shades of Medium Blue #190DDB
Tints of Medium Blue #190DDB
RGB
CMYK
RGB Variations
Color information
#190DDB (or 0x190DDB) is known color: Medium Blue. HEX triplet: 19, 0D and DB. RGB value is (25,13,219). Sum of RGB (Red+Green+Blue) = 25+13+219=257 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.73% from 257); Green value is 13 (5.47% from 255 or 5.06% from 257); Blue value is 219 (85.94% from 255 or 85.21% from 257); Max value from RGB is 219 - color contains mainly: blue. Hex color #190DDB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #190DDB is #E6F224. Grayscale: #272727. Windows color (decimal): -15135269 or 14355737. OLE color: 14355737.
HSL color Cylindrical-coordinate representation of color #190DDB: hue angle of 243.5º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #190DDB is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 13 | 219 | - |
| CMYK | 0.89 | 0.94 | 0 | 0.14 |
| HSL | 243.5º | 0.89% | 0.45% | - |
| HSV(B) | 243.5º | 0.94% | 0.86% | - |
| XYZ | 13.33 | 5.61 | 67.4 | - |
| YUV | 40.07 | 228.98 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 13 | 219 | 0.89 | 0.94 | 0 | 0.14 | 243.5 | 0.89 | 0.45 |
| Hex | 19 | D | DB | 59 | 5E | 0 | E | F3 | 59 | 2D |
| Octal | 31 | 15 | 333 | 131 | 136 | 0 | 16 | 363 | 131 | 55 |
| Binary | 11001 | 1101 | 11011011 | 1011001 | 1011110 | 0 | 1110 | 11110011 | 1011001 | 101101 |
Color Harmonies of #190DDB
Complementary color
Monochromatic Colors of #190DDB
Black with #190DDB
Text Example
Text Example
White with #190DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190DDB; }
p { color: rgb(25,13,219); }
H1.HeaderClassName
{
color: #190DDB;
}
.AnyTagClassName
{
color: #190DDB;
}
</style>
background-color css
<style>
a { background-color: #190DDB; }
a { background-color: rgb(25,13,219); }
div.DivClassName
{
background-color: #190DDB;
}
.BgClassName
{
background-color: #190DDB;
}
</style>
border-color css
<style>
span { border-color: #190DDB; }
span { border-color: rgb(25,13,219); }
td.TdClassName
{
border-color: #190DDB;
}
.TagClassName
{
border-color: #190DDB;
}
</style>