#0502A7

Color #0502A7 New Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Midnight Blue #0502A7

Tints of New Midnight Blue #0502A7

Color information

#0502A7 (or 0x0502A7) is unknown color: approx New Midnight Blue. HEX triplet: 05, 02 and A7. RGB value is (5,2,167). Sum of RGB (Red+Green+Blue) = 5+2+167=174 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.87% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 167 (65.62% from 255 or 95.98% from 174); Max value from RGB is 167 - color contains mainly: blue. Hex color #0502A7 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0502A7 is #FAFD58. Grayscale: #151515. Windows color (decimal): -16448857 or 10945029. OLE color: 10945029.

HSL color Cylindrical-coordinate representation of color #0502A7: hue angle of 241.09º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0502A7 is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB52167-
CMYK0.970.9900.35
HSL241.09º97.63%33.14%-
HSV(B)241.09º98.8%65.49%-
XYZ7.062.8736.74-
YUV21.71209.99116.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 2.87%
GREEN value IS 2 (1.17% from 255) = 1.15%
BLUE value IS 167 (65.62% from 255) = 95.98%
R=2.87%
G=1.15%
B=95.98%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal521670.970.9900.35241.0997.6333.14
Hex52A76163023f16221
Octal5224714114304336114241
Binary1011010100111110000111000110100011111100011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0502A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0502A7; }

 p { color: rgb(5,2,167); }

 H1.HeaderClassName
 {
   color: #0502A7;
 }
 .AnyTagClassName
 {
   color: #0502A7;
 }
</style>
background-color css

<style>
 a { background-color: #0502A7; }

 a { background-color: rgb(5,2,167); }

 div.DivClassName
 {
   background-color: #0502A7;
 }
 .BgClassName
 {
   background-color: #0502A7;
 }
</style>
border-color css

<style>
 span { border-color: #0502A7; }

 span { border-color: rgb(5,2,167); }

 td.TdClassName
 {
   border-color: #0502A7;
 }
 .TagClassName
 {
   border-color: #0502A7;
 }
</style>