Shades of Medium Blue #0519BD
Tints of Medium Blue #0519BD
RGB
CMYK
RGB Variations
Color information
#0519BD (or 0x0519BD) is known color: Medium Blue. HEX triplet: 05, 19 and BD. RGB value is (5,25,189). Sum of RGB (Red+Green+Blue) = 5+25+189=219 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.28% from 219); Green value is 25 (10.16% from 255 or 11.42% from 219); Blue value is 189 (74.22% from 255 or 86.30% from 219); Max value from RGB is 189 - color contains mainly: blue. Hex color #0519BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0519BD is #FAE642. Grayscale: #252525. Windows color (decimal): -16442947 or 12392709. OLE color: 12392709.
HSL color Cylindrical-coordinate representation of color #0519BD: hue angle of 233.48º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0519BD is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 25 | 189 | - |
| CMYK | 0.97 | 0.87 | 0 | 0.26 |
| HSL | 233.48º | 0.95% | 0.38% | - |
| HSV(B) | 233.48º | 0.97% | 0.74% | - |
| XYZ | 9.6 | 4.4 | 48.49 | - |
| YUV | 37.72 | 213.37 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 25 | 189 | 0.97 | 0.87 | 0 | 0.26 | 233.48 | 0.95 | 0.38 |
| Hex | 5 | 19 | BD | 61 | 57 | 0 | 1A | E9 | 5F | 26 |
| Octal | 5 | 31 | 275 | 141 | 127 | 0 | 32 | 351 | 137 | 46 |
| Binary | 101 | 11001 | 10111101 | 1100001 | 1010111 | 0 | 11010 | 11101001 | 1011111 | 100110 |
Color Harmonies of #0519BD
Complementary color
Monochromatic Colors of #0519BD
Black with #0519BD
Text Example
Text Example
White with #0519BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0519BD; }
p { color: rgb(5,25,189); }
H1.HeaderClassName
{
color: #0519BD;
}
.AnyTagClassName
{
color: #0519BD;
}
</style>
background-color css
<style>
a { background-color: #0519BD; }
a { background-color: rgb(5,25,189); }
div.DivClassName
{
background-color: #0519BD;
}
.BgClassName
{
background-color: #0519BD;
}
</style>
border-color css
<style>
span { border-color: #0519BD; }
span { border-color: rgb(5,25,189); }
td.TdClassName
{
border-color: #0519BD;
}
.TagClassName
{
border-color: #0519BD;
}
</style>