Shades of Medium Blue #0519BE
Tints of Medium Blue #0519BE
RGB
CMYK
RGB Variations
Color information
#0519BE (or 0x0519BE) is known color: Medium Blue. HEX triplet: 05, 19 and BE. RGB value is (5,25,190). Sum of RGB (Red+Green+Blue) = 5+25+190=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 25 (10.16% from 255 or 11.36% from 220); Blue value is 190 (74.61% from 255 or 86.36% from 220); Max value from RGB is 190 - color contains mainly: blue. Hex color #0519BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0519BE is #FAE641. Grayscale: #252525. Windows color (decimal): -16442946 or 12458245. OLE color: 12458245.
HSL color Cylindrical-coordinate representation of color #0519BE: hue angle of 233.51º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0519BE is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 25 | 190 | - |
| CMYK | 0.97 | 0.87 | 0 | 0.25 |
| HSL | 233.51º | 0.95% | 0.38% | - |
| HSV(B) | 233.51º | 0.97% | 0.75% | - |
| XYZ | 9.7 | 4.45 | 49.06 | - |
| YUV | 37.83 | 213.87 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 25 | 190 | 0.97 | 0.87 | 0 | 0.25 | 233.51 | 0.95 | 0.38 |
| Hex | 5 | 19 | BE | 61 | 57 | 0 | 19 | EA | 5F | 26 |
| Octal | 5 | 31 | 276 | 141 | 127 | 0 | 31 | 352 | 137 | 46 |
| Binary | 101 | 11001 | 10111110 | 1100001 | 1010111 | 0 | 11001 | 11101010 | 1011111 | 100110 |
Color Harmonies of #0519BE
Complementary color
Monochromatic Colors of #0519BE
Black with #0519BE
Text Example
Text Example
White with #0519BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0519BE; }
p { color: rgb(5,25,190); }
H1.HeaderClassName
{
color: #0519BE;
}
.AnyTagClassName
{
color: #0519BE;
}
</style>
background-color css
<style>
a { background-color: #0519BE; }
a { background-color: rgb(5,25,190); }
div.DivClassName
{
background-color: #0519BE;
}
.BgClassName
{
background-color: #0519BE;
}
</style>
border-color css
<style>
span { border-color: #0519BE; }
span { border-color: rgb(5,25,190); }
td.TdClassName
{
border-color: #0519BE;
}
.TagClassName
{
border-color: #0519BE;
}
</style>