Shades of Medium Blue #0519BF
Tints of Medium Blue #0519BF
RGB
CMYK
RGB Variations
Color information
#0519BF (or 0x0519BF) is known color: Medium Blue. HEX triplet: 05, 19 and BF. RGB value is (5,25,191). Sum of RGB (Red+Green+Blue) = 5+25+191=221 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.26% from 221); Green value is 25 (10.16% from 255 or 11.31% from 221); Blue value is 191 (75% from 255 or 86.43% from 221); Max value from RGB is 191 - color contains mainly: blue. Hex color #0519BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0519BF is #FAE640. Grayscale: #252525. Windows color (decimal): -16442945 or 12523781. OLE color: 12523781.
HSL color Cylindrical-coordinate representation of color #0519BF: hue angle of 233.55º 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 #0519BF is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 25 | 191 | - |
| CMYK | 0.97 | 0.87 | 0 | 0.25 |
| HSL | 233.55º | 0.95% | 0.38% | - |
| HSV(B) | 233.55º | 0.97% | 0.75% | - |
| XYZ | 9.81 | 4.49 | 49.64 | - |
| YUV | 37.94 | 214.37 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 25 | 191 | 0.97 | 0.87 | 0 | 0.25 | 233.55 | 0.95 | 0.38 |
| Hex | 5 | 19 | BF | 61 | 57 | 0 | 19 | EA | 5F | 26 |
| Octal | 5 | 31 | 277 | 141 | 127 | 0 | 31 | 352 | 137 | 46 |
| Binary | 101 | 11001 | 10111111 | 1100001 | 1010111 | 0 | 11001 | 11101010 | 1011111 | 100110 |
Color Harmonies of #0519BF
Complementary color
Monochromatic Colors of #0519BF
Black with #0519BF
Text Example
Text Example
White with #0519BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0519BF; }
p { color: rgb(5,25,191); }
H1.HeaderClassName
{
color: #0519BF;
}
.AnyTagClassName
{
color: #0519BF;
}
</style>
background-color css
<style>
a { background-color: #0519BF; }
a { background-color: rgb(5,25,191); }
div.DivClassName
{
background-color: #0519BF;
}
.BgClassName
{
background-color: #0519BF;
}
</style>
border-color css
<style>
span { border-color: #0519BF; }
span { border-color: rgb(5,25,191); }
td.TdClassName
{
border-color: #0519BF;
}
.TagClassName
{
border-color: #0519BF;
}
</style>