Shades of Medium Blue #1302DB
Tints of Medium Blue #1302DB
RGB
CMYK
RGB Variations
Color information
#1302DB (or 0x1302DB) is known color: Medium Blue. HEX triplet: 13, 02 and DB. RGB value is (19,2,219). Sum of RGB (Red+Green+Blue) = 19+2+219=240 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.92% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 219 (85.94% from 255 or 91.25% from 240); Max value from RGB is 219 - color contains mainly: blue. Hex color #1302DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1302DB is #ECFD24. Grayscale: #1E1E1E. Windows color (decimal): -15531301 or 14352915. OLE color: 14352915.
HSL color Cylindrical-coordinate representation of color #1302DB: hue angle of 244.7º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1302DB is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 2 | 219 | - |
| CMYK | 0.91 | 0.99 | 0 | 0.14 |
| HSL | 244.7º | 0.98% | 0.43% | - |
| HSV(B) | 244.7º | 0.99% | 0.86% | - |
| XYZ | 13.08 | 5.3 | 67.35 | - |
| YUV | 31.82 | 233.63 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 2 | 219 | 0.91 | 0.99 | 0 | 0.14 | 244.7 | 0.98 | 0.43 |
| Hex | 13 | 2 | DB | 5B | 63 | 0 | E | F5 | 62 | 2B |
| Octal | 23 | 2 | 333 | 133 | 143 | 0 | 16 | 365 | 142 | 53 |
| Binary | 10011 | 10 | 11011011 | 1011011 | 1100011 | 0 | 1110 | 11110101 | 1100010 | 101011 |
Color Harmonies of #1302DB
Complementary color
Monochromatic Colors of #1302DB
Black with #1302DB
Text Example
Text Example
White with #1302DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1302DB; }
p { color: rgb(19,2,219); }
H1.HeaderClassName
{
color: #1302DB;
}
.AnyTagClassName
{
color: #1302DB;
}
</style>
background-color css
<style>
a { background-color: #1302DB; }
a { background-color: rgb(19,2,219); }
div.DivClassName
{
background-color: #1302DB;
}
.BgClassName
{
background-color: #1302DB;
}
</style>
border-color css
<style>
span { border-color: #1302DB; }
span { border-color: rgb(19,2,219); }
td.TdClassName
{
border-color: #1302DB;
}
.TagClassName
{
border-color: #1302DB;
}
</style>