#020879

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

Shades of Navy #020879

Tints of Navy #020879

Color information

#020879 (or 0x020879) is unknown color: approx Navy. HEX triplet: 02, 08 and 79. RGB value is (2,8,121). Sum of RGB (Red+Green+Blue) = 2+8+121=131 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.53% from 131); Green value is 8 (3.52% from 255 or 6.11% from 131); Blue value is 121 (47.66% from 255 or 92.37% from 131); Max value from RGB is 121 - color contains mainly: blue. Hex color #020879 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020879 is #FDF786. Grayscale: #121212. Windows color (decimal): -16643975 or 7931906. OLE color: 7931906.

HSL color Cylindrical-coordinate representation of color #020879: hue angle of 236.97º 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 #020879 is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB28121-
CMYK0.980.9300.53
HSL236.97º96.75%24.12%-
HSV(B)236.97º98.35%47.45%-
XYZ3.561.5718.2-
YUV19.09185.51115.81-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.53%
GREEN value IS 8 (3.52% from 255) = 6.11%
BLUE value IS 121 (47.66% from 255) = 92.37%
R=1.53%
G=6.11%
B=92.37%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal281210.980.9300.53236.9796.7524.12
Hex2879625D035ed6118
Octal21017114213506535514130
Binary101000111100111000101011101011010111101101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020879; }

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

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

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

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

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

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

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

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