Shades of Medium Blue #1913DB
Tints of Medium Blue #1913DB
RGB
CMYK
RGB Variations
Color information
#1913DB (or 0x1913DB) is known color: Medium Blue. HEX triplet: 19, 13 and DB. RGB value is (25,19,219). Sum of RGB (Red+Green+Blue) = 25+19+219=263 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.51% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 219 (85.94% from 255 or 83.27% from 263); Max value from RGB is 219 - color contains mainly: blue. Hex color #1913DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1913DB is #E6EC24. Grayscale: #2A2A2A. Windows color (decimal): -15133733 or 14357273. OLE color: 14357273.
HSL color Cylindrical-coordinate representation of color #1913DB: hue angle of 241.8º 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 #1913DB is Cyan = 0.89, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 19 | 219 | - |
| CMYK | 0.89 | 0.91 | 0 | 0.14 |
| HSL | 241.8º | 0.84% | 0.47% | - |
| HSV(B) | 241.8º | 0.91% | 0.86% | - |
| XYZ | 13.42 | 5.79 | 67.43 | - |
| YUV | 43.59 | 226.99 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 19 | 219 | 0.89 | 0.91 | 0 | 0.14 | 241.8 | 0.84 | 0.47 |
| Hex | 19 | 13 | DB | 59 | 5B | 0 | E | F2 | 54 | 2F |
| Octal | 31 | 23 | 333 | 131 | 133 | 0 | 16 | 362 | 124 | 57 |
| Binary | 11001 | 10011 | 11011011 | 1011001 | 1011011 | 0 | 1110 | 11110010 | 1010100 | 101111 |
Color Harmonies of #1913DB
Complementary color
Monochromatic Colors of #1913DB
Black with #1913DB
Text Example
Text Example
White with #1913DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1913DB; }
p { color: rgb(25,19,219); }
H1.HeaderClassName
{
color: #1913DB;
}
.AnyTagClassName
{
color: #1913DB;
}
</style>
background-color css
<style>
a { background-color: #1913DB; }
a { background-color: rgb(25,19,219); }
div.DivClassName
{
background-color: #1913DB;
}
.BgClassName
{
background-color: #1913DB;
}
</style>
border-color css
<style>
span { border-color: #1913DB; }
span { border-color: rgb(25,19,219); }
td.TdClassName
{
border-color: #1913DB;
}
.TagClassName
{
border-color: #1913DB;
}
</style>