#050480

Color #050480 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #050480

Tints of Navy #050480

Color information

#050480 (or 0x050480) is unknown color: approx Navy. HEX triplet: 05, 04 and 80. RGB value is (5,4,128). Sum of RGB (Red+Green+Blue) = 5+4+128=137 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.65% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 128 (50.39% from 255 or 93.43% from 137); Max value from RGB is 128 - color contains mainly: blue. Hex color #050480 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050480 is #FAFB7F. Grayscale: #111111. Windows color (decimal): -16448384 or 8389637. OLE color: 8389637.

HSL color Cylindrical-coordinate representation of color #050480: hue angle of 240.48º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #050480 is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB54128-
CMYK0.960.9700.50
HSL240.48º93.94%25.88%-
HSV(B)240.48º96.88%50.2%-
XYZ41.6820.53-
YUV18.44189.83118.42-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.65%
GREEN value IS 4 (1.95% from 255) = 2.92%
BLUE value IS 128 (50.39% from 255) = 93.43%
R=3.65%
G=2.92%
B=93.43%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal541280.960.9700.50240.4893.9425.88
Hex54806061032f05e1a
Octal5420014014106236013632
Binary1011001000000011000001100001011001011110000101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050480; }

 p { color: rgb(5,4,128); }

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

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

 a { background-color: rgb(5,4,128); }

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

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

 span { border-color: rgb(5,4,128); }

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