Shades of Medium Blue #0503BC
Tints of Medium Blue #0503BC
RGB
CMYK
RGB Variations
Color information
#0503BC (or 0x0503BC) is known color: Medium Blue. HEX triplet: 05, 03 and BC. RGB value is (5,3,188). Sum of RGB (Red+Green+Blue) = 5+3+188=196 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.55% from 196); Green value is 3 (1.56% from 255 or 1.53% from 196); Blue value is 188 (73.83% from 255 or 95.92% from 196); Max value from RGB is 188 - color contains mainly: blue. Hex color #0503BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0503BC is #FAFC43. Grayscale: #171717. Windows color (decimal): -16448580 or 12321541. OLE color: 12321541.
HSL color Cylindrical-coordinate representation of color #0503BC: hue angle of 240.65º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0503BC is Cyan = 0.97, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 3 | 188 | - |
| CMYK | 0.97 | 0.98 | 0 | 0.26 |
| HSL | 240.65º | 0.97% | 0.37% | - |
| HSV(B) | 240.65º | 0.98% | 0.74% | - |
| XYZ | 9.17 | 3.73 | 47.81 | - |
| YUV | 24.69 | 220.16 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 3 | 188 | 0.97 | 0.98 | 0 | 0.26 | 240.65 | 0.97 | 0.37 |
| Hex | 5 | 3 | BC | 61 | 62 | 0 | 1A | F1 | 61 | 25 |
| Octal | 5 | 3 | 274 | 141 | 142 | 0 | 32 | 361 | 141 | 45 |
| Binary | 101 | 11 | 10111100 | 1100001 | 1100010 | 0 | 11010 | 11110001 | 1100001 | 100101 |
Color Harmonies of #0503BC
Complementary color
Monochromatic Colors of #0503BC
Black with #0503BC
Text Example
Text Example
White with #0503BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0503BC; }
p { color: rgb(5,3,188); }
H1.HeaderClassName
{
color: #0503BC;
}
.AnyTagClassName
{
color: #0503BC;
}
</style>
background-color css
<style>
a { background-color: #0503BC; }
a { background-color: rgb(5,3,188); }
div.DivClassName
{
background-color: #0503BC;
}
.BgClassName
{
background-color: #0503BC;
}
</style>
border-color css
<style>
span { border-color: #0503BC; }
span { border-color: rgb(5,3,188); }
td.TdClassName
{
border-color: #0503BC;
}
.TagClassName
{
border-color: #0503BC;
}
</style>