Shades of Medium Blue #1013DF
Tints of Medium Blue #1013DF
RGB
CMYK
RGB Variations
Color information
#1013DF (or 0x1013DF) is known color: Medium Blue. HEX triplet: 10, 13 and DF. RGB value is (16,19,223). Sum of RGB (Red+Green+Blue) = 16+19+223=258 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.20% from 258); Green value is 19 (7.81% from 255 or 7.36% from 258); Blue value is 223 (87.5% from 255 or 86.43% from 258); Max value from RGB is 223 - color contains mainly: blue. Hex color #1013DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1013DF is #EFEC20. Grayscale: #282828. Windows color (decimal): -15723553 or 14619408. OLE color: 14619408.
HSL color Cylindrical-coordinate representation of color #1013DF: hue angle of 239.13º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1013DF is Cyan = 0.93, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 19 | 223 | - |
| CMYK | 0.93 | 0.91 | 0 | 0.13 |
| HSL | 239.13º | 0.87% | 0.47% | - |
| HSV(B) | 239.13º | 0.93% | 0.87% | - |
| XYZ | 13.77 | 5.9 | 70.23 | - |
| YUV | 41.36 | 230.51 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 19 | 223 | 0.93 | 0.91 | 0 | 0.13 | 239.13 | 0.87 | 0.47 |
| Hex | 10 | 13 | DF | 5D | 5B | 0 | D | EF | 57 | 2F |
| Octal | 20 | 23 | 337 | 135 | 133 | 0 | 15 | 357 | 127 | 57 |
| Binary | 10000 | 10011 | 11011111 | 1011101 | 1011011 | 0 | 1101 | 11101111 | 1010111 | 101111 |
Color Harmonies of #1013DF
Complementary color
Monochromatic Colors of #1013DF
Black with #1013DF
Text Example
Text Example
White with #1013DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1013DF; }
p { color: rgb(16,19,223); }
H1.HeaderClassName
{
color: #1013DF;
}
.AnyTagClassName
{
color: #1013DF;
}
</style>
background-color css
<style>
a { background-color: #1013DF; }
a { background-color: rgb(16,19,223); }
div.DivClassName
{
background-color: #1013DF;
}
.BgClassName
{
background-color: #1013DF;
}
</style>
border-color css
<style>
span { border-color: #1013DF; }
span { border-color: rgb(16,19,223); }
td.TdClassName
{
border-color: #1013DF;
}
.TagClassName
{
border-color: #1013DF;
}
</style>