Shades of Medium Blue #1013DA
Tints of Medium Blue #1013DA
RGB
CMYK
RGB Variations
Color information
#1013DA (or 0x1013DA) is known color: Medium Blue. HEX triplet: 10, 13 and DA. RGB value is (16,19,218). Sum of RGB (Red+Green+Blue) = 16+19+218=253 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.32% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 218 (85.55% from 255 or 86.17% from 253); Max value from RGB is 218 - color contains mainly: blue. Hex color #1013DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1013DA is #EFEC25. Grayscale: #272727. Windows color (decimal): -15723558 or 14291728. OLE color: 14291728.
HSL color Cylindrical-coordinate representation of color #1013DA: hue angle of 239.11º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1013DA is Cyan = 0.93, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 19 | 218 | - |
| CMYK | 0.93 | 0.91 | 0 | 0.15 |
| HSL | 239.11º | 0.86% | 0.46% | - |
| HSV(B) | 239.11º | 0.93% | 0.85% | - |
| XYZ | 13.1 | 5.64 | 66.73 | - |
| YUV | 40.79 | 228.01 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 19 | 218 | 0.93 | 0.91 | 0 | 0.15 | 239.11 | 0.86 | 0.46 |
| Hex | 10 | 13 | DA | 5D | 5B | 0 | F | EF | 56 | 2E |
| Octal | 20 | 23 | 332 | 135 | 133 | 0 | 17 | 357 | 126 | 56 |
| Binary | 10000 | 10011 | 11011010 | 1011101 | 1011011 | 0 | 1111 | 11101111 | 1010110 | 101110 |
Color Harmonies of #1013DA
Complementary color
Monochromatic Colors of #1013DA
Black with #1013DA
Text Example
Text Example
White with #1013DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1013DA; }
p { color: rgb(16,19,218); }
H1.HeaderClassName
{
color: #1013DA;
}
.AnyTagClassName
{
color: #1013DA;
}
</style>
background-color css
<style>
a { background-color: #1013DA; }
a { background-color: rgb(16,19,218); }
div.DivClassName
{
background-color: #1013DA;
}
.BgClassName
{
background-color: #1013DA;
}
</style>
border-color css
<style>
span { border-color: #1013DA; }
span { border-color: rgb(16,19,218); }
td.TdClassName
{
border-color: #1013DA;
}
.TagClassName
{
border-color: #1013DA;
}
</style>