Shades of Medium Blue #1316DB
Tints of Medium Blue #1316DB
RGB
CMYK
RGB Variations
Color information
#1316DB (or 0x1316DB) is known color: Medium Blue. HEX triplet: 13, 16 and DB. RGB value is (19,22,219). Sum of RGB (Red+Green+Blue) = 19+22+219=260 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.31% from 260); Green value is 22 (8.98% from 255 or 8.46% 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 #1316DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1316DB is #ECE924. Grayscale: #2A2A2A. Windows color (decimal): -15526181 or 14358035. OLE color: 14358035.
HSL color Cylindrical-coordinate representation of color #1316DB: hue angle of 239.1º 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 #1316DB is Cyan = 0.91, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 22 | 219 | - |
| CMYK | 0.91 | 0.90 | 0 | 0.14 |
| HSL | 239.1º | 0.84% | 0.47% | - |
| HSV(B) | 239.1º | 0.91% | 0.86% | - |
| XYZ | 13.34 | 5.83 | 67.44 | - |
| YUV | 43.56 | 227.01 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 22 | 219 | 0.91 | 0.90 | 0 | 0.14 | 239.1 | 0.84 | 0.47 |
| Hex | 13 | 16 | DB | 5B | 5A | 0 | E | EF | 54 | 2F |
| Octal | 23 | 26 | 333 | 133 | 132 | 0 | 16 | 357 | 124 | 57 |
| Binary | 10011 | 10110 | 11011011 | 1011011 | 1011010 | 0 | 1110 | 11101111 | 1010100 | 101111 |
Color Harmonies of #1316DB
Complementary color
Monochromatic Colors of #1316DB
Black with #1316DB
Text Example
Text Example
White with #1316DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1316DB; }
p { color: rgb(19,22,219); }
H1.HeaderClassName
{
color: #1316DB;
}
.AnyTagClassName
{
color: #1316DB;
}
</style>
background-color css
<style>
a { background-color: #1316DB; }
a { background-color: rgb(19,22,219); }
div.DivClassName
{
background-color: #1316DB;
}
.BgClassName
{
background-color: #1316DB;
}
</style>
border-color css
<style>
span { border-color: #1316DB; }
span { border-color: rgb(19,22,219); }
td.TdClassName
{
border-color: #1316DB;
}
.TagClassName
{
border-color: #1316DB;
}
</style>