Shades of Medium Blue #1314DB
Tints of Medium Blue #1314DB
RGB
CMYK
RGB Variations
Color information
#1314DB (or 0x1314DB) is known color: Medium Blue. HEX triplet: 13, 14 and DB. RGB value is (19,20,219). Sum of RGB (Red+Green+Blue) = 19+20+219=258 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.36% from 258); Green value is 20 (8.20% from 255 or 7.75% from 258); Blue value is 219 (85.94% from 255 or 84.88% from 258); Max value from RGB is 219 - color contains mainly: blue. Hex color #1314DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1314DB is #ECEB24. Grayscale: #292929. Windows color (decimal): -15526693 or 14357523. OLE color: 14357523.
HSL color Cylindrical-coordinate representation of color #1314DB: hue angle of 239.7º 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 #1314DB is Cyan = 0.91, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 20 | 219 | - |
| CMYK | 0.91 | 0.91 | 0 | 0.14 |
| HSL | 239.7º | 0.84% | 0.47% | - |
| HSV(B) | 239.7º | 0.91% | 0.86% | - |
| XYZ | 13.3 | 5.75 | 67.43 | - |
| YUV | 42.39 | 227.67 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 20 | 219 | 0.91 | 0.91 | 0 | 0.14 | 239.7 | 0.84 | 0.47 |
| Hex | 13 | 14 | DB | 5B | 5B | 0 | E | F0 | 54 | 2F |
| Octal | 23 | 24 | 333 | 133 | 133 | 0 | 16 | 360 | 124 | 57 |
| Binary | 10011 | 10100 | 11011011 | 1011011 | 1011011 | 0 | 1110 | 11110000 | 1010100 | 101111 |
Color Harmonies of #1314DB
Complementary color
Monochromatic Colors of #1314DB
Black with #1314DB
Text Example
Text Example
White with #1314DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1314DB; }
p { color: rgb(19,20,219); }
H1.HeaderClassName
{
color: #1314DB;
}
.AnyTagClassName
{
color: #1314DB;
}
</style>
background-color css
<style>
a { background-color: #1314DB; }
a { background-color: rgb(19,20,219); }
div.DivClassName
{
background-color: #1314DB;
}
.BgClassName
{
background-color: #1314DB;
}
</style>
border-color css
<style>
span { border-color: #1314DB; }
span { border-color: rgb(19,20,219); }
td.TdClassName
{
border-color: #1314DB;
}
.TagClassName
{
border-color: #1314DB;
}
</style>