#050AA5

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

Shades of New Midnight Blue #050AA5

Tints of New Midnight Blue #050AA5

Color information

#050AA5 (or 0x050AA5) is unknown color: approx New Midnight Blue. HEX triplet: 05, 0A and A5. RGB value is (5,10,165). Sum of RGB (Red+Green+Blue) = 5+10+165=180 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.78% from 180); Green value is 10 (4.30% from 255 or 5.56% from 180); Blue value is 165 (64.84% from 255 or 91.67% from 180); Max value from RGB is 165 - color contains mainly: blue. Hex color #050AA5 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050AA5 is #FAF55A. Grayscale: #191919. Windows color (decimal): -16446811 or 10816005. OLE color: 10816005.

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

Color convert

RGB510165-
CMYK0.970.9400.35
HSL238.12º94.12%33.33%-
HSV(B)238.12º96.97%64.71%-
XYZ6.962.9735.8-
YUV26.18206.34112.9-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.78%
GREEN value IS 10 (4.30% from 255) = 5.56%
BLUE value IS 165 (64.84% from 255) = 91.67%
R=2.78%
G=5.56%
B=91.67%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal5101650.970.9400.35238.1294.1233.33
Hex5AA5615E023ee5e21
Octal51224514113604335613641
Binary101101010100101110000110111100100011111011101011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050AA5; }

 p { color: rgb(5,10,165); }

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

<style>
 a { background-color: #050AA5; }

 a { background-color: rgb(5,10,165); }

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

<style>
 span { border-color: #050AA5; }

 span { border-color: rgb(5,10,165); }

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