#001579

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

Shades of Navy #001579

Tints of Navy #001579

Color information

#001579 (or 0x001579) is unknown color: approx Navy. HEX triplet: 00, 15 and 79. RGB value is (0,21,121). Sum of RGB (Red+Green+Blue) = 0+21+121=142 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 142); Green value is 21 (8.59% from 255 or 14.79% from 142); Blue value is 121 (47.66% from 255 or 85.21% from 142); Max value from RGB is 121 - color contains mainly: blue. Hex color #001579 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001579 is #FFEA86. Grayscale: #191919. Windows color (decimal): -16771719 or 7935232. OLE color: 7935232.

HSL color Cylindrical-coordinate representation of color #001579: hue angle of 229.59º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001579 is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB021121-
CMYK10.8300.53
HSL229.59º100%23.73%-
HSV(B)229.59º100%47.45%-
XYZ3.721.9218.26-
YUV26.12181.54109.37-

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.79%
BLUE value IS 121 (47.66% from 255) = 85.21%
R=0%
G=14.79%
B=85.21%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal02112110.8300.53229.5910023.73
Hex015796453035e66418
Octal02517114412306534614430
Binary010101111100111001001010011011010111100110110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001579; }

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

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

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

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

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

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

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

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