#001580

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

Shades of Navy #001580

Tints of Navy #001580

Color information

#001580 (or 0x001580) is unknown color: approx Navy. HEX triplet: 00, 15 and 80. RGB value is (0,21,128). Sum of RGB (Red+Green+Blue) = 0+21+128=149 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 149); Green value is 21 (8.59% from 255 or 14.09% from 149); Blue value is 128 (50.39% from 255 or 85.91% from 149); Max value from RGB is 128 - color contains mainly: blue. Hex color #001580 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001580 is #FFEA7F. Grayscale: #1A1A1A. Windows color (decimal): -16771712 or 8393984. OLE color: 8393984.

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

Color convert

RGB021128-
CMYK10.8400.50
HSL230.16º100%25.1%-
HSV(B)230.16º100%50.2%-
XYZ4.162.0920.61-
YUV26.92185.04108.8-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 21 (8.59% from 255) = 14.09%
BLUE value IS 128 (50.39% from 255) = 85.91%
R=0%
G=14.09%
B=85.91%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal02112810.8400.50230.1610025.1
Hex015806454032e66419
Octal02520014412406234614431
Binary0101011000000011001001010100011001011100110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001580; }

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

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

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

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

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

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

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

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