Shades of Medium Blue #1013DD
Tints of Medium Blue #1013DD
RGB
CMYK
RGB Variations
Color information
#1013DD (or 0x1013DD) is known color: Medium Blue. HEX triplet: 10, 13 and DD. RGB value is (16,19,221). Sum of RGB (Red+Green+Blue) = 16+19+221=256 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.25% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 221 (86.72% from 255 or 86.33% from 256); Max value from RGB is 221 - color contains mainly: blue. Hex color #1013DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1013DD is #EFEC22. Grayscale: #282828. Windows color (decimal): -15723555 or 14488336. OLE color: 14488336.
HSL color Cylindrical-coordinate representation of color #1013DD: hue angle of 239.12º 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 #1013DD is Cyan = 0.93, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 19 | 221 | - |
| CMYK | 0.93 | 0.91 | 0 | 0.13 |
| HSL | 239.12º | 0.86% | 0.46% | - |
| HSV(B) | 239.12º | 0.93% | 0.87% | - |
| XYZ | 13.5 | 5.8 | 68.81 | - |
| YUV | 41.13 | 229.51 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 19 | 221 | 0.93 | 0.91 | 0 | 0.13 | 239.12 | 0.86 | 0.46 |
| Hex | 10 | 13 | DD | 5D | 5B | 0 | D | EF | 56 | 2E |
| Octal | 20 | 23 | 335 | 135 | 133 | 0 | 15 | 357 | 126 | 56 |
| Binary | 10000 | 10011 | 11011101 | 1011101 | 1011011 | 0 | 1101 | 11101111 | 1010110 | 101110 |
Color Harmonies of #1013DD
Complementary color
Monochromatic Colors of #1013DD
Black with #1013DD
Text Example
Text Example
White with #1013DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1013DD; }
p { color: rgb(16,19,221); }
H1.HeaderClassName
{
color: #1013DD;
}
.AnyTagClassName
{
color: #1013DD;
}
</style>
background-color css
<style>
a { background-color: #1013DD; }
a { background-color: rgb(16,19,221); }
div.DivClassName
{
background-color: #1013DD;
}
.BgClassName
{
background-color: #1013DD;
}
</style>
border-color css
<style>
span { border-color: #1013DD; }
span { border-color: rgb(16,19,221); }
td.TdClassName
{
border-color: #1013DD;
}
.TagClassName
{
border-color: #1013DD;
}
</style>