Shades of Medium Blue #0514C0
Tints of Medium Blue #0514C0
RGB
CMYK
RGB Variations
Color information
#0514C0 (or 0x0514C0) is known color: Medium Blue. HEX triplet: 05, 14 and C0. RGB value is (5,20,192). Sum of RGB (Red+Green+Blue) = 5+20+192=217 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.30% from 217); Green value is 20 (8.20% from 255 or 9.22% from 217); Blue value is 192 (75.39% from 255 or 88.48% from 217); Max value from RGB is 192 - color contains mainly: blue. Hex color #0514C0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0514C0 is #FAEB3F. Grayscale: #222222. Windows color (decimal): -16444224 or 12588037. OLE color: 12588037.
HSL color Cylindrical-coordinate representation of color #0514C0: hue angle of 235.19º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0514C0 is Cyan = 0.97, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 20 | 192 | - |
| CMYK | 0.97 | 0.90 | 0 | 0.25 |
| HSL | 235.19º | 0.95% | 0.39% | - |
| HSV(B) | 235.19º | 0.97% | 0.75% | - |
| XYZ | 9.83 | 4.34 | 50.19 | - |
| YUV | 35.12 | 216.53 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 20 | 192 | 0.97 | 0.90 | 0 | 0.25 | 235.19 | 0.95 | 0.39 |
| Hex | 5 | 14 | C0 | 61 | 5A | 0 | 19 | EB | 5F | 27 |
| Octal | 5 | 24 | 300 | 141 | 132 | 0 | 31 | 353 | 137 | 47 |
| Binary | 101 | 10100 | 11000000 | 1100001 | 1011010 | 0 | 11001 | 11101011 | 1011111 | 100111 |
Color Harmonies of #0514C0
Complementary color
Monochromatic Colors of #0514C0
Black with #0514C0
Text Example
Text Example
White with #0514C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0514C0; }
p { color: rgb(5,20,192); }
H1.HeaderClassName
{
color: #0514C0;
}
.AnyTagClassName
{
color: #0514C0;
}
</style>
background-color css
<style>
a { background-color: #0514C0; }
a { background-color: rgb(5,20,192); }
div.DivClassName
{
background-color: #0514C0;
}
.BgClassName
{
background-color: #0514C0;
}
</style>
border-color css
<style>
span { border-color: #0514C0; }
span { border-color: rgb(5,20,192); }
td.TdClassName
{
border-color: #0514C0;
}
.TagClassName
{
border-color: #0514C0;
}
</style>