#000480

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

Shades of Navy #000480

Tints of Navy #000480

Color information

#000480 (or 0x000480) is unknown color: approx Navy. HEX triplet: 00, 04 and 80. RGB value is (0,4,128). Sum of RGB (Red+Green+Blue) = 0+4+128=132 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 132); Green value is 4 (1.95% from 255 or 3.03% from 132); Blue value is 128 (50.39% from 255 or 96.97% from 132); Max value from RGB is 128 - color contains mainly: blue. Hex color #000480 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000480 is #FFFB7F. Grayscale: #101010. Windows color (decimal): -16776064 or 8389632. OLE color: 8389632.

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

Color convert

RGB04128-
CMYK10.9700.50
HSL238.12º100%25.1%-
HSV(B)238.12º100%50.2%-
XYZ3.941.6520.53-
YUV16.94190.67115.92-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 4 (1.95% from 255) = 3.03%
BLUE value IS 128 (50.39% from 255) = 96.97%
R=0%
G=3.03%
B=96.97%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal0412810.9700.50238.1210025.1
Hex04806461032ee6419
Octal0420014414106235614431
Binary01001000000011001001100001011001011101110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000480; }

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

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

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

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

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

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

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

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