Shades of Medium Blue #1013CE
Tints of Medium Blue #1013CE
RGB
CMYK
RGB Variations
Color information
#1013CE (or 0x1013CE) is known color: Medium Blue. HEX triplet: 10, 13 and CE. RGB value is (16,19,206). Sum of RGB (Red+Green+Blue) = 16+19+206=241 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.64% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 206 (80.86% from 255 or 85.48% from 241); Max value from RGB is 206 - color contains mainly: blue. Hex color #1013CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1013CE is #EFEC31. Grayscale: #262626. Windows color (decimal): -15723570 or 13505296. OLE color: 13505296.
HSL color Cylindrical-coordinate representation of color #1013CE: hue angle of 239.05º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1013CE is Cyan = 0.92, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 19 | 206 | - |
| CMYK | 0.92 | 0.91 | 0 | 0.19 |
| HSL | 239.05º | 0.86% | 0.44% | - |
| HSV(B) | 239.05º | 0.92% | 0.81% | - |
| XYZ | 11.59 | 5.03 | 58.75 | - |
| YUV | 39.42 | 222.01 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 19 | 206 | 0.92 | 0.91 | 0 | 0.19 | 239.05 | 0.86 | 0.44 |
| Hex | 10 | 13 | CE | 5C | 5B | 0 | 13 | EF | 56 | 2C |
| Octal | 20 | 23 | 316 | 134 | 133 | 0 | 23 | 357 | 126 | 54 |
| Binary | 10000 | 10011 | 11001110 | 1011100 | 1011011 | 0 | 10011 | 11101111 | 1010110 | 101100 |
Color Harmonies of #1013CE
Complementary color
Monochromatic Colors of #1013CE
Black with #1013CE
Text Example
Text Example
White with #1013CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1013CE; }
p { color: rgb(16,19,206); }
H1.HeaderClassName
{
color: #1013CE;
}
.AnyTagClassName
{
color: #1013CE;
}
</style>
background-color css
<style>
a { background-color: #1013CE; }
a { background-color: rgb(16,19,206); }
div.DivClassName
{
background-color: #1013CE;
}
.BgClassName
{
background-color: #1013CE;
}
</style>
border-color css
<style>
span { border-color: #1013CE; }
span { border-color: rgb(16,19,206); }
td.TdClassName
{
border-color: #1013CE;
}
.TagClassName
{
border-color: #1013CE;
}
</style>