Shades of Medium Blue #2513BE
Tints of Medium Blue #2513BE
RGB
CMYK
RGB Variations
Color information
#2513BE (or 0x2513BE) is known color: Medium Blue. HEX triplet: 25, 13 and BE. RGB value is (37,19,190). Sum of RGB (Red+Green+Blue) = 37+19+190=246 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.04% from 246); Green value is 19 (7.81% from 255 or 7.72% from 246); Blue value is 190 (74.61% from 255 or 77.24% from 246); Max value from RGB is 190 - color contains mainly: blue. Hex color #2513BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2513BE is #DAEC41. Grayscale: #2B2B2B. Windows color (decimal): -14347330 or 12456741. OLE color: 12456741.
HSL color Cylindrical-coordinate representation of color #2513BE: hue angle of 246.32º 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 #2513BE is Cyan = 0.81, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 37 | 19 | 190 | - |
| CMYK | 0.81 | 0.90 | 0 | 0.25 |
| HSL | 246.32º | 0.82% | 0.41% | - |
| HSV(B) | 246.32º | 0.9% | 0.75% | - |
| XYZ | 10.29 | 4.58 | 49.06 | - |
| YUV | 43.88 | 210.46 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 19 | 190 | 0.81 | 0.90 | 0 | 0.25 | 246.32 | 0.82 | 0.41 |
| Hex | 25 | 13 | BE | 51 | 5A | 0 | 19 | F6 | 52 | 29 |
| Octal | 45 | 23 | 276 | 121 | 132 | 0 | 31 | 366 | 122 | 51 |
| Binary | 100101 | 10011 | 10111110 | 1010001 | 1011010 | 0 | 11001 | 11110110 | 1010010 | 101001 |
Color Harmonies of #2513BE
Complementary color
Monochromatic Colors of #2513BE
Black with #2513BE
Text Example
Text Example
White with #2513BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2513BE; }
p { color: rgb(37,19,190); }
H1.HeaderClassName
{
color: #2513BE;
}
.AnyTagClassName
{
color: #2513BE;
}
</style>
background-color css
<style>
a { background-color: #2513BE; }
a { background-color: rgb(37,19,190); }
div.DivClassName
{
background-color: #2513BE;
}
.BgClassName
{
background-color: #2513BE;
}
</style>
border-color css
<style>
span { border-color: #2513BE; }
span { border-color: rgb(37,19,190); }
td.TdClassName
{
border-color: #2513BE;
}
.TagClassName
{
border-color: #2513BE;
}
</style>