Shades of Medium Blue #2513CB
Tints of Medium Blue #2513CB
RGB
CMYK
RGB Variations
Color information
#2513CB (or 0x2513CB) is known color: Medium Blue. HEX triplet: 25, 13 and CB. RGB value is (37,19,203). Sum of RGB (Red+Green+Blue) = 37+19+203=259 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.29% from 259); Green value is 19 (7.81% from 255 or 7.34% from 259); Blue value is 203 (79.69% from 255 or 78.38% from 259); Max value from RGB is 203 - color contains mainly: blue. Hex color #2513CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2513CB is #DAEC34. Grayscale: #2C2C2C. Windows color (decimal): -14347317 or 13308709. OLE color: 13308709.
HSL color Cylindrical-coordinate representation of color #2513CB: hue angle of 245.87º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2513CB is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 19 | 203 | - |
| CMYK | 0.82 | 0.91 | 0 | 0.20 |
| HSL | 245.87º | 0.83% | 0.44% | - |
| HSV(B) | 245.87º | 0.91% | 0.8% | - |
| XYZ | 11.78 | 5.17 | 56.88 | - |
| YUV | 45.36 | 216.96 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 19 | 203 | 0.82 | 0.91 | 0 | 0.20 | 245.87 | 0.83 | 0.44 |
| Hex | 25 | 13 | CB | 52 | 5B | 0 | 14 | F6 | 53 | 2C |
| Octal | 45 | 23 | 313 | 122 | 133 | 0 | 24 | 366 | 123 | 54 |
| Binary | 100101 | 10011 | 11001011 | 1010010 | 1011011 | 0 | 10100 | 11110110 | 1010011 | 101100 |
Color Harmonies of #2513CB
Complementary color
Monochromatic Colors of #2513CB
Black with #2513CB
Text Example
Text Example
White with #2513CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2513CB; }
p { color: rgb(37,19,203); }
H1.HeaderClassName
{
color: #2513CB;
}
.AnyTagClassName
{
color: #2513CB;
}
</style>
background-color css
<style>
a { background-color: #2513CB; }
a { background-color: rgb(37,19,203); }
div.DivClassName
{
background-color: #2513CB;
}
.BgClassName
{
background-color: #2513CB;
}
</style>
border-color css
<style>
span { border-color: #2513CB; }
span { border-color: rgb(37,19,203); }
td.TdClassName
{
border-color: #2513CB;
}
.TagClassName
{
border-color: #2513CB;
}
</style>