Shades of Medium Blue #0500C0
Tints of Medium Blue #0500C0
RGB
CMYK
RGB Variations
Color information
#0500C0 (or 0x0500C0) is known color: Medium Blue. HEX triplet: 05, 00 and C0. RGB value is (5,0,192). Sum of RGB (Red+Green+Blue) = 5+0+192=197 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.54% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 192 (75.39% from 255 or 97.46% from 197); Max value from RGB is 192 - color contains mainly: blue. Hex color #0500C0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0500C0 is #FAFF3F. Grayscale: #161616. Windows color (decimal): -16449344 or 12582917. OLE color: 12582917.
HSL color Cylindrical-coordinate representation of color #0500C0: hue angle of 241.56º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0500C0 is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 0 | 192 | - |
| CMYK | 0.97 | 1 | 0 | 0.25 |
| HSL | 241.56º | 1% | 0.38% | - |
| HSV(B) | 241.56º | 1% | 0.75% | - |
| XYZ | 9.58 | 3.84 | 50.11 | - |
| YUV | 23.38 | 223.16 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 0 | 192 | 0.97 | 1 | 0 | 0.25 | 241.56 | 1 | 0.38 |
| Hex | 5 | 0 | C0 | 61 | 64 | 0 | 19 | F2 | 64 | 26 |
| Octal | 5 | 0 | 300 | 141 | 144 | 0 | 31 | 362 | 144 | 46 |
| Binary | 101 | 0 | 11000000 | 1100001 | 1100100 | 0 | 11001 | 11110010 | 1100100 | 100110 |
Color Harmonies of #0500C0
Complementary color
Monochromatic Colors of #0500C0
Black with #0500C0
Text Example
Text Example
White with #0500C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0500C0; }
p { color: rgb(5,0,192); }
H1.HeaderClassName
{
color: #0500C0;
}
.AnyTagClassName
{
color: #0500C0;
}
</style>
background-color css
<style>
a { background-color: #0500C0; }
a { background-color: rgb(5,0,192); }
div.DivClassName
{
background-color: #0500C0;
}
.BgClassName
{
background-color: #0500C0;
}
</style>
border-color css
<style>
span { border-color: #0500C0; }
span { border-color: rgb(5,0,192); }
td.TdClassName
{
border-color: #0500C0;
}
.TagClassName
{
border-color: #0500C0;
}
</style>