Shades of Medium Blue #2513C0
Tints of Medium Blue #2513C0
RGB
CMYK
RGB Variations
Color information
#2513C0 (or 0x2513C0) is known color: Medium Blue. HEX triplet: 25, 13 and C0. RGB value is (37,19,192). Sum of RGB (Red+Green+Blue) = 37+19+192=248 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.92% from 248); Green value is 19 (7.81% from 255 or 7.66% from 248); Blue value is 192 (75.39% from 255 or 77.42% from 248); Max value from RGB is 192 - color contains mainly: blue. Hex color #2513C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2513C0 is #DAEC3F. Grayscale: #2B2B2B. Windows color (decimal): -14347328 or 12587813. OLE color: 12587813.
HSL color Cylindrical-coordinate representation of color #2513C0: hue angle of 246.24º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2513C0 is Cyan = 0.81, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 37 | 19 | 192 | - |
| CMYK | 0.81 | 0.90 | 0 | 0.25 |
| HSL | 246.24º | 0.82% | 0.41% | - |
| HSV(B) | 246.24º | 0.9% | 0.75% | - |
| XYZ | 10.51 | 4.66 | 50.22 | - |
| YUV | 44.1 | 211.46 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 19 | 192 | 0.81 | 0.90 | 0 | 0.25 | 246.24 | 0.82 | 0.41 |
| Hex | 25 | 13 | C0 | 51 | 5A | 0 | 19 | F6 | 52 | 29 |
| Octal | 45 | 23 | 300 | 121 | 132 | 0 | 31 | 366 | 122 | 51 |
| Binary | 100101 | 10011 | 11000000 | 1010001 | 1011010 | 0 | 11001 | 11110110 | 1010010 | 101001 |
Color Harmonies of #2513C0
Complementary color
Monochromatic Colors of #2513C0
Black with #2513C0
Text Example
Text Example
White with #2513C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2513C0; }
p { color: rgb(37,19,192); }
H1.HeaderClassName
{
color: #2513C0;
}
.AnyTagClassName
{
color: #2513C0;
}
</style>
background-color css
<style>
a { background-color: #2513C0; }
a { background-color: rgb(37,19,192); }
div.DivClassName
{
background-color: #2513C0;
}
.BgClassName
{
background-color: #2513C0;
}
</style>
border-color css
<style>
span { border-color: #2513C0; }
span { border-color: rgb(37,19,192); }
td.TdClassName
{
border-color: #2513C0;
}
.TagClassName
{
border-color: #2513C0;
}
</style>