Shades of Medium Blue #1917DB
Tints of Medium Blue #1917DB
RGB
CMYK
RGB Variations
Color information
#1917DB (or 0x1917DB) is known color: Medium Blue. HEX triplet: 19, 17 and DB. RGB value is (25,23,219). Sum of RGB (Red+Green+Blue) = 25+23+219=267 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.36% from 267); Green value is 23 (9.38% from 255 or 8.61% from 267); Blue value is 219 (85.94% from 255 or 82.02% from 267); Max value from RGB is 219 - color contains mainly: blue. Hex color #1917DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1917DB is #E6E824. Grayscale: #2D2D2D. Windows color (decimal): -15132709 or 14358297. OLE color: 14358297.
HSL color Cylindrical-coordinate representation of color #1917DB: hue angle of 240.61º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1917DB is Cyan = 0.89, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 23 | 219 | - |
| CMYK | 0.89 | 0.89 | 0 | 0.14 |
| HSL | 240.61º | 0.81% | 0.47% | - |
| HSV(B) | 240.61º | 0.89% | 0.86% | - |
| XYZ | 13.49 | 5.93 | 67.45 | - |
| YUV | 45.94 | 225.66 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 23 | 219 | 0.89 | 0.89 | 0 | 0.14 | 240.61 | 0.81 | 0.47 |
| Hex | 19 | 17 | DB | 59 | 59 | 0 | E | F1 | 51 | 2F |
| Octal | 31 | 27 | 333 | 131 | 131 | 0 | 16 | 361 | 121 | 57 |
| Binary | 11001 | 10111 | 11011011 | 1011001 | 1011001 | 0 | 1110 | 11110001 | 1010001 | 101111 |
Color Harmonies of #1917DB
Complementary color
Monochromatic Colors of #1917DB
Black with #1917DB
Text Example
Text Example
White with #1917DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1917DB; }
p { color: rgb(25,23,219); }
H1.HeaderClassName
{
color: #1917DB;
}
.AnyTagClassName
{
color: #1917DB;
}
</style>
background-color css
<style>
a { background-color: #1917DB; }
a { background-color: rgb(25,23,219); }
div.DivClassName
{
background-color: #1917DB;
}
.BgClassName
{
background-color: #1917DB;
}
</style>
border-color css
<style>
span { border-color: #1917DB; }
span { border-color: rgb(25,23,219); }
td.TdClassName
{
border-color: #1917DB;
}
.TagClassName
{
border-color: #1917DB;
}
</style>