Shades of Medium Blue #1013E5
Tints of Medium Blue #1013E5
RGB
CMYK
RGB Variations
Color information
#1013E5 (or 0x1013E5) is known color: Medium Blue. HEX triplet: 10, 13 and E5. RGB value is (16,19,229). Sum of RGB (Red+Green+Blue) = 16+19+229=264 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.06% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 229 (89.84% from 255 or 86.74% from 264); Max value from RGB is 229 - color contains mainly: blue. Hex color #1013E5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1013E5 is #EFEC1A. Grayscale: #292929. Windows color (decimal): -15723547 or 15012624. OLE color: 15012624.
HSL color Cylindrical-coordinate representation of color #1013E5: hue angle of 239.15º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1013E5 is Cyan = 0.93, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 16 | 19 | 229 | - |
| CMYK | 0.93 | 0.92 | 0 | 0.10 |
| HSL | 239.15º | 0.87% | 0.48% | - |
| HSV(B) | 239.15º | 0.93% | 0.9% | - |
| XYZ | 14.59 | 6.23 | 74.56 | - |
| YUV | 42.04 | 233.51 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 19 | 229 | 0.93 | 0.92 | 0 | 0.10 | 239.15 | 0.87 | 0.48 |
| Hex | 10 | 13 | E5 | 5D | 5C | 0 | A | EF | 57 | 30 |
| Octal | 20 | 23 | 345 | 135 | 134 | 0 | 12 | 357 | 127 | 60 |
| Binary | 10000 | 10011 | 11100101 | 1011101 | 1011100 | 0 | 1010 | 11101111 | 1010111 | 110000 |
Color Harmonies of #1013E5
Complementary color
Monochromatic Colors of #1013E5
Black with #1013E5
Text Example
Text Example
White with #1013E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1013E5; }
p { color: rgb(16,19,229); }
H1.HeaderClassName
{
color: #1013E5;
}
.AnyTagClassName
{
color: #1013E5;
}
</style>
background-color css
<style>
a { background-color: #1013E5; }
a { background-color: rgb(16,19,229); }
div.DivClassName
{
background-color: #1013E5;
}
.BgClassName
{
background-color: #1013E5;
}
</style>
border-color css
<style>
span { border-color: #1013E5; }
span { border-color: rgb(16,19,229); }
td.TdClassName
{
border-color: #1013E5;
}
.TagClassName
{
border-color: #1013E5;
}
</style>