Shades of Medium Blue #0514BE
Tints of Medium Blue #0514BE
RGB
CMYK
RGB Variations
Color information
#0514BE (or 0x0514BE) is known color: Medium Blue. HEX triplet: 05, 14 and BE. RGB value is (5,20,190). Sum of RGB (Red+Green+Blue) = 5+20+190=215 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.33% from 215); Green value is 20 (8.20% from 255 or 9.30% from 215); Blue value is 190 (74.61% from 255 or 88.37% from 215); Max value from RGB is 190 - color contains mainly: blue. Hex color #0514BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0514BE is #FAEB41. Grayscale: #222222. Windows color (decimal): -16444226 or 12456965. OLE color: 12456965.
HSL color Cylindrical-coordinate representation of color #0514BE: hue angle of 235.14º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0514BE is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 20 | 190 | - |
| CMYK | 0.97 | 0.89 | 0 | 0.25 |
| HSL | 235.14º | 0.95% | 0.38% | - |
| HSV(B) | 235.14º | 0.97% | 0.75% | - |
| XYZ | 9.61 | 4.25 | 49.03 | - |
| YUV | 34.9 | 215.53 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 20 | 190 | 0.97 | 0.89 | 0 | 0.25 | 235.14 | 0.95 | 0.38 |
| Hex | 5 | 14 | BE | 61 | 59 | 0 | 19 | EB | 5F | 26 |
| Octal | 5 | 24 | 276 | 141 | 131 | 0 | 31 | 353 | 137 | 46 |
| Binary | 101 | 10100 | 10111110 | 1100001 | 1011001 | 0 | 11001 | 11101011 | 1011111 | 100110 |
Color Harmonies of #0514BE
Complementary color
Monochromatic Colors of #0514BE
Black with #0514BE
Text Example
Text Example
White with #0514BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0514BE; }
p { color: rgb(5,20,190); }
H1.HeaderClassName
{
color: #0514BE;
}
.AnyTagClassName
{
color: #0514BE;
}
</style>
background-color css
<style>
a { background-color: #0514BE; }
a { background-color: rgb(5,20,190); }
div.DivClassName
{
background-color: #0514BE;
}
.BgClassName
{
background-color: #0514BE;
}
</style>
border-color css
<style>
span { border-color: #0514BE; }
span { border-color: rgb(5,20,190); }
td.TdClassName
{
border-color: #0514BE;
}
.TagClassName
{
border-color: #0514BE;
}
</style>