Shades of Medium Blue #0513DA
Tints of Medium Blue #0513DA
RGB
CMYK
RGB Variations
Color information
#0513DA (or 0x0513DA) is known color: Medium Blue. HEX triplet: 05, 13 and DA. RGB value is (5,19,218). Sum of RGB (Red+Green+Blue) = 5+19+218=242 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 242); Green value is 19 (7.81% from 255 or 7.85% from 242); Blue value is 218 (85.55% from 255 or 90.08% from 242); Max value from RGB is 218 - color contains mainly: blue. Hex color #0513DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0513DA is #FAEC25. Grayscale: #242424. Windows color (decimal): -16444454 or 14291717. OLE color: 14291717.
HSL color Cylindrical-coordinate representation of color #0513DA: hue angle of 236.06º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0513DA is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 19 | 218 | - |
| CMYK | 0.98 | 0.91 | 0 | 0.15 |
| HSL | 236.06º | 0.96% | 0.44% | - |
| HSV(B) | 236.06º | 0.98% | 0.85% | - |
| XYZ | 12.95 | 5.56 | 66.72 | - |
| YUV | 37.5 | 229.86 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 19 | 218 | 0.98 | 0.91 | 0 | 0.15 | 236.06 | 0.96 | 0.44 |
| Hex | 5 | 13 | DA | 62 | 5B | 0 | F | EC | 60 | 2C |
| Octal | 5 | 23 | 332 | 142 | 133 | 0 | 17 | 354 | 140 | 54 |
| Binary | 101 | 10011 | 11011010 | 1100010 | 1011011 | 0 | 1111 | 11101100 | 1100000 | 101100 |
Color Harmonies of #0513DA
Complementary color
Monochromatic Colors of #0513DA
Black with #0513DA
Text Example
Text Example
White with #0513DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0513DA; }
p { color: rgb(5,19,218); }
H1.HeaderClassName
{
color: #0513DA;
}
.AnyTagClassName
{
color: #0513DA;
}
</style>
background-color css
<style>
a { background-color: #0513DA; }
a { background-color: rgb(5,19,218); }
div.DivClassName
{
background-color: #0513DA;
}
.BgClassName
{
background-color: #0513DA;
}
</style>
border-color css
<style>
span { border-color: #0513DA; }
span { border-color: rgb(5,19,218); }
td.TdClassName
{
border-color: #0513DA;
}
.TagClassName
{
border-color: #0513DA;
}
</style>