Shades of Medium Blue #0500BE
Tints of Medium Blue #0500BE
RGB
CMYK
RGB Variations
Color information
#0500BE (or 0x0500BE) is known color: Medium Blue. HEX triplet: 05, 00 and BE. RGB value is (5,0,190). Sum of RGB (Red+Green+Blue) = 5+0+190=195 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.56% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 190 (74.61% from 255 or 97.44% from 195); Max value from RGB is 190 - color contains mainly: blue. Hex color #0500BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0500BE is #FAFF41. Grayscale: #161616. Windows color (decimal): -16449346 or 12451845. OLE color: 12451845.
HSL color Cylindrical-coordinate representation of color #0500BE: hue angle of 241.58º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0500BE is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 0 | 190 | - |
| CMYK | 0.97 | 1 | 0 | 0.25 |
| HSL | 241.58º | 1% | 0.37% | - |
| HSV(B) | 241.58º | 1% | 0.75% | - |
| XYZ | 9.36 | 3.75 | 48.95 | - |
| YUV | 23.16 | 222.16 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 0 | 190 | 0.97 | 1 | 0 | 0.25 | 241.58 | 1 | 0.37 |
| Hex | 5 | 0 | BE | 61 | 64 | 0 | 19 | F2 | 64 | 25 |
| Octal | 5 | 0 | 276 | 141 | 144 | 0 | 31 | 362 | 144 | 45 |
| Binary | 101 | 0 | 10111110 | 1100001 | 1100100 | 0 | 11001 | 11110010 | 1100100 | 100101 |
Color Harmonies of #0500BE
Complementary color
Monochromatic Colors of #0500BE
Black with #0500BE
Text Example
Text Example
White with #0500BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0500BE; }
p { color: rgb(5,0,190); }
H1.HeaderClassName
{
color: #0500BE;
}
.AnyTagClassName
{
color: #0500BE;
}
</style>
background-color css
<style>
a { background-color: #0500BE; }
a { background-color: rgb(5,0,190); }
div.DivClassName
{
background-color: #0500BE;
}
.BgClassName
{
background-color: #0500BE;
}
</style>
border-color css
<style>
span { border-color: #0500BE; }
span { border-color: rgb(5,0,190); }
td.TdClassName
{
border-color: #0500BE;
}
.TagClassName
{
border-color: #0500BE;
}
</style>