Shades of Medium Blue #0513D5
Tints of Medium Blue #0513D5
RGB
CMYK
RGB Variations
Color information
#0513D5 (or 0x0513D5) is known color: Medium Blue. HEX triplet: 05, 13 and D5. RGB value is (5,19,213). Sum of RGB (Red+Green+Blue) = 5+19+213=237 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.11% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 213 (83.59% from 255 or 89.87% from 237); Max value from RGB is 213 - color contains mainly: blue. Hex color #0513D5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0513D5 is #FAEC2A. Grayscale: #242424. Windows color (decimal): -16444459 or 13964037. OLE color: 13964037.
HSL color Cylindrical-coordinate representation of color #0513D5: hue angle of 235.96º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0513D5 is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 5 | 19 | 213 | - |
| CMYK | 0.98 | 0.91 | 0 | 0.16 |
| HSL | 235.96º | 0.95% | 0.43% | - |
| HSV(B) | 235.96º | 0.98% | 0.84% | - |
| XYZ | 12.31 | 5.3 | 63.33 | - |
| YUV | 36.93 | 227.36 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 19 | 213 | 0.98 | 0.91 | 0 | 0.16 | 235.96 | 0.95 | 0.43 |
| Hex | 5 | 13 | D5 | 62 | 5B | 0 | 10 | EC | 5F | 2B |
| Octal | 5 | 23 | 325 | 142 | 133 | 0 | 20 | 354 | 137 | 53 |
| Binary | 101 | 10011 | 11010101 | 1100010 | 1011011 | 0 | 10000 | 11101100 | 1011111 | 101011 |
Color Harmonies of #0513D5
Complementary color
Monochromatic Colors of #0513D5
Black with #0513D5
Text Example
Text Example
White with #0513D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0513D5; }
p { color: rgb(5,19,213); }
H1.HeaderClassName
{
color: #0513D5;
}
.AnyTagClassName
{
color: #0513D5;
}
</style>
background-color css
<style>
a { background-color: #0513D5; }
a { background-color: rgb(5,19,213); }
div.DivClassName
{
background-color: #0513D5;
}
.BgClassName
{
background-color: #0513D5;
}
</style>
border-color css
<style>
span { border-color: #0513D5; }
span { border-color: rgb(5,19,213); }
td.TdClassName
{
border-color: #0513D5;
}
.TagClassName
{
border-color: #0513D5;
}
</style>