Shades of Medium Blue #0500BB
Tints of Medium Blue #0500BB
RGB
CMYK
RGB Variations
Color information
#0500BB (or 0x0500BB) is known color: Medium Blue. HEX triplet: 05, 00 and BB. RGB value is (5,0,187). Sum of RGB (Red+Green+Blue) = 5+0+187=192 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.60% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 187 (73.44% from 255 or 97.40% from 192); Max value from RGB is 187 - color contains mainly: blue. Hex color #0500BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0500BB is #FAFF44. Grayscale: #161616. Windows color (decimal): -16449349 or 12255237. OLE color: 12255237.
HSL color Cylindrical-coordinate representation of color #0500BB: hue angle of 241.6º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0500BB is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 0 | 187 | - |
| CMYK | 0.97 | 1 | 0 | 0.27 |
| HSL | 241.6º | 1% | 0.37% | - |
| HSV(B) | 241.6º | 1% | 0.73% | - |
| XYZ | 9.03 | 3.62 | 47.24 | - |
| YUV | 22.81 | 220.66 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 0 | 187 | 0.97 | 1 | 0 | 0.27 | 241.6 | 1 | 0.37 |
| Hex | 5 | 0 | BB | 61 | 64 | 0 | 1B | F2 | 64 | 25 |
| Octal | 5 | 0 | 273 | 141 | 144 | 0 | 33 | 362 | 144 | 45 |
| Binary | 101 | 0 | 10111011 | 1100001 | 1100100 | 0 | 11011 | 11110010 | 1100100 | 100101 |
Color Harmonies of #0500BB
Complementary color
Monochromatic Colors of #0500BB
Black with #0500BB
Text Example
Text Example
White with #0500BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0500BB; }
p { color: rgb(5,0,187); }
H1.HeaderClassName
{
color: #0500BB;
}
.AnyTagClassName
{
color: #0500BB;
}
</style>
background-color css
<style>
a { background-color: #0500BB; }
a { background-color: rgb(5,0,187); }
div.DivClassName
{
background-color: #0500BB;
}
.BgClassName
{
background-color: #0500BB;
}
</style>
border-color css
<style>
span { border-color: #0500BB; }
span { border-color: rgb(5,0,187); }
td.TdClassName
{
border-color: #0500BB;
}
.TagClassName
{
border-color: #0500BB;
}
</style>