Shades of Royal Blue #5165EC
Tints of Royal Blue #5165EC
RGB
CMYK
RGB Variations
Color information
#5165EC (or 0x5165EC) is known color: Royal Blue. HEX triplet: 51, 65 and EC. RGB value is (81,101,236). Sum of RGB (Red+Green+Blue) = 81+101+236=418 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.38% from 418); Green value is 101 (39.84% from 255 or 24.16% from 418); Blue value is 236 (92.58% from 255 or 56.46% from 418); Max value from RGB is 236 - color contains mainly: blue. Hex color #5165EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5165EC is #AE9A13. Grayscale: #6D6D6D. Windows color (decimal): -11442708 or 15492433. OLE color: 15492433.
HSL color Cylindrical-coordinate representation of color #5165EC: hue angle of 232.26º 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 #5165EC is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 101 | 236 | - |
| CMYK | 0.66 | 0.57 | 0 | 0.07 |
| HSL | 232.26º | 0.8% | 0.62% | - |
| HSV(B) | 232.26º | 0.66% | 0.93% | - |
| XYZ | 23.19 | 17.11 | 81.44 | - |
| YUV | 110.41 | 198.87 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 101 | 236 | 0.66 | 0.57 | 0 | 0.07 | 232.26 | 0.8 | 0.62 |
| Hex | 51 | 65 | EC | 42 | 39 | 0 | 7 | E8 | 50 | 3E |
| Octal | 121 | 145 | 354 | 102 | 71 | 0 | 7 | 350 | 120 | 76 |
| Binary | 1010001 | 1100101 | 11101100 | 1000010 | 111001 | 0 | 111 | 11101000 | 1010000 | 111110 |
Color Harmonies of #5165EC
Complementary color
Monochromatic Colors of #5165EC
Black with #5165EC
Text Example
Text Example
White with #5165EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5165EC; }
p { color: rgb(81,101,236); }
H1.HeaderClassName
{
color: #5165EC;
}
.AnyTagClassName
{
color: #5165EC;
}
</style>
background-color css
<style>
a { background-color: #5165EC; }
a { background-color: rgb(81,101,236); }
div.DivClassName
{
background-color: #5165EC;
}
.BgClassName
{
background-color: #5165EC;
}
</style>
border-color css
<style>
span { border-color: #5165EC; }
span { border-color: rgb(81,101,236); }
td.TdClassName
{
border-color: #5165EC;
}
.TagClassName
{
border-color: #5165EC;
}
</style>