Shades of Medium Blue #0514BB
Tints of Medium Blue #0514BB
RGB
CMYK
RGB Variations
Color information
#0514BB (or 0x0514BB) is known color: Medium Blue. HEX triplet: 05, 14 and BB. RGB value is (5,20,187). Sum of RGB (Red+Green+Blue) = 5+20+187=212 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.36% from 212); Green value is 20 (8.20% from 255 or 9.43% from 212); Blue value is 187 (73.44% from 255 or 88.21% from 212); Max value from RGB is 187 - color contains mainly: blue. Hex color #0514BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0514BB is #FAEB44. Grayscale: #212121. Windows color (decimal): -16444229 or 12260357. OLE color: 12260357.
HSL color Cylindrical-coordinate representation of color #0514BB: hue angle of 235.05º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0514BB is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 20 | 187 | - |
| CMYK | 0.97 | 0.89 | 0 | 0.27 |
| HSL | 235.05º | 0.95% | 0.38% | - |
| HSV(B) | 235.05º | 0.97% | 0.73% | - |
| XYZ | 9.28 | 4.12 | 47.32 | - |
| YUV | 34.55 | 214.03 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 20 | 187 | 0.97 | 0.89 | 0 | 0.27 | 235.05 | 0.95 | 0.38 |
| Hex | 5 | 14 | BB | 61 | 59 | 0 | 1B | EB | 5F | 26 |
| Octal | 5 | 24 | 273 | 141 | 131 | 0 | 33 | 353 | 137 | 46 |
| Binary | 101 | 10100 | 10111011 | 1100001 | 1011001 | 0 | 11011 | 11101011 | 1011111 | 100110 |
Color Harmonies of #0514BB
Complementary color
Monochromatic Colors of #0514BB
Black with #0514BB
Text Example
Text Example
White with #0514BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0514BB; }
p { color: rgb(5,20,187); }
H1.HeaderClassName
{
color: #0514BB;
}
.AnyTagClassName
{
color: #0514BB;
}
</style>
background-color css
<style>
a { background-color: #0514BB; }
a { background-color: rgb(5,20,187); }
div.DivClassName
{
background-color: #0514BB;
}
.BgClassName
{
background-color: #0514BB;
}
</style>
border-color css
<style>
span { border-color: #0514BB; }
span { border-color: rgb(5,20,187); }
td.TdClassName
{
border-color: #0514BB;
}
.TagClassName
{
border-color: #0514BB;
}
</style>