Shades of Medium Blue #0506BD
Tints of Medium Blue #0506BD
RGB
CMYK
RGB Variations
Color information
#0506BD (or 0x0506BD) is known color: Medium Blue. HEX triplet: 05, 06 and BD. RGB value is (5,6,189). Sum of RGB (Red+Green+Blue) = 5+6+189=200 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.5% from 200); Green value is 6 (2.73% from 255 or 3% from 200); Blue value is 189 (74.22% from 255 or 94.5% from 200); Max value from RGB is 189 - color contains mainly: blue. Hex color #0506BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0506BD is #FAF942. Grayscale: #191919. Windows color (decimal): -16447811 or 12387845. OLE color: 12387845.
HSL color Cylindrical-coordinate representation of color #0506BD: hue angle of 239.67º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0506BD is Cyan = 0.97, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 6 | 189 | - |
| CMYK | 0.97 | 0.97 | 0 | 0.26 |
| HSL | 239.67º | 0.95% | 0.38% | - |
| HSV(B) | 239.67º | 0.97% | 0.74% | - |
| XYZ | 9.31 | 3.84 | 48.39 | - |
| YUV | 26.56 | 219.67 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 6 | 189 | 0.97 | 0.97 | 0 | 0.26 | 239.67 | 0.95 | 0.38 |
| Hex | 5 | 6 | BD | 61 | 61 | 0 | 1A | F0 | 5F | 26 |
| Octal | 5 | 6 | 275 | 141 | 141 | 0 | 32 | 360 | 137 | 46 |
| Binary | 101 | 110 | 10111101 | 1100001 | 1100001 | 0 | 11010 | 11110000 | 1011111 | 100110 |
Color Harmonies of #0506BD
Complementary color
Monochromatic Colors of #0506BD
Black with #0506BD
Text Example
Text Example
White with #0506BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0506BD; }
p { color: rgb(5,6,189); }
H1.HeaderClassName
{
color: #0506BD;
}
.AnyTagClassName
{
color: #0506BD;
}
</style>
background-color css
<style>
a { background-color: #0506BD; }
a { background-color: rgb(5,6,189); }
div.DivClassName
{
background-color: #0506BD;
}
.BgClassName
{
background-color: #0506BD;
}
</style>
border-color css
<style>
span { border-color: #0506BD; }
span { border-color: rgb(5,6,189); }
td.TdClassName
{
border-color: #0506BD;
}
.TagClassName
{
border-color: #0506BD;
}
</style>