Shades of Medium Blue #1303DB
Tints of Medium Blue #1303DB
RGB
CMYK
RGB Variations
Color information
#1303DB (or 0x1303DB) is known color: Medium Blue. HEX triplet: 13, 03 and DB. RGB value is (19,3,219). Sum of RGB (Red+Green+Blue) = 19+3+219=241 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.88% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 219 (85.94% from 255 or 90.87% from 241); Max value from RGB is 219 - color contains mainly: blue. Hex color #1303DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1303DB is #ECFC24. Grayscale: #1F1F1F. Windows color (decimal): -15531045 or 14353171. OLE color: 14353171.
HSL color Cylindrical-coordinate representation of color #1303DB: hue angle of 244.44º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1303DB is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 3 | 219 | - |
| CMYK | 0.91 | 0.99 | 0 | 0.14 |
| HSL | 244.44º | 0.97% | 0.44% | - |
| HSV(B) | 244.44º | 0.99% | 0.86% | - |
| XYZ | 13.09 | 5.32 | 67.35 | - |
| YUV | 32.41 | 233.3 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 3 | 219 | 0.91 | 0.99 | 0 | 0.14 | 244.44 | 0.97 | 0.44 |
| Hex | 13 | 3 | DB | 5B | 63 | 0 | E | F4 | 61 | 2C |
| Octal | 23 | 3 | 333 | 133 | 143 | 0 | 16 | 364 | 141 | 54 |
| Binary | 10011 | 11 | 11011011 | 1011011 | 1100011 | 0 | 1110 | 11110100 | 1100001 | 101100 |
Color Harmonies of #1303DB
Complementary color
Monochromatic Colors of #1303DB
Black with #1303DB
Text Example
Text Example
White with #1303DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1303DB; }
p { color: rgb(19,3,219); }
H1.HeaderClassName
{
color: #1303DB;
}
.AnyTagClassName
{
color: #1303DB;
}
</style>
background-color css
<style>
a { background-color: #1303DB; }
a { background-color: rgb(19,3,219); }
div.DivClassName
{
background-color: #1303DB;
}
.BgClassName
{
background-color: #1303DB;
}
</style>
border-color css
<style>
span { border-color: #1303DB; }
span { border-color: rgb(19,3,219); }
td.TdClassName
{
border-color: #1303DB;
}
.TagClassName
{
border-color: #1303DB;
}
</style>