Shades of Medium Blue #1003DB
Tints of Medium Blue #1003DB
RGB
CMYK
RGB Variations
Color information
#1003DB (or 0x1003DB) is known color: Medium Blue. HEX triplet: 10, 03 and DB. RGB value is (16,3,219). Sum of RGB (Red+Green+Blue) = 16+3+219=238 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.72% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 219 (85.94% from 255 or 92.02% from 238); Max value from RGB is 219 - color contains mainly: blue. Hex color #1003DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1003DB is #EFFC24. Grayscale: #1E1E1E. Windows color (decimal): -15727653 or 14353168. OLE color: 14353168.
HSL color Cylindrical-coordinate representation of color #1003DB: hue angle of 243.61º 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 #1003DB is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 3 | 219 | - |
| CMYK | 0.93 | 0.99 | 0 | 0.14 |
| HSL | 243.61º | 0.97% | 0.44% | - |
| HSV(B) | 243.61º | 0.99% | 0.86% | - |
| XYZ | 13.03 | 5.29 | 67.35 | - |
| YUV | 31.51 | 233.81 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 3 | 219 | 0.93 | 0.99 | 0 | 0.14 | 243.61 | 0.97 | 0.44 |
| Hex | 10 | 3 | DB | 5D | 63 | 0 | E | F4 | 61 | 2C |
| Octal | 20 | 3 | 333 | 135 | 143 | 0 | 16 | 364 | 141 | 54 |
| Binary | 10000 | 11 | 11011011 | 1011101 | 1100011 | 0 | 1110 | 11110100 | 1100001 | 101100 |
Color Harmonies of #1003DB
Complementary color
Monochromatic Colors of #1003DB
Black with #1003DB
Text Example
Text Example
White with #1003DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1003DB; }
p { color: rgb(16,3,219); }
H1.HeaderClassName
{
color: #1003DB;
}
.AnyTagClassName
{
color: #1003DB;
}
</style>
background-color css
<style>
a { background-color: #1003DB; }
a { background-color: rgb(16,3,219); }
div.DivClassName
{
background-color: #1003DB;
}
.BgClassName
{
background-color: #1003DB;
}
</style>
border-color css
<style>
span { border-color: #1003DB; }
span { border-color: rgb(16,3,219); }
td.TdClassName
{
border-color: #1003DB;
}
.TagClassName
{
border-color: #1003DB;
}
</style>