Shades of Medium Blue #0501BF
Tints of Medium Blue #0501BF
RGB
CMYK
RGB Variations
Color information
#0501BF (or 0x0501BF) is known color: Medium Blue. HEX triplet: 05, 01 and BF. RGB value is (5,1,191). Sum of RGB (Red+Green+Blue) = 5+1+191=197 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.54% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 191 (75% from 255 or 96.95% from 197); Max value from RGB is 191 - color contains mainly: blue. Hex color #0501BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0501BF is #FAFE40. Grayscale: #171717. Windows color (decimal): -16449089 or 12517637. OLE color: 12517637.
HSL color Cylindrical-coordinate representation of color #0501BF: hue angle of 241.26º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0501BF is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 1 | 191 | - |
| CMYK | 0.97 | 0.99 | 0 | 0.25 |
| HSL | 241.26º | 0.99% | 0.38% | - |
| HSV(B) | 241.26º | 0.99% | 0.75% | - |
| XYZ | 9.48 | 3.82 | 49.53 | - |
| YUV | 23.86 | 222.33 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 1 | 191 | 0.97 | 0.99 | 0 | 0.25 | 241.26 | 0.99 | 0.38 |
| Hex | 5 | 1 | BF | 61 | 63 | 0 | 19 | F1 | 63 | 26 |
| Octal | 5 | 1 | 277 | 141 | 143 | 0 | 31 | 361 | 143 | 46 |
| Binary | 101 | 1 | 10111111 | 1100001 | 1100011 | 0 | 11001 | 11110001 | 1100011 | 100110 |
Color Harmonies of #0501BF
Complementary color
Monochromatic Colors of #0501BF
Black with #0501BF
Text Example
Text Example
White with #0501BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0501BF; }
p { color: rgb(5,1,191); }
H1.HeaderClassName
{
color: #0501BF;
}
.AnyTagClassName
{
color: #0501BF;
}
</style>
background-color css
<style>
a { background-color: #0501BF; }
a { background-color: rgb(5,1,191); }
div.DivClassName
{
background-color: #0501BF;
}
.BgClassName
{
background-color: #0501BF;
}
</style>
border-color css
<style>
span { border-color: #0501BF; }
span { border-color: rgb(5,1,191); }
td.TdClassName
{
border-color: #0501BF;
}
.TagClassName
{
border-color: #0501BF;
}
</style>