#051480

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

Shades of Navy #051480

Tints of Navy #051480

Color information

#051480 (or 0x051480) is unknown color: approx Navy. HEX triplet: 05, 14 and 80. RGB value is (5,20,128). Sum of RGB (Red+Green+Blue) = 5+20+128=153 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.27% from 153); Green value is 20 (8.20% from 255 or 13.07% from 153); Blue value is 128 (50.39% from 255 or 83.66% from 153); Max value from RGB is 128 - color contains mainly: blue. Hex color #051480 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051480 is #FAEB7F. Grayscale: #1B1B1B. Windows color (decimal): -16444288 or 8393733. OLE color: 8393733.

HSL color Cylindrical-coordinate representation of color #051480: hue angle of 232.68º 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 #051480 is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB520128-
CMYK0.960.8400.50
HSL232.68º92.48%26.08%-
HSV(B)232.68º96.09%50.2%-
XYZ4.212.0920.6-
YUV27.83184.53111.72-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.27%
GREEN value IS 20 (8.20% from 255) = 13.07%
BLUE value IS 128 (50.39% from 255) = 83.66%
R=3.27%
G=13.07%
B=83.66%

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
Decimal5201280.960.8400.50232.6892.4826.08
Hex514806054032e95c1a
Octal52420014012406235113432
Binary101101001000000011000001010100011001011101001101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051480; }

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

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

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

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

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

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

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

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