#020979

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

Shades of Navy #020979

Tints of Navy #020979

Color information

#020979 (or 0x020979) is unknown color: approx Navy. HEX triplet: 02, 09 and 79. RGB value is (2,9,121). Sum of RGB (Red+Green+Blue) = 2+9+121=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 9 (3.91% from 255 or 6.82% from 132); Blue value is 121 (47.66% from 255 or 91.67% from 132); Max value from RGB is 121 - color contains mainly: blue. Hex color #020979 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020979 is #FDF686. Grayscale: #131313. Windows color (decimal): -16643719 or 7932162. OLE color: 7932162.

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

Color convert

RGB29121-
CMYK0.980.9300.53
HSL236.47º96.75%24.12%-
HSV(B)236.47º98.35%47.45%-
XYZ3.571.5918.21-
YUV19.68185.18115.39-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.52%
GREEN value IS 9 (3.91% from 255) = 6.82%
BLUE value IS 121 (47.66% from 255) = 91.67%
R=1.52%
G=6.82%
B=91.67%

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
Decimal291210.980.9300.53236.4796.7524.12
Hex2979625D035ec6118
Octal21117114213506535414130
Binary101001111100111000101011101011010111101100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020979; }

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

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

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

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

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

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

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

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