Shades of Royal Blue #5160EC
Tints of Royal Blue #5160EC
RGB
CMYK
RGB Variations
Color information
#5160EC (or 0x5160EC) is known color: Royal Blue. HEX triplet: 51, 60 and EC. RGB value is (81,96,236). Sum of RGB (Red+Green+Blue) = 81+96+236=413 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.61% from 413); Green value is 96 (37.89% from 255 or 23.24% from 413); Blue value is 236 (92.58% from 255 or 57.14% from 413); Max value from RGB is 236 - color contains mainly: blue. Hex color #5160EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5160EC is #AE9F13. Grayscale: #6A6A6A. Windows color (decimal): -11443988 or 15491153. OLE color: 15491153.
HSL color Cylindrical-coordinate representation of color #5160EC: hue angle of 234.19º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5160EC is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 96 | 236 | - |
| CMYK | 0.66 | 0.59 | 0 | 0.07 |
| HSL | 234.19º | 0.8% | 0.62% | - |
| HSV(B) | 234.19º | 0.66% | 0.93% | - |
| XYZ | 22.72 | 16.17 | 81.28 | - |
| YUV | 107.48 | 200.53 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 96 | 236 | 0.66 | 0.59 | 0 | 0.07 | 234.19 | 0.8 | 0.62 |
| Hex | 51 | 60 | EC | 42 | 3B | 0 | 7 | EA | 50 | 3E |
| Octal | 121 | 140 | 354 | 102 | 73 | 0 | 7 | 352 | 120 | 76 |
| Binary | 1010001 | 1100000 | 11101100 | 1000010 | 111011 | 0 | 111 | 11101010 | 1010000 | 111110 |
Color Harmonies of #5160EC
Complementary color
Monochromatic Colors of #5160EC
Black with #5160EC
Text Example
Text Example
White with #5160EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5160EC; }
p { color: rgb(81,96,236); }
H1.HeaderClassName
{
color: #5160EC;
}
.AnyTagClassName
{
color: #5160EC;
}
</style>
background-color css
<style>
a { background-color: #5160EC; }
a { background-color: rgb(81,96,236); }
div.DivClassName
{
background-color: #5160EC;
}
.BgClassName
{
background-color: #5160EC;
}
</style>
border-color css
<style>
span { border-color: #5160EC; }
span { border-color: rgb(81,96,236); }
td.TdClassName
{
border-color: #5160EC;
}
.TagClassName
{
border-color: #5160EC;
}
</style>