#051580

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

Shades of Navy #051580

Tints of Navy #051580

Color information

#051580 (or 0x051580) is unknown color: approx Navy. HEX triplet: 05, 15 and 80. RGB value is (5,21,128). Sum of RGB (Red+Green+Blue) = 5+21+128=154 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.25% from 154); Green value is 21 (8.59% from 255 or 13.64% from 154); Blue value is 128 (50.39% from 255 or 83.12% from 154); Max value from RGB is 128 - color contains mainly: blue. Hex color #051580 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051580 is #FAEA7F. Grayscale: #1B1B1B. Windows color (decimal): -16444032 or 8393989. OLE color: 8393989.

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

Color convert

RGB521128-
CMYK0.960.8400.50
HSL232.2º92.48%26.08%-
HSV(B)232.2º96.09%50.2%-
XYZ4.232.1320.61-
YUV28.41184.2111.3-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.25%
GREEN value IS 21 (8.59% from 255) = 13.64%
BLUE value IS 128 (50.39% from 255) = 83.12%
R=3.25%
G=13.64%
B=83.12%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5211280.960.8400.50232.292.4826.08
Hex515806054032e85c1a
Octal52520014012406235013432
Binary101101011000000011000001010100011001011101000101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051580; }

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

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

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

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

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

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

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

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