#020579

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

Shades of Navy #020579

Tints of Navy #020579

Color information

#020579 (or 0x020579) is unknown color: approx Navy. HEX triplet: 02, 05 and 79. RGB value is (2,5,121). Sum of RGB (Red+Green+Blue) = 2+5+121=128 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.56% from 128); Green value is 5 (2.34% from 255 or 3.91% from 128); Blue value is 121 (47.66% from 255 or 94.53% from 128); Max value from RGB is 121 - color contains mainly: blue. Hex color #020579 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020579 is #FDFA86. Grayscale: #101010. Windows color (decimal): -16644743 or 7931138. OLE color: 7931138.

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

Color convert

RGB25121-
CMYK0.980.9600.53
HSL238.49º96.75%24.12%-
HSV(B)238.49º98.35%47.45%-
XYZ3.531.518.19-
YUV17.33186.51117.07-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.56%
GREEN value IS 5 (2.34% from 255) = 3.91%
BLUE value IS 121 (47.66% from 255) = 94.53%
R=1.56%
G=3.91%
B=94.53%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal251210.980.9600.53238.4996.7524.12
Hex25796260035ee6118
Octal2517114214006535614130
Binary10101111100111000101100000011010111101110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020579; }

 p { color: rgb(2,5,121); }

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

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

 a { background-color: rgb(2,5,121); }

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

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

 span { border-color: rgb(2,5,121); }

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