Shades of Medium Blue #0510BD
Tints of Medium Blue #0510BD
RGB
CMYK
RGB Variations
Color information
#0510BD (or 0x0510BD) is known color: Medium Blue. HEX triplet: 05, 10 and BD. RGB value is (5,16,189). Sum of RGB (Red+Green+Blue) = 5+16+189=210 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.38% from 210); Green value is 16 (6.64% from 255 or 7.62% from 210); Blue value is 189 (74.22% from 255 or 90% from 210); Max value from RGB is 189 - color contains mainly: blue. Hex color #0510BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0510BD is #FAEF42. Grayscale: #1F1F1F. Windows color (decimal): -16445251 or 12390405. OLE color: 12390405.
HSL color Cylindrical-coordinate representation of color #0510BD: hue angle of 236.41º 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 #0510BD is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 16 | 189 | - |
| CMYK | 0.97 | 0.92 | 0 | 0.26 |
| HSL | 236.41º | 0.95% | 0.38% | - |
| HSV(B) | 236.41º | 0.97% | 0.74% | - |
| XYZ | 9.43 | 4.08 | 48.43 | - |
| YUV | 32.43 | 216.36 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 16 | 189 | 0.97 | 0.92 | 0 | 0.26 | 236.41 | 0.95 | 0.38 |
| Hex | 5 | 10 | BD | 61 | 5C | 0 | 1A | EC | 5F | 26 |
| Octal | 5 | 20 | 275 | 141 | 134 | 0 | 32 | 354 | 137 | 46 |
| Binary | 101 | 10000 | 10111101 | 1100001 | 1011100 | 0 | 11010 | 11101100 | 1011111 | 100110 |
Color Harmonies of #0510BD
Complementary color
Monochromatic Colors of #0510BD
Black with #0510BD
Text Example
Text Example
White with #0510BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0510BD; }
p { color: rgb(5,16,189); }
H1.HeaderClassName
{
color: #0510BD;
}
.AnyTagClassName
{
color: #0510BD;
}
</style>
background-color css
<style>
a { background-color: #0510BD; }
a { background-color: rgb(5,16,189); }
div.DivClassName
{
background-color: #0510BD;
}
.BgClassName
{
background-color: #0510BD;
}
</style>
border-color css
<style>
span { border-color: #0510BD; }
span { border-color: rgb(5,16,189); }
td.TdClassName
{
border-color: #0510BD;
}
.TagClassName
{
border-color: #0510BD;
}
</style>