Shades of Medium Blue #2513BD
Tints of Medium Blue #2513BD
RGB
CMYK
RGB Variations
Color information
#2513BD (or 0x2513BD) is known color: Medium Blue. HEX triplet: 25, 13 and BD. RGB value is (37,19,189). Sum of RGB (Red+Green+Blue) = 37+19+189=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 19 (7.81% from 255 or 7.76% from 245); Blue value is 189 (74.22% from 255 or 77.14% from 245); Max value from RGB is 189 - color contains mainly: blue. Hex color #2513BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2513BD is #DAEC42. Grayscale: #2B2B2B. Windows color (decimal): -14347331 or 12391205. OLE color: 12391205.
HSL color Cylindrical-coordinate representation of color #2513BD: hue angle of 246.35º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2513BD is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 19 | 189 | - |
| CMYK | 0.80 | 0.90 | 0 | 0.26 |
| HSL | 246.35º | 0.82% | 0.41% | - |
| HSV(B) | 246.35º | 0.9% | 0.74% | - |
| XYZ | 10.18 | 4.53 | 48.48 | - |
| YUV | 43.76 | 209.96 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 19 | 189 | 0.80 | 0.90 | 0 | 0.26 | 246.35 | 0.82 | 0.41 |
| Hex | 25 | 13 | BD | 50 | 5A | 0 | 1A | F6 | 52 | 29 |
| Octal | 45 | 23 | 275 | 120 | 132 | 0 | 32 | 366 | 122 | 51 |
| Binary | 100101 | 10011 | 10111101 | 1010000 | 1011010 | 0 | 11010 | 11110110 | 1010010 | 101001 |
Color Harmonies of #2513BD
Complementary color
Monochromatic Colors of #2513BD
Black with #2513BD
Text Example
Text Example
White with #2513BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2513BD; }
p { color: rgb(37,19,189); }
H1.HeaderClassName
{
color: #2513BD;
}
.AnyTagClassName
{
color: #2513BD;
}
</style>
background-color css
<style>
a { background-color: #2513BD; }
a { background-color: rgb(37,19,189); }
div.DivClassName
{
background-color: #2513BD;
}
.BgClassName
{
background-color: #2513BD;
}
</style>
border-color css
<style>
span { border-color: #2513BD; }
span { border-color: rgb(37,19,189); }
td.TdClassName
{
border-color: #2513BD;
}
.TagClassName
{
border-color: #2513BD;
}
</style>