Shades of Medium Blue #1305DB
Tints of Medium Blue #1305DB
RGB
CMYK
RGB Variations
Color information
#1305DB (or 0x1305DB) is known color: Medium Blue. HEX triplet: 13, 05 and DB. RGB value is (19,5,219). Sum of RGB (Red+Green+Blue) = 19+5+219=243 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.82% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 219 (85.94% from 255 or 90.12% from 243); Max value from RGB is 219 - color contains mainly: blue. Hex color #1305DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1305DB is #ECFA24. Grayscale: #202020. Windows color (decimal): -15530533 or 14353683. OLE color: 14353683.
HSL color Cylindrical-coordinate representation of color #1305DB: hue angle of 243.93º 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 #1305DB is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 5 | 219 | - |
| CMYK | 0.91 | 0.98 | 0 | 0.14 |
| HSL | 243.93º | 0.96% | 0.44% | - |
| HSV(B) | 243.93º | 0.98% | 0.86% | - |
| XYZ | 13.11 | 5.36 | 67.36 | - |
| YUV | 33.58 | 232.64 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 5 | 219 | 0.91 | 0.98 | 0 | 0.14 | 243.93 | 0.96 | 0.44 |
| Hex | 13 | 5 | DB | 5B | 62 | 0 | E | F4 | 60 | 2C |
| Octal | 23 | 5 | 333 | 133 | 142 | 0 | 16 | 364 | 140 | 54 |
| Binary | 10011 | 101 | 11011011 | 1011011 | 1100010 | 0 | 1110 | 11110100 | 1100000 | 101100 |
Color Harmonies of #1305DB
Complementary color
Monochromatic Colors of #1305DB
Black with #1305DB
Text Example
Text Example
White with #1305DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1305DB; }
p { color: rgb(19,5,219); }
H1.HeaderClassName
{
color: #1305DB;
}
.AnyTagClassName
{
color: #1305DB;
}
</style>
background-color css
<style>
a { background-color: #1305DB; }
a { background-color: rgb(19,5,219); }
div.DivClassName
{
background-color: #1305DB;
}
.BgClassName
{
background-color: #1305DB;
}
</style>
border-color css
<style>
span { border-color: #1305DB; }
span { border-color: rgb(19,5,219); }
td.TdClassName
{
border-color: #1305DB;
}
.TagClassName
{
border-color: #1305DB;
}
</style>