The Nokia Blue color is #004C9A in Hexadecimal.
If you want to use it to set Grid Background color you can use the following code:
[sourcecode lang=”vb”]
LayoutRoot.Background = New SolidColorBrush(Color.FromArgb(255, 0, 76, 154))
[/sourcecode]
Did my HOW TO help you? Leave a reply.