Shades of Medium Blue #0501BE
Tints of Medium Blue #0501BE
RGB
CMYK
RGB Variations
Color information
#0501BE (or 0x0501BE) is known color: Medium Blue. HEX triplet: 05, 01 and BE. RGB value is (5,1,190). Sum of RGB (Red+Green+Blue) = 5+1+190=196 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.55% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 190 (74.61% from 255 or 96.94% from 196); Max value from RGB is 190 - color contains mainly: blue. Hex color #0501BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0501BE is #FAFE41. Grayscale: #161616. Windows color (decimal): -16449090 or 12452101. OLE color: 12452101.
HSL color Cylindrical-coordinate representation of color #0501BE: hue angle of 241.27º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0501BE is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 1 | 190 | - |
| CMYK | 0.97 | 0.99 | 0 | 0.25 |
| HSL | 241.27º | 0.99% | 0.37% | - |
| HSV(B) | 241.27º | 0.99% | 0.75% | - |
| XYZ | 9.37 | 3.77 | 48.95 | - |
| YUV | 23.74 | 221.83 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 1 | 190 | 0.97 | 0.99 | 0 | 0.25 | 241.27 | 0.99 | 0.37 |
| Hex | 5 | 1 | BE | 61 | 63 | 0 | 19 | F1 | 63 | 25 |
| Octal | 5 | 1 | 276 | 141 | 143 | 0 | 31 | 361 | 143 | 45 |
| Binary | 101 | 1 | 10111110 | 1100001 | 1100011 | 0 | 11001 | 11110001 | 1100011 | 100101 |
Color Harmonies of #0501BE
Complementary color
Monochromatic Colors of #0501BE
Black with #0501BE
Text Example
Text Example
White with #0501BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0501BE; }
p { color: rgb(5,1,190); }
H1.HeaderClassName
{
color: #0501BE;
}
.AnyTagClassName
{
color: #0501BE;
}
</style>
background-color css
<style>
a { background-color: #0501BE; }
a { background-color: rgb(5,1,190); }
div.DivClassName
{
background-color: #0501BE;
}
.BgClassName
{
background-color: #0501BE;
}
</style>
border-color css
<style>
span { border-color: #0501BE; }
span { border-color: rgb(5,1,190); }
td.TdClassName
{
border-color: #0501BE;
}
.TagClassName
{
border-color: #0501BE;
}
</style>