I am trying to create the below color in Xcode, but cannot seem to get it to match?
I have tried the following:
setBackgroundColor:[[UIColor alloc] initWithRed:0 green:47 blue:135 alpha:1]];
Is there something I am doing wrong, or should change the color does not match what I expect?