Shades of Medium Blue #1513CE
Tints of Medium Blue #1513CE
RGB
CMYK
RGB Variations
Color information
#1513CE (or 0x1513CE) is known color: Medium Blue. HEX triplet: 15, 13 and CE. RGB value is (21,19,206). Sum of RGB (Red+Green+Blue) = 21+19+206=246 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.54% from 246); Green value is 19 (7.81% from 255 or 7.72% from 246); Blue value is 206 (80.86% from 255 or 83.74% from 246); Max value from RGB is 206 - color contains mainly: blue. Hex color #1513CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1513CE is #EAEC31. Grayscale: #282828. Windows color (decimal): -15395890 or 13505301. OLE color: 13505301.
HSL color Cylindrical-coordinate representation of color #1513CE: hue angle of 240.64º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1513CE is Cyan = 0.90, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 19 | 206 | - |
| CMYK | 0.90 | 0.91 | 0 | 0.19 |
| HSL | 240.64º | 0.83% | 0.44% | - |
| HSV(B) | 240.64º | 0.91% | 0.81% | - |
| XYZ | 11.68 | 5.08 | 58.76 | - |
| YUV | 40.92 | 221.16 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 19 | 206 | 0.90 | 0.91 | 0 | 0.19 | 240.64 | 0.83 | 0.44 |
| Hex | 15 | 13 | CE | 5A | 5B | 0 | 13 | F1 | 53 | 2C |
| Octal | 25 | 23 | 316 | 132 | 133 | 0 | 23 | 361 | 123 | 54 |
| Binary | 10101 | 10011 | 11001110 | 1011010 | 1011011 | 0 | 10011 | 11110001 | 1010011 | 101100 |
Color Harmonies of #1513CE
Complementary color
Monochromatic Colors of #1513CE
Black with #1513CE
Text Example
Text Example
White with #1513CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1513CE; }
p { color: rgb(21,19,206); }
H1.HeaderClassName
{
color: #1513CE;
}
.AnyTagClassName
{
color: #1513CE;
}
</style>
background-color css
<style>
a { background-color: #1513CE; }
a { background-color: rgb(21,19,206); }
div.DivClassName
{
background-color: #1513CE;
}
.BgClassName
{
background-color: #1513CE;
}
</style>
border-color css
<style>
span { border-color: #1513CE; }
span { border-color: rgb(21,19,206); }
td.TdClassName
{
border-color: #1513CE;
}
.TagClassName
{
border-color: #1513CE;
}
</style>