Shades of Medium Blue #1019DB
Tints of Medium Blue #1019DB
RGB
CMYK
RGB Variations
Color information
#1019DB (or 0x1019DB) is known color: Medium Blue. HEX triplet: 10, 19 and DB. RGB value is (16,25,219). Sum of RGB (Red+Green+Blue) = 16+25+219=260 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.15% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 219 (85.94% from 255 or 84.23% from 260); Max value from RGB is 219 - color contains mainly: blue. Hex color #1019DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1019DB is #EFE624. Grayscale: #2B2B2B. Windows color (decimal): -15722021 or 14358800. OLE color: 14358800.
HSL color Cylindrical-coordinate representation of color #1019DB: hue angle of 237.34º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1019DB is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 25 | 219 | - |
| CMYK | 0.93 | 0.89 | 0 | 0.14 |
| HSL | 237.34º | 0.86% | 0.46% | - |
| HSV(B) | 237.34º | 0.93% | 0.86% | - |
| XYZ | 13.35 | 5.92 | 67.46 | - |
| YUV | 44.43 | 226.52 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 25 | 219 | 0.93 | 0.89 | 0 | 0.14 | 237.34 | 0.86 | 0.46 |
| Hex | 10 | 19 | DB | 5D | 59 | 0 | E | ED | 56 | 2E |
| Octal | 20 | 31 | 333 | 135 | 131 | 0 | 16 | 355 | 126 | 56 |
| Binary | 10000 | 11001 | 11011011 | 1011101 | 1011001 | 0 | 1110 | 11101101 | 1010110 | 101110 |
Color Harmonies of #1019DB
Complementary color
Monochromatic Colors of #1019DB
Black with #1019DB
Text Example
Text Example
White with #1019DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1019DB; }
p { color: rgb(16,25,219); }
H1.HeaderClassName
{
color: #1019DB;
}
.AnyTagClassName
{
color: #1019DB;
}
</style>
background-color css
<style>
a { background-color: #1019DB; }
a { background-color: rgb(16,25,219); }
div.DivClassName
{
background-color: #1019DB;
}
.BgClassName
{
background-color: #1019DB;
}
</style>
border-color css
<style>
span { border-color: #1019DB; }
span { border-color: rgb(16,25,219); }
td.TdClassName
{
border-color: #1019DB;
}
.TagClassName
{
border-color: #1019DB;
}
</style>