Shades of Medium Blue #1619DB
Tints of Medium Blue #1619DB
RGB
CMYK
RGB Variations
Color information
#1619DB (or 0x1619DB) is known color: Medium Blue. HEX triplet: 16, 19 and DB. RGB value is (22,25,219). Sum of RGB (Red+Green+Blue) = 22+25+219=266 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.27% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 219 (85.94% from 255 or 82.33% from 266); Max value from RGB is 219 - color contains mainly: blue. Hex color #1619DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1619DB is #E9E624. Grayscale: #2D2D2D. Windows color (decimal): -15328805 or 14358806. OLE color: 14358806.
HSL color Cylindrical-coordinate representation of color #1619DB: hue angle of 239.09º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1619DB is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 25 | 219 | - |
| CMYK | 0.90 | 0.89 | 0 | 0.14 |
| HSL | 239.09º | 0.82% | 0.47% | - |
| HSV(B) | 239.09º | 0.9% | 0.86% | - |
| XYZ | 13.46 | 5.98 | 67.46 | - |
| YUV | 46.22 | 225.51 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 25 | 219 | 0.90 | 0.89 | 0 | 0.14 | 239.09 | 0.82 | 0.47 |
| Hex | 16 | 19 | DB | 5A | 59 | 0 | E | EF | 52 | 2F |
| Octal | 26 | 31 | 333 | 132 | 131 | 0 | 16 | 357 | 122 | 57 |
| Binary | 10110 | 11001 | 11011011 | 1011010 | 1011001 | 0 | 1110 | 11101111 | 1010010 | 101111 |
Color Harmonies of #1619DB
Complementary color
Monochromatic Colors of #1619DB
Black with #1619DB
Text Example
Text Example
White with #1619DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1619DB; }
p { color: rgb(22,25,219); }
H1.HeaderClassName
{
color: #1619DB;
}
.AnyTagClassName
{
color: #1619DB;
}
</style>
background-color css
<style>
a { background-color: #1619DB; }
a { background-color: rgb(22,25,219); }
div.DivClassName
{
background-color: #1619DB;
}
.BgClassName
{
background-color: #1619DB;
}
</style>
border-color css
<style>
span { border-color: #1619DB; }
span { border-color: rgb(22,25,219); }
td.TdClassName
{
border-color: #1619DB;
}
.TagClassName
{
border-color: #1619DB;
}
</style>