Shades of Medium Blue #1019DD
Tints of Medium Blue #1019DD
RGB
CMYK
RGB Variations
Color information
#1019DD (or 0x1019DD) is known color: Medium Blue. HEX triplet: 10, 19 and DD. RGB value is (16,25,221). Sum of RGB (Red+Green+Blue) = 16+25+221=262 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.11% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 221 (86.72% from 255 or 84.35% from 262); Max value from RGB is 221 - color contains mainly: blue. Hex color #1019DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1019DD is #EFE622. Grayscale: #2B2B2B. Windows color (decimal): -15722019 or 14489872. OLE color: 14489872.
HSL color Cylindrical-coordinate representation of color #1019DD: hue angle of 237.37º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1019DD is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 25 | 221 | - |
| CMYK | 0.93 | 0.89 | 0 | 0.13 |
| HSL | 237.37º | 0.86% | 0.46% | - |
| HSV(B) | 237.37º | 0.93% | 0.87% | - |
| XYZ | 13.61 | 6.03 | 68.85 | - |
| YUV | 44.65 | 227.52 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 25 | 221 | 0.93 | 0.89 | 0 | 0.13 | 237.37 | 0.86 | 0.46 |
| Hex | 10 | 19 | DD | 5D | 59 | 0 | D | ED | 56 | 2E |
| Octal | 20 | 31 | 335 | 135 | 131 | 0 | 15 | 355 | 126 | 56 |
| Binary | 10000 | 11001 | 11011101 | 1011101 | 1011001 | 0 | 1101 | 11101101 | 1010110 | 101110 |
Color Harmonies of #1019DD
Complementary color
Monochromatic Colors of #1019DD
Black with #1019DD
Text Example
Text Example
White with #1019DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1019DD; }
p { color: rgb(16,25,221); }
H1.HeaderClassName
{
color: #1019DD;
}
.AnyTagClassName
{
color: #1019DD;
}
</style>
background-color css
<style>
a { background-color: #1019DD; }
a { background-color: rgb(16,25,221); }
div.DivClassName
{
background-color: #1019DD;
}
.BgClassName
{
background-color: #1019DD;
}
</style>
border-color css
<style>
span { border-color: #1019DD; }
span { border-color: rgb(16,25,221); }
td.TdClassName
{
border-color: #1019DD;
}
.TagClassName
{
border-color: #1019DD;
}
</style>