Shades of Medium Blue #0520CA
Tints of Medium Blue #0520CA
RGB
CMYK
RGB Variations
Color information
#0520CA (or 0x0520CA) is known color: Medium Blue. HEX triplet: 05, 20 and CA. RGB value is (5,32,202). Sum of RGB (Red+Green+Blue) = 5+32+202=239 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.09% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 202 (79.30% from 255 or 84.52% from 239); Max value from RGB is 202 - color contains mainly: blue. Hex color #0520CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0520CA is #FADF35. Grayscale: #2A2A2A. Windows color (decimal): -16441142 or 13246469. OLE color: 13246469.
HSL color Cylindrical-coordinate representation of color #0520CA: hue angle of 231.78º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0520CA is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 5 | 32 | 202 | - |
| CMYK | 0.98 | 0.84 | 0 | 0.21 |
| HSL | 231.78º | 0.95% | 0.41% | - |
| HSV(B) | 231.78º | 0.98% | 0.79% | - |
| XYZ | 11.24 | 5.33 | 56.31 | - |
| YUV | 43.31 | 217.55 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 32 | 202 | 0.98 | 0.84 | 0 | 0.21 | 231.78 | 0.95 | 0.41 |
| Hex | 5 | 20 | CA | 62 | 54 | 0 | 15 | E8 | 5F | 29 |
| Octal | 5 | 40 | 312 | 142 | 124 | 0 | 25 | 350 | 137 | 51 |
| Binary | 101 | 100000 | 11001010 | 1100010 | 1010100 | 0 | 10101 | 11101000 | 1011111 | 101001 |
Color Harmonies of #0520CA
Complementary color
Monochromatic Colors of #0520CA
Black with #0520CA
Text Example
Text Example
White with #0520CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0520CA; }
p { color: rgb(5,32,202); }
H1.HeaderClassName
{
color: #0520CA;
}
.AnyTagClassName
{
color: #0520CA;
}
</style>
background-color css
<style>
a { background-color: #0520CA; }
a { background-color: rgb(5,32,202); }
div.DivClassName
{
background-color: #0520CA;
}
.BgClassName
{
background-color: #0520CA;
}
</style>
border-color css
<style>
span { border-color: #0520CA; }
span { border-color: rgb(5,32,202); }
td.TdClassName
{
border-color: #0520CA;
}
.TagClassName
{
border-color: #0520CA;
}
</style>