Shades of Medium Blue #0509BC
Tints of Medium Blue #0509BC
RGB
CMYK
RGB Variations
Color information
#0509BC (or 0x0509BC) is known color: Medium Blue. HEX triplet: 05, 09 and BC. RGB value is (5,9,188). Sum of RGB (Red+Green+Blue) = 5+9+188=202 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.48% from 202); Green value is 9 (3.91% from 255 or 4.46% from 202); Blue value is 188 (73.83% from 255 or 93.07% from 202); Max value from RGB is 188 - color contains mainly: blue. Hex color #0509BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0509BC is #FAF643. Grayscale: #1B1B1B. Windows color (decimal): -16447044 or 12323077. OLE color: 12323077.
HSL color Cylindrical-coordinate representation of color #0509BC: hue angle of 238.69º 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 #0509BC is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 9 | 188 | - |
| CMYK | 0.97 | 0.95 | 0 | 0.26 |
| HSL | 238.69º | 0.95% | 0.38% | - |
| HSV(B) | 238.69º | 0.97% | 0.74% | - |
| XYZ | 9.24 | 3.86 | 47.83 | - |
| YUV | 28.21 | 218.17 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 9 | 188 | 0.97 | 0.95 | 0 | 0.26 | 238.69 | 0.95 | 0.38 |
| Hex | 5 | 9 | BC | 61 | 5F | 0 | 1A | EF | 5F | 26 |
| Octal | 5 | 11 | 274 | 141 | 137 | 0 | 32 | 357 | 137 | 46 |
| Binary | 101 | 1001 | 10111100 | 1100001 | 1011111 | 0 | 11010 | 11101111 | 1011111 | 100110 |
Color Harmonies of #0509BC
Complementary color
Monochromatic Colors of #0509BC
Black with #0509BC
Text Example
Text Example
White with #0509BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0509BC; }
p { color: rgb(5,9,188); }
H1.HeaderClassName
{
color: #0509BC;
}
.AnyTagClassName
{
color: #0509BC;
}
</style>
background-color css
<style>
a { background-color: #0509BC; }
a { background-color: rgb(5,9,188); }
div.DivClassName
{
background-color: #0509BC;
}
.BgClassName
{
background-color: #0509BC;
}
</style>
border-color css
<style>
span { border-color: #0509BC; }
span { border-color: rgb(5,9,188); }
td.TdClassName
{
border-color: #0509BC;
}
.TagClassName
{
border-color: #0509BC;
}
</style>