Shades of Medium Blue #1304DB
Tints of Medium Blue #1304DB
RGB
CMYK
RGB Variations
Color information
#1304DB (or 0x1304DB) is known color: Medium Blue. HEX triplet: 13, 04 and DB. RGB value is (19,4,219). Sum of RGB (Red+Green+Blue) = 19+4+219=242 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.85% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 219 (85.94% from 255 or 90.50% from 242); Max value from RGB is 219 - color contains mainly: blue. Hex color #1304DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1304DB is #ECFB24. Grayscale: #202020. Windows color (decimal): -15530789 or 14353427. OLE color: 14353427.
HSL color Cylindrical-coordinate representation of color #1304DB: hue angle of 244.19º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1304DB is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 4 | 219 | - |
| CMYK | 0.91 | 0.98 | 0 | 0.14 |
| HSL | 244.19º | 0.96% | 0.44% | - |
| HSV(B) | 244.19º | 0.98% | 0.86% | - |
| XYZ | 13.1 | 5.34 | 67.36 | - |
| YUV | 33 | 232.97 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 4 | 219 | 0.91 | 0.98 | 0 | 0.14 | 244.19 | 0.96 | 0.44 |
| Hex | 13 | 4 | DB | 5B | 62 | 0 | E | F4 | 60 | 2C |
| Octal | 23 | 4 | 333 | 133 | 142 | 0 | 16 | 364 | 140 | 54 |
| Binary | 10011 | 100 | 11011011 | 1011011 | 1100010 | 0 | 1110 | 11110100 | 1100000 | 101100 |
Color Harmonies of #1304DB
Complementary color
Monochromatic Colors of #1304DB
Black with #1304DB
Text Example
Text Example
White with #1304DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1304DB; }
p { color: rgb(19,4,219); }
H1.HeaderClassName
{
color: #1304DB;
}
.AnyTagClassName
{
color: #1304DB;
}
</style>
background-color css
<style>
a { background-color: #1304DB; }
a { background-color: rgb(19,4,219); }
div.DivClassName
{
background-color: #1304DB;
}
.BgClassName
{
background-color: #1304DB;
}
</style>
border-color css
<style>
span { border-color: #1304DB; }
span { border-color: rgb(19,4,219); }
td.TdClassName
{
border-color: #1304DB;
}
.TagClassName
{
border-color: #1304DB;
}
</style>